I have this issue of saving datawindow as a PDF file.
I know I can use Powerbuilder SaveAs function to achieve this.
///////////////////////////////////////////////////////////////////////////////////////////////////////
adw_pdf.Object.DataWindow.Export.PDF.Method = Distill!
adw_pdf.Object.DataWindow.Printer = 'Sybase DataWindow PS'
adw_pdf.Object.DataWindow.Export.PDF.Distill.CustomPostScript= "1"
ll_ret = adw_pdf.SaveAs( ls_filename, PDF!, FALSE)
///////////////////////////////////////////////////////////////////////////////////////////////////////
But to use this technique, I need to install GhostScript.
For licensing reason, Ghostscript is not installed with Powerbuilder. For the same reasons, I also can not use this technique in my solution.
Is there any good 3rd party solution that I can use to achieve this?
Solution with one time payment (Royalty Free) is preferred.
Thank You