Op 20/02/2011 13:51, Shravan schreef:
> Hi Group,
>
> I have a PDF file. I have to generate a new PDF from this PDF with margins
> mirrored.
>
>
>               document.setMarginMirroring(true);

setMarginMirroring ONLY WORKS for PDFs created from scratch,
and ONLY when you add content using document.add().
This is NOT a bug, it should be obvious that what you're trying doesn't 
work.

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to