Question
How to load PDF in web application file without open it?
Is there a way to write a web application (asp.net) that load pdf file, read its fields, edit the fields and save the documents with a new name?
The C# examples that exist in the SDK are not web example and used to open the PDF file. This behavior can cause a bed performance in web applications
