I'm able to create pdf in the servlet and show it in the browser as well as merge multiple pdfs. My problem is i do not know how to add existing pdf files to newly created pdf.Matt Benson <[EMAIL PROTECTED]> wrote:
And what problem are you experiencing?-Matt--- v b <[EMAIL PROTECT
Hi All,
I'm trying to do the following: 1. create one page pdf file with some content 2. import multiple pdf files 3. concat everything into one document and show this document in the browser. Note everything should be done using servlet in the Tomcat environment.
I tried to use some of the provi