Hello,
I have a pdf that was created using Acrobat Pro DC. This pdf has many form fields on it. I am looking for a way to “silently” submit the form field data back to an ASP.NET Webmethod. By silently I mean when you click the submit button it sends the form data to the webmethod behind the scenes.
Currently I am converting the pdf into a memorystream and then adding the submit button with the following code:
Dim doc As New Aspose.Pdf.Document(pdfStream)
Dim formEditor As New Aspose.Pdf.Facades.FormEditor(doc)
formEditor.AddSubmitBtn(“btnSave”, 1, “Save”, buttonAction, 400, 20, 500, 50)
formEditor.Save(pdfStream)
Hi John,
Thank you for responding Fahad.
Hi John,
I will appreciate if you please share your sample web project. It will help us to understand your requirement exactly and address it accordingly.
We are sorry for the inconvenience.
Best Regards,
Hi John,
Thanks for sharing the details.
In order to accomplish your requirements, please try following instructions specified over Posting AcroForm data to an external web page