How to get values from a Fillable PDF form after user saves the PDF form

Hi,


I am looking to see if the following use case is possible in ASPOSE pd

1) User (user1) opens a PDF file from a link on a web page (CustInfoPage) which is a fillable pdf form. "UserForm1.pdf"

2) Open the UserForm1.PDF as UserForm1_user1_ID.pdf in a z-index sort of window.

3) Once the users adds values in the fillable form above: (CustName, CustNumber), upon save on the PDF or close of Z-Index window, capture the values of CustName and CustNumber.

4) Display the CustName and CustNumber entered by the user on the webpage (CustInfoPage) that opened the PDF above.

Could you please guide me in the right direction.

Thanks,
Chandu


Hi Chandu,

Thanks for your inquiry. Yes you can get values from a PDF form using Aspose.Pdf for Java and use these values in your application accordingly. Please check following documentation links for the purpose, you can read values of CustName, CustNumber using these documentation code snippet.

Please feel free to contact us for any further assistance.

Best Regards,