Split the PDF generation process

Stimulsoft Reports.NET discussion
Post Reply
ckannan
Posts: 7
Joined: Fri Jul 01, 2016 12:49 pm

Split the PDF generation process

Post by ckannan »

HI,
We are planing to segregate the PDF process through IO process to increase the time.

Process 1) To load the report and export the report to txt or some format using SaveDocumentToByteArray

Process 2) Read the exported files and load the byte using LoadDocument then finally export the PDF file.

My concern is, How to set PDF password through process 1. If set the password, then process 2 will be set password automatically in export PDF method(Process 2). Is it possible to set this logic ?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Split the PDF generation process

Post by Alex K. »

Hello,

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?
You can save these informations in step 1 - exported report and password for it and then set password in step 2.

Thank you.
ckannan
Posts: 7
Joined: Fri Jul 01, 2016 12:49 pm

Re: Split the PDF generation process

Post by ckannan »

Actually we required export PDF in multiple lakes in within hour. Hence , we segregate the process of Stimulsoft rendering process and PDF export.

Step 1 : Bulk data will be retrieved and export the Rendering report one by one(to stored in particular location).
Step 2 : Second engine, Export the PDF which exported in step1.

Step 1 & 2 is independent process. Hence, we required to set password 1st step, this password should assign automatically in step 2. Is is possible? If is is available please explain.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Split the PDF generation process

Post by Alex K. »

Hello,

In this case, you should implement it itself.
There aren't any methods to set password automatically.

Thank you.
Post Reply