Hello,
Current PB 2019 R3, 2703
Upgraded from PB 11.5
We upgraded one PB 11.5 application to PB 2019 R3. Everything is working fine except PDF printing using Ghostscript. That was the way we printed to a pdf file earlier.
Along with this upgrade we formatted the server and re-installed everything a fresh. So we don't have which version of Ghostscript was installed earlier and its configuration [ earlier installation was done around 7-8 years back ]. It was working fine till date.
Earlier OS : Windows Server 2012 R2 - 32 bit, Ghostscript version : No Idea
Current OS : Windows Server 2012 R2 - 64 bit, Ghostscript version : 9.56.1 ( tried both 32 bit and 64 bit )
Path contains the gs\bin folder
dw_print.Modify("DataWindow.Export.PDF.Method = DISTILL! ")
ll_ret = dw_print.SaveAs(ls_filename, PDF!, false)
ll_ret is NOT returning 1.
Any idea ?
Happiness Always
BKR Sivaprakash
Note: Cannot switch to nativepdf method immediately.