Hello,
Just migrated to 2019 R3 from 2019 R2 and I found an issue when exporting a report to NativePDF. This worked correctly in 2019 R2. Now in R3 when I export a report to PDF where the printing is right up to the right margin but not over it, it gets cutoff and prints on a second page (see attachment). If i preview and print the report to a printer it works correctly. If I preview and export with NativePDF about 1/4 inch of the printing prints on a second page. I tried using multiple printers with the same issue, however I tried switching the printer to 'Microsoft Print to PDF' and then the export using NativePDF worked.
Has anyone else had this issue?
Also I do have UsePrintSpec = 'Yes'
Thanks,
Andy
You can turn on the "UsePrintSpec" setting for NativePDF via code rather than having to make a cleanup editing pass through all of your DataWindows. Look at the Help topic named "Export.PDF.NativePDF.UsePrintSpec" in the PB Help. There are some other settings documented there you may find useful. Best wishes, John
my guess is that appeon changed the PDF stuff and forgot that pdf that they use assumes different default paper size (A2 i think?). I'm just super glad we found the bug before we shipped it to our customers.
I had hoped the latest build of 2019R3 fixed it, but it did not.