What you want to do can't be done unless you do a lot of code and are
ready to accept many restrictions regarding the kind of transformations
allowed.

Paulo 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of parvez ahmed
> Sent: Wednesday, February 21, 2007 5:15 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Problem with PdfWriter..
> 
> Hi,
>  
>      I am using itext to merge different pdf into a single 
> document. In that process, I am creating book marks, headers, 
> footers. The input pdf that am merging could be in any type 
> in the sense like it could be upside down or it could be 
> magnifed. Accordingly I am writing the code like example below
>  
> PdfImportedPage page = writer.getImportedPage(reader, i);
>  
> cb.addTemplate(page, 1f, 0, 0, 1f, 0, -5);
>  
> And also there is other code which deals with transformations 
> , scaling etc.
>  
> My problem is , while am using writer.getImportedPage am 
> losing all the interactive components like anchors etc which 
> i dont want to.
>
> If I use PdfCopy, I am not able to translate or roate or scale. 
>  
> I am not sure how to deal this situaition and it would be 
> really helpful for me if somebody helps to resolve this issue.
>  
> Regards,
> Peter


Aviso Legal:
Esta mensagem é destinada exclusivamente ao destinatário. Pode conter 
informação confidencial ou legalmente protegida. A incorrecta transmissão desta 
mensagem não significa a perca de confidencialidade. Se esta mensagem for 
recebida por engano, por favor envie-a de volta para o remetente e apague-a do 
seu sistema de imediato. É proibido a qualquer pessoa que não o destinatário de 
usar, revelar ou distribuir qualquer parte desta mensagem. 

Disclaimer:
This message is destined exclusively to the intended receiver. It may contain 
confidential or legally protected information. The incorrect transmission of 
this message does not mean the loss of its confidentiality. If this message is 
received by mistake, please send it back to the sender and delete it from your 
system immediately. It is forbidden to any person who is not the intended 
receiver to use, distribute or copy any part of this message.


-------------------------------------------------------------------------
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
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to