Hi,
I am using Powerbuilder 2019 R3. My question is: Does Powerbuilder rely on default printer driver or any printer driver on the local computer to generate the PDF file in the following code ?
dw_1.Object.DataWindow.Export.PDF.NativePDF.UsePrintSpec = 'Yes'
dw_1.Object.DataWindow.Export.PDF.Method = NativePDF!
li_rc = dw_1.saveas(ls_tmpFileName , PDF!, true)
Thanks,
Nhan Nguyen