PDFDocument to BLOB?
- How-to
- yakov werde
- PowerBuilder
- Friday, 11 October 2024 03:45 PM UTC
Hi
I'm replacing a legacy PB EAS based PDF generator using AmyUni drivers and temp files to generate and combine PDFs from DWs
I'm now using PBNative PDF functionality
PDFDocument, the factory class used to combine PDF documents can ImportDataWindor directly from Datastore buffers and combine PDFs from two imports
I need a blob to stream the combined PDF to another process
Datastore has a SaveNativePDFToBlob function.
BUT BUT PDFDocument only has SAVE( ) a FILE based function for export
Am I missing something? Or will I need to use the file system to save a temp file, then convert to BLOB and then delete the temp file??
Yakov
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.