Re: [iText-questions] Problem Pushbutton with PdfAction.createSubmitForm SUBMIT_PDF

2008-07-25 Thread 1T3XT info
Leonard Rosenthol wrote: > IF the PDF has been "Reader Enabled", then Reader can submit the full > PDF - in fact, for our "Distribute Form" feature in Acrobat 8 and > later, that's EXACTLY what it submitted. I assumed the PDF was created with iText. In that case, it isn't Reader Enabled

Re: [iText-questions] Problem Pushbutton with PdfAction.createSubmitForm SUBMIT_PDF

2008-07-25 Thread Leonard Rosenthol
On Jul 23, 2008, at 1:29 PM, 1T3XT info wrote: > Are you using the full Acrobat? Adobe Reader can't submit a > form as a PDF. IF the PDF has been "Reader Enabled", then Reader can submit the full PDF - in fact, for our "Distribute Form" feature in Acrobat 8 and later, that's EXACTLY wh

Re: [iText-questions] Problem Pushbutton with PdfAction.createSubmitForm SUBMIT_PDF

2008-07-23 Thread Nguyen Tran Sy
:57 PM Subject: Re: [iText-questions] Problem Pushbutton with PdfAction.createSubmitForm SUBMIT_PDF Nguyen Tran Sy wrote: > Can you try the code posted ? No, please ask somebody else. -- This answer is provided by 1T3XT BVBA -

Re: [iText-questions] Problem Pushbutton with PdfAction.createSubmitForm SUBMIT_PDF

2008-07-23 Thread 1T3XT info
Nguyen Tran Sy wrote: > Can you try the code posted ? No, please ask somebody else. -- This answer is provided by 1T3XT BVBA - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest L

Re: [iText-questions] Problem Pushbutton with PdfAction.createSubmitForm SUBMIT_PDF

2008-07-23 Thread Nguyen Tran Sy
uot;Upload Document" in that PDF. Best regards, Nguyen Tran Sy - Original Message From: 1T3XT info <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Wednesday, July 23, 2008 12:29:29 PM Subject: Re: [iText-questions] Problem Pushbutton with PdfAct

Re: [iText-questions] Problem Pushbutton with PdfAction.createSubmitForm SUBMIT_PDF

2008-07-23 Thread 1T3XT info
Nguyen Tran Sy wrote: > My purpose is that the new pushbutton will allow me to click on it to submit > all the PDF to an URL Read p491: Basically, you can submit an AcroForm four ways: as an HTML query string, as a Forms Data Format (FDF) form, as an XFDF form, and as PDF if you're using the full

[iText-questions] Problem Pushbutton with PdfAction.createSubmitForm SUBMIT_PDF

2008-07-23 Thread Nguyen Tran Sy
Dear sirs, I had problems with the following code extracted from the class PushbuttonExample in attachments. -- FileOutputStream out = new FileOutputStream("submit_new.pdf"); PdfReader reader = new PdfReader("submit_template.pdf"); PdfStamper stamper = new PdfSta