Import data from a form submitted on the client into a PDF

This sample creates an AcroForm PDF that can be submitted to the server. The server then uses the GcPdfDocument.ImportFormDataFromCollection() method to import the submitted data into a static PDF that contains a compatible form and sends the PDF filled with data that the user provided back to the client. Note that the PDf that is sent back is shown in the default browser viewer, and does not have the 'Submit' and 'Reset' buttons.