Hi, In my application I am using the PdfCopy to merge the PDF documents.I want to set the Page size of resultant document explicitly to A4. So I am using the constructor as Document Doc= new Document(PageSize.A4); Then by using PdfReader, I am reading the pages of Input PDF files and writing them to the writer instance for this resultant Document. The concatenation functionality is working fine but I am not able to set the page size A4 for resultant PDF document by using above constructor.
A quick help on this issue will be really appreciated. NOTE: The PDF documents which are merged are not having A4 page size. Thanks, Prajakta ____________________________________________________________ FREE ADHD DVD or CD-Rom (your choice) - click here! http://ad.doubleclick.net/clk;6413623;3807821;f?http://mocda2.com/1/c/563632/131726/311392/311392 AOL users go here: http://ad.doubleclick.net/clk;6413623;3807821;f?http://mocda2.com/1/c/563632/131726/311392/311392 This offer applies to U.S. Residents Only ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
