I am also having a similar problem...
Code
SET PRINT OPTION(Paper option;$t_Paper)
SET PRINT OPTION(Orientation option;$l_Orientation)
SET PRINT OPTION(Scale option;$l_Scale)
SET PRINTABLE
MARGIN($l_margin_Left;$l_margin_Top;$l_margin_Right;$l_margin_Bottom)
PRINT SETTINGS
The sc
My only suggestion here is to ensure any Print Options calls are made after Set
Printer, as the latter can mess up options set before that command.
HTH, Keith
> On 11/10/2019, at 2:20 am, Piotr Chabot Stadhouders wrote:
> ...
> Did you find a solution for this?
> I am working on a Windows 10 64-
Hi Cameron,
Did you find a solution for this?
I am working on a Windows 10 64-bit machine and have the same problem
Whatever I do to change the paper size:
SET PRINT OPTION(Paper option;1130;820)
SET PRINT OPTION(Paper option;"A3")
The output to Windows Print To PDF doesn’t respect any of my sett
3 matches
Mail list logo