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 using > iText API. But the requirement is that both the documents should be > merged into one page, without change to font size. How do I do this?
PDF is a PDL, a Page Description Language, not a Word Processing format. When you manipulate a PDF, you do so on a page per page basis. You can "manipulate" a PDF, but you can't really "edit" it. There is no "reflow". I guess that's what you want,... But you'll have to redesign your application. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php