Question
1
Replies
35
Views
Posted: July 9, 2020
Last activity: July 16, 2020
Solved
Combining eForm and HTML stream to one pdf
Hi
I have a requirement where there are 2 eForms already generated to one PDF. Now we have to add two sections to that list. I tried to use the HTMLToPDF activity to create the PDFDocument and mapped to pyEForm property. (read that this is required in ConcatenatePDF activity) The issue is the Param value is not getting copied to the pyEform property even if I use the Java step.
Can anyone guide me on this.
Thank you
I figured in the Harness, that was used on the HTMLToPDF activity, in the Advanced tab, the Enable client-side template UI has to be marked No. After making that change, I am able to combine the documents into one. Thanks for the video post.