Re: [iText-questions] Watermark with rotated PDF

2010-01-11 Thread Mark Storer
#include typedef std::Disclaimer DisCard; -Original Message- From: Daniel Oliveras [mailto:dolive...@gmail.com] Sent: Monday, January 11, 2010 4:43 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Watermark with rotated PDF There is nothing wrong

Re: [iText-questions] Watermark with rotated PDF

2010-01-11 Thread Daniel Oliveras
There is nothing wrong with wrapping the PDFTemplate inside an Image, I simply wanted to know how works the addTemplate() method. I bought the book today, so now I can use it to get more information on iText, I'll read the pages hou recomended. Thank you very much for your time and Help. On Mon,

Re: [iText-questions] Watermark with rotated PDF

2010-01-11 Thread 1T3XT info
Daniel Oliveras wrote: > Thankyou very much, > > That information is not present on the API documentation and without the > transformation matrix info it is practically impossible to perform any > action. What's wrong with wrapping the PdfTemplate inside an Image? That solves all your problems.

Re: [iText-questions] Watermark with rotated PDF

2010-01-11 Thread Daniel Oliveras
Thankyou very much, That information is not present on the API documentation and without the transformation matrix info it is practically impossible to perform any action. On Mon, Jan 11, 2010 at 9:10 AM, 1T3XT info wrote: > Daniel Oliveras wrote: > > My problem is that I can not find informa

Re: [iText-questions] Watermark with rotated PDF

2010-01-11 Thread 1T3XT info
Daniel Oliveras wrote: > My problem is that I can not find information on how works the > transformation matrix so I can indicate that I want to rotate 90ยบ > clockwise or whatever angle I want. Every attempt I have made results > on strange rotations in various axis on the same time. It's high