hello all,
New SaveAs PDF is really great new feature. But we have printing functionality other than
just data windows reports, such as printing Xcel sheet from PB, we use DocukDesk and default printer programmatically and set filename and path in DocuDesk option file and able to print anything silently
without user interaction. Unfortunately, DocuDesk is going away too.
Windows 10 has built-in "print to PDF" too, but it cannot be automated or controlled programmatically from PowerBuilder, I saw some code for PrintertObject in C# but I don't know how to implement in PowerScript.
Does Appeon provide PDF generator or separate installer so it can be set as default printer?
Thanks.
Shoaib.
My issue is to print other objects than just Datawindows, i.e. Xcel sheet from OLE control, for example:
I set the default printer to Acrobat or Docudesk as the default printer, set some flags in option files to suppress filename dialogue, then...
ole_f1book1.Object.FilePrint(TRUE)
this saves my PDF file with a name automatically.
I guess I am looking for similar tool as Acrobat or Docudesk, that can be set as PDF default Printer with ability to suppress
"Save File Name" Dialogue box.