Question
1
Replies
397
Views
Ernst & Young
Posted: July 25, 2019
Last activity: July 26, 2019
Closed
How to merge multiple PDF files into one PDF file in Pega Robotics?
I have a requirement where i need merge multiple PDF documents into one PDF document.
Any Idea on how we can achieve this?
***Edited by Moderator Marissa to update platform capability tags****
Pega Robotics PDF Components do not have a means to merge multiple files into one. You'd need to write some custom code using a third-party library. Here's an article I found on StackOverflow using a third-party library.
https://stackoverflow.com/questions/808670/combine-two-or-more-pdfs
You can either create this as a component or probably even create a script in your solution once you add the appropriate references.