TECTED]
> Subject: Re: [iText-questions] Using servlet for merging files
>
> 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.
>
See Chapter 13 of the tutorial:
http://www.lowagie.com/iText/tutorial/ch13.html
-Matt
--- v b <[EMAIL PROTECTED]> wrote:
> 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 cre
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 PROTECTED]>wrote:> Hi All
And what problem are you experiencing?
-Matt
--- v b <[EMAIL PROTECTED]> wrote:
> 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 everythin
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