Quantcast
Channel: SCN : All Content - PowerBuilder Developer Center
Viewing all articles
Browse latest Browse all 2935

Print Datawindow to PDF file without using GhostScript

$
0
0

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


Viewing all articles
Browse latest Browse all 2935

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>