Question
3
Replies
413
Views
Bank of America Corporation
Posted: December 14, 2017
Last activity: January 2, 2018
Closed
Solved
Generating PDF in Non-Editable format/mode
Hello,
I am using PDF to eform wizard to generate a pdf.
On click of a link, I am downloading the pdf in editable format.
But the pdf needs to be downloaded in non-editable format.
Thanks
Hi,
It's been a while since I did this last, but I believe you can use the ConcatenateEForms activity with the PerformFieldFlattening parameter set to true to do this. You can call GenerateEForms first to create the eForm documents. ConcatenateEForms' history tab has some information about how you need to pass the eForm document(s) in.
Hope this helps!
-Kurt