it works well with the A4 non-rotated pages, but int the A3 rotated pages (or
pages with different sizes) it appears in the middle. (Rectangle: 25.0x765.0
(rot: 0 degrees)). The template contains some scaled images and text. Im
using itext2.0.7.

There must be something wrong with my code, but i havent found it yet :-(

Thanks for your time.



Paulo Soares-3 wrote:
> 
> Why doesn't it work for you?
> 
> Paulo
> 
>> -----Original Message-----
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On
>> Behalf Of VTARIN
>> Sent: Tuesday, July 22, 2008 10:04 AM
>> To: itext-questions@lists.sourceforge.net
>> Subject: [iText-questions] Visible Signature Positioning with
>> differente page sizes (A4, A3)
>>
>>
>> Hello,
>>
>> I have a pdf document with different page sizes and formats,
>> and some of
>> these pages are rotated.
>>
>> I do all the signing, but im not able to position correctly
>> the visible
>> signature with setVisibleSignature. I want the visible signature to be
>> placed, for all the pages, in the rigth margin, with vertical
>> alignment.
>>
>> Im adding a PdfTemplate to app[2], and using this code:
>>
>> Rectangle rect = new Rectangle(point[0], point[1],
>> point2[0],point2[1]);
>> sap.setVisibleSignature(rect, 1, null);
>> sap.setAcro6Layers(true);
>>
>> How can i achieve this?
> 
> 
> 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.
> 
> 
> 
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> iText-questions mailing list
> iText-questions@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/itext-questions
> 
> Do you like iText?
> Buy the iText book: http://www.1t3xt.com/docs/book.php
> Or leave a tip: https://tipit.to/itexttipjar
> 

-- 
View this message in context: 
http://www.nabble.com/Visible-Signature-Positioning-with-differente-page-sizes-%28A4%2CA3%29-tp18585201p18604512.html
Sent from the iText - General mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Do you like iText?
Buy the iText book: http://www.1t3xt.com/docs/book.php
Or leave a tip: https://tipit.to/itexttipjar

Reply via email to