Re: [iText-questions] rotation issues

2012-01-20 Thread Stephen More
I have solved my issue by switching to com.itextpdf.text.pdf.PdfCopy. I no longer need a separate rotate process, but if I did com.itextpdf.text.pdf.PdfDictionary and com.itextpdf.text.pdf.PdfStamper will rotate. On Thu, Jan 19, 2012 at 12:34 PM, Stephen More wrote: > I have tried multiple w

[iText-questions] rotation issues

2012-01-19 Thread Stephen More
I have tried multiple ways to rotate the content of a page using 5.1.3, but nothing seems to be working for me. I either get a blank page, or no difference. current working code: com.itextpdf.text.pdf.PdfDictionary pageDict = reader.getPageN( pageNum ); com.itextpd

Re: [iText-questions] Sign a PDF with an ink signature

2011-12-14 Thread Stephen More
I don't want to create an ink signature with iText, I want to dynamically build a pdf using iText, email it to an end user, then have the end user sign it in ink with Adobe Reader then email it back. -Stephen More On Wed, Dec 14, 2011 at 4:08 PM, Martin Bene wrote: >> Is there an ex

[iText-questions] Sign a PDF with an ink signature

2011-12-14 Thread Stephen More
gnature and commenting rights.)" Is there an example how I can generate a pdf using iText that will allow a 'ink signature' ? -Thanks Stephen More -- Cloud Computing - Latest Buzzword or a Glimpse of the Future