RE: Re: 4D v17r4 Windows Print To PDF ignoring PAGE SETUP

2019-10-11 Thread Scott Staley via 4D_Tech
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

RE: Re: 4D v17r4 Windows Print To PDF ignoring PAGE SETUP

2019-10-10 Thread Keith Goebel via 4D_Tech
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-

RE: Re: 4D v17r4 Windows Print To PDF ignoring PAGE SETUP

2019-10-10 Thread Piotr Chabot Stadhouders via 4D_Tech
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