Re: [iText-questions] Concatinating PDFs

2008-12-09 Thread 1T3XT info
Klas Lindbäck wrote: > It is possible, but it requires that you know something about the source > PDFs. > If you know that the lower half of both source PDF:s is always blank > then you can > import them and put them on the same page using a vertical offset of > half a page for the second one.

Re: [iText-questions] Concatinating PDFs

2008-12-08 Thread Klas Lindbäck
It is possible, but it requires that you know something about the source PDFs. If you know that the lower half of both source PDF:s is always blank then you can import them and put them on the same page using a vertical offset of half a page for the second one. See the example using PdfImported

Re: [iText-questions] Concatinating PDFs

2008-12-06 Thread 1T3XT info
hma wrote: > Hi All, I have a requirement which I am working on to concatinate PDFs: > The two sources are: (A) HTML (B) Jasper report Document A is converted > to PDF and B is exported as PDF, each having one page. I have done > successful merge of both into third PDF document having two pages

[iText-questions] Concatinating PDFs

2008-12-05 Thread hma
Hi All, I have a requirement which I am working on to concatinate PDFs: The two sources are: (A) HTML (B) Jasper report Document A is converted to PDF and B is exported as PDF, each having one page. I have done successful merge of both into third PDF document having two pages using iText API.