Hi,

 

I am using iText's JAVA PDF Library for creating AcroForms.

I have designed below UI with PDF Library 

     User Name:      [Textbox]   

    [Submit Button]

 

When user enters Name in the textbox and clicks on Submit Button the
data has to be sent to a jsp as SUBMIT_HTML_FORMAT as shown below.

 

submitField.setAction( PdfAction.createSubmitForm(
"http://localhost:9090/MyWebApp/pdfServlet",null,
PdfAction.SUBMIT_HTML_FORMAT) );

 

One more thing is a proxy server sits between my LAN and the internet.

I open the generated PDF, filled in the Acro fields and when I clicked
on Submit button, it says

"HTTP Error 407

 

 You need to get authentication from your proxy server....."

 

Please help me to submit AcroForm data in HTML format to a jsp or 

If on clicking Submit, the form data has to be exported as XML and email
application has to be triggered with this XML as an attachment.

 

 

Ramaprasad Kolla

Project Engineer

________________________________ 

Wipro Technologies

Survey No.64, Serilingampally Mandal, Hitec City, Hyd-72

Mob: +91 9963316178 | Ph: 040-30795503

Email: [EMAIL PROTECTED] | Website: www.wipro.com
<http://www.wipro.com/> 

 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to