Hi, Here I am trying to merge two PDF files of different sizes into one PDF file of A4 size. To achieve this, I am reading the Input PDF files using PdfReader then writing them page by page into the Resultant document using PdfCopy writer. I am explictly setting the size of resultant document to A4 size by calling the following code. Document doc= new Document(PageSize.A4) but no luck. So kindly let me is there any other method to set the page size of resultant document to A4 size independent of size of pages of PDF files which are merged to form this document.
Thanks Prajakta ____________________________________________________________ Enter now for a chance to win a 42" Plasma Television! http://ad.doubleclick.net/clk;6413623;3807821;f?http://mocda1.com/1/c/563632/113422/313631/313631 AOL users go here: http://ad.doubleclick.net/clk;6413623;3807821;f?http://mocda1.com/1/c/563632/113422/313631/313631 This offer applies to U.S. Residents Only ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
