Hi Guys
Is it possible to fill a PDF and save it to the Server in ASP.NET 4.7.2 WebForms?
Also could it be possible to go back to such stored PDF and add or modify it later after it has been saved to the server.
The reason for this question, currenlty I have a webform asp.net using framework 4.7.2 that fills the PDF from the data captured on database
For Instance I have a client table that stores most of the pieces of data that the PDF needs such as demographics I transfer them to the PDF, the rest of the pieces of data the user manually enter them to the PDF saved to the user computer, what I would like to do is that instead of saving the PDF to the remote user computer, I would like to keep it in the server so the user continue filling the blank or necessary textboxes in the PDF.
Can the above mentioned possible?
This is obvious, but I mention it anyway. The platform used for the ASP.NET webform is Windows server 2016 IIS10 and SQL server 2016
iTextSharp to populate most of the data stored to the fillable PDF.
Thank you in advance.
J.
Thanks