I just begin to use iText to create PDF file. One of my job is to manipulate
existing PDF files.
I am try to use setBoxSize() method in PDFCopy to change the sizes of media
box, trim box, bleed box, etc. from imported pages in an existing file. But the
these size in result file are unchanged. The code sinpper is as follows:
PdfCopy writer = ...
PdfReader reader = ...
....
PdfImportedPage page = writer.getImportedPage(reader, i);
writer.setBoxSize("bleed", psize);
writer.addPage(page);
...
Please someone help me solve the page resize problem?
Best regards,
Jack Zhang
-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions