Explore further

.NET articles & project samples

Foxit PDF SDK JavaScript is a language implemented within our library based on the core of JavaScript's version 1.5. It is extremely useful for Web applications that need to use less memory from the server by offloading it onto th...
Keep reading Keep reading
Yes. However, Foxit Merger for .NET SDK does not flatten images, stamps, text and comment boxes.
Keep reading Keep reading
By default, digital signatures will be flattened along with all the other form fields in the PDF. If you wish to retain the digital signatures during the flattening, you can use the DigitalSignatures property of FormFlatteningOpti...
Keep reading Keep reading
The following examples demonstrates how to flatten an individual form field within a PDF: Using Visual Basic: Dim document As MergeDocument = New MergeDocument("C:\AcroForm.pdf") document.Form.Fields(0).Output = FormFieldOutput.F...
Keep reading Keep reading
Flattening the form fields of a PDF is the process that will take the values of the form fields, add them to the actual PDF stream and then remove all of the form field structures from the document. The advantages of flattening fo...
Keep reading Keep reading
With a developer license of Foxit .NET SDKs, your unique license key is embedded in your application or added with one line of code when your application starts.
Keep reading Keep reading
No. Unfortunately, the feature to flatten XFA dynamic forms is not currently available in Foxit PDF .NET SDKs.
Keep reading Keep reading
No. Foxit .NET SDK's Server Editions are licensed per production server. You may use the same license on development workstations and development servers.
Keep reading Keep reading
Yes. There are two ways you can deploy your Foxit .NET SDK server edition on the target server: By placing the license key in your application .config (web.config) file Adding one line of code to add the license when your app...
Keep reading Keep reading