Closed
Modify PDF generated from external source in Pega and append information
Have come across a requirement where need to modify PDF file uploaded to Pega from external source and append specific information on each page and save it.
Please provide your suggestion to achieve this requirement. Thanks
If you plan to add specific information such as header/footer to each page in the PDF, you may have to write custom Java code leveraging iText library. This library is shipped with Pega. For examples on how to do it using iText, you can check iText documentation online.