Hi

Thanks for reply Mr Mark Storer ,

i have an idea for making an affine transformation to swf in pdf, i generate
the PDF with his origin dimension and rotation , then i read the existing
PDF with  PdfReader

and i do the transformation in the tempate.i m blocked in how to get the
content of the pdf.



 PdfTemplate template = content.createTemplate(rect.getWidth(),
rect.getHeight());

        template.concatCTM(factor, 0, 0, factor, 0, 0);

        PdfReader reader = new PdfReader(RESOURCE);



            template.add(reader.getPageContent(arg0));





i want to know if this is realizable or should i forget about this.

Thanks.
------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
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