1. yakov werde
  2. PowerBuilder
  3. Friday, 11 October 2024 15: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

 

Peter Pang @Appeon Accepted Answer Pending Moderation
  1. Friday, 8 November 2024 05:41 AM UTC
  2. PowerBuilder
  3. # 1

Hi Yakov,
We are glad to inform you that PowerBuilder 2025R1 Beta2 (Build 3453) is ready for your test and evaluation. The bug or enhancement you reported in this ticket has been fixed or implemented in this release. Please download and install it to verify it on your side and let us know your feedback soon!

You can get the installer from our Downloads portal at https://account.appeon.com/download/beta (login required).

We welcome all feedback from you!

Note:
This beta release is for your test and evaluation only and it's not ready for production use.
We recommend using a virtual machine for testing to avoid any interference with your development environment.


Regards,
Peter

Comment
There are no comments made yet.
Peter Pang @Appeon Accepted Answer Pending Moderation
  1. Saturday, 12 October 2024 03:08 AM UTC
  2. PowerBuilder
  3. # 2

Hi Yakov,

Thanks for your suggestions, we plan to implement it in PB2025 GA.

Save(ref blob pdfdata) returns long

Save(ref blob pdfdata, pdfstandard standard) returns long

Please look forward to it.


Best Regards,
Peter

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Friday, 11 October 2024 19:11 PM UTC
  2. PowerBuilder
  3. # 3

Hi Yakov;

  AFAIK: That would be an enhancement request as I still do not see that feature in PB 2025 either.

Regards .. Chris

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.