I am having a strange problem after the same upgrade but maybe it has to do with me needing to rebuild in 32bit. I will try that but just to explain what I'm experiencing, I can generate PDF's from the development environment (when I run the app) without a problem but users cannot. I tried to copy a version of the application to my local drive and I also can't generate PDF's when i run the app locally - outside of the development environment. If I removed the pbvm.dll, i can generate a PDF without a problem but then other users will get an error implying all the runtime dll's aren't out tehre. I don't get that error because I have PB on my machine (i THINK).
To clarify, i'm trying to create the pdf with a "save as" button on a datawindow that has returned rows (this in a custom app that has gone through many PB upgrades). The app WILL allow me to save the return values to Excel but it will not save (or give an error) when saving as a PDF. This only works if I remove pbvm.dll and keep the older copy: PBVM170.dll. If I remove PBVM170.dll it won't work... If I have both it won't work. Or if I only have pbvm.dll it won't work. Any clues? I did rebuild the app in 32-bit (I just tried again even though that's the way i have consistently rebuilt it) - never tried 64-bit.
Please share any details that might help!
Thank you for the suggestion, I will try to compile the app in 32bit PB2022 and check in production environment where we are having an issue.
We have the same version of pdftk as before.
Thank you.
We found the issue with the Ghostscript driver which is currently attached to the Sybase DataWindow PS printer driver which PowerBuilder uses when saving datawindow as PDF.
We have tested it with the new Microsoft Print to PDF driver and it is working fine.
No Issues with Font or Text overlapping.
Old Setup Printer Driver of Sybase Datawindow PS is Ghostscript
New Setup Printer Driver of Sybase Datawindow PS is Microsoft Print to PDF
Thank you
Sathishkumar.