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