- Ravi Nath
- PowerBuilder
- Wednesday, 6 December 2017 09:23 PM UTC
Hi,
I have a program where I am trying to save datawindow as PDF using the new new feature in usign NativePDf!
a_dw.Modify ("DataWindow.Export.PDF.Method = NativePDF!")
a_dw.Modify ("DataWindow.Export.PDF.NativePDF.CustomOrientation = 0")
a_dw.Modify ("DataWindow.Export.PDF.NativePDF.CustomSize = 5")
a_dw.saveas('c:\somefolder\test.pdf", PDF!, false)
This works fine everytime in development environment but in rutime it creates a blank pdf?
I have used powerbuilder runtime packager with all option checked to deploy it to 32 bit version. I have also checked that PBPDF170.dll is there.
I have applied the September patch so the date on the pbpdf170.dll is 09/22/17.
It just does not make sense at this point. I need a quick fix as users are frustrated!!!
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.