Re: [iText-questions] Submit pdf form outside of pdf?

2012-04-19 Thread blowagie
Hmm... as the caption indicates, you're not subscribed to the official mailing list, so you won't get an answer here. See http://lowagie.com/nabble for more info. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Submit-pdf-form-outside-of-pdf-tp2159490p4572813.html Sent

Re: [iText-questions] signature with readonly mark field

2012-04-19 Thread david
Hello Michael, According to the specification (ISO 32000-1:2008), I have locked All fields. But my signature are not valide. Regards, David http://itext-general.2136553.n4.nabble.com/file/n4570200/FormulaireROSignedWithITextLocked.pdf FormulaireROSignedWithITextLocked.pdf -- View this message

Re: [iText-questions] Question about PDF structure

2012-04-19 Thread 1T3XT BVBA
Please use the mailing-list addres: itext-questions@lists.sourceforge.net DO NOT use the company address i...@1t3xt.info unless you wish to receive an invoice for the answers that are provided. Also: please rephrase your questions because they don't make any sense. On 19/04/2012 19:40, omid wro

[iText-questions] [SPAM] Get AcroForm Fields after User Digitally sign PDF Form

2012-04-19 Thread hami
Hi, I have PDF form design using "LifeCycle 8.2", make that form user enable right using "Adobe Acrobat Pro 9.4.6". and processing using "iText 5.1.2". I am able to perform my desire manipulate on field using AcroForm; // CODE --- PdfReader reader = ne

[iText-questions] How can I safely change page sizes while creating single document?

2012-04-19 Thread Tomáš Orel
Hello, I am creating PDF document containing pages with various page sizes. Problem is when page size change occurs immediately after iText automatically creates new page. Then resulting PDF is mismatched. It roughly works like this: // Create and open document with page size A4 Document doc

[iText-questions] Printing a table only till half of the page in itextsharp document

2012-04-19 Thread praveen
Hello, I have a table with around 100 rows.Now i want to print it in the form of pdf using itextsharp.Here I want to print the table in such a way that as soon as the table reaches half the page's height , the remaining rows should be discarded. Please suggest a good solution to identify the printe