We've been getting this to almost work. So close and yet - one last thing needed.
What we are doing is taking a bunch of PDFs and then building one large PDF using PDFwriter to join them all together as one. All works fine for normal 8.5" x 11" page sized doc's We're using setPageSize and setCropBox to address PDFs that are larger than 8.5" x 11" - by resetting their dimensions accordingly to 8.5" x 11". We're also doing that for PDFs that have smaller page sizes with no cropbox setting. However when a PDF has both smaller page size and tiny cropbox size - then what we get is an 8.5" x 11" page with a tiny page image in the bottom left corner - like the old crop box setting was still there - but its not of course. Is there some special trick to reliable re-sizing PDFs to one uniform page size? We've about exhausted combinations with the above technique - we have just this one last case to solve - where the incoming PDF is using a tiny page size and a tiny cropbox and then we can declare victory... Thanks, DW ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
