[iText-questions] Javascript is not working after document signing

2012-09-15 Thread Victor Sterpu
After I sign a document like this: pw.setEncryption(null, OWNER, PdfWriter.ALLOW_PRINTING | PdfWriter.ALLOW_COPY , PdfWriter.STANDARD_ENCRYPTION_128); all java script in the PDF is not working. Page numbers and row shading are done with JS. How can I fix this? Thank you. ---

Re: [iText-questions] Problem accessing fonts available in printer's memory through java.

2012-09-15 Thread krisniru
Thanks for the response, Below is what I am trying to do. We have some secured "TROY" fonts which cannot be installed on the PC , it will be installed only on the printer. For example if we send "abc" as text while creating the pdf and specify that "abc" is the "TROY" font and send it to the

Re: [iText-questions] Problem related to "Get data from pdf textbox value to java"

2012-09-15 Thread 1T3XT BVBA
On 15/09/2012 13:55, Narendra Wadkar wrote: > I want to get Textbox value from acroform textbox to jsp page or in > database. What type of Submit have you defined for your AcroForm? All depends on your answer to that question. If the Submit button is 'Submit as HTML query string', there's absol

[iText-questions] Problem related to "Get data from pdf textbox value to java"

2012-09-15 Thread Narendra Wadkar
Hello, I want to get Textbox value from acroform textbox to jsp page or in database. If Any one have solution for that please help me. Thanks in advance Narendra Wadkar narendrawad...@gmail.com -- How fast is your code?

Re: [iText-questions] Video in PDFs

2012-09-15 Thread Dominic Maricic
The extensions to ISO-32000-1 by Adobe talk about needing to use richmedia annotations to insert h.264 video into the pdf. Adobe also states that h.264 can be played without needing an external media player after Adobe 9. I've been following section 16.3 in the book that has the examples on inserti

Re: [iText-questions] Can ITEXT convert dynamic PDF to static PDF?

2012-09-15 Thread 1T3XT BVBA
On 14/09/2012 10:47, Nuno Lopes wrote: > How is the development of this feature going? Very well, thank you. Some of our customers are already using it in a production environment. > Is it already available in the > API? Because of our bad experience with people refusing to upgrade to newer vers

Re: [iText-questions] Can ITEXT convert dynamic PDF to static PDF?

2012-09-15 Thread Nuno Lopes
Hi, How is the development of this feature going? Is it already available in the API? -- View this message in context: http://itext-general.2136553.n4.nabble.com/Can-ITEXT-convert-dynamic-PDF-to-static-PDF-tp4445311p4656329.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] Problem accessing fonts available in printer's memory through java.

2012-09-15 Thread 1T3XT BVBA
On 14/09/2012 17:38, krisniru wrote: > I am using a secure Printing solution for a check printing. To be very > specify MICR fonts. I need to send font information like let's say for > example > > I have a text "abc", I have the font installed in the printer but I don't > have it in my PC. I would

Re: [iText-questions] (no subject)

2012-09-15 Thread 1T3XT BVBA
The address that has sent SPAM to the mailing-list has been removed from the list by the list administrator. -- How fast is your code? 3 out of 4 devs don\\\'t know how their code performs in production. Find out how slow