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
Is it possible to flatten Form Fields on PDF using Foxit Merger for .NET?
Updated 07 March 2019
Yes. However, Foxit Merger for .NET SDK does not flatten images, stamps, text and comment boxes.
Keep reading
Is it possible to prevent digital signatures when flattening form fields using Foxit PDF.NET SDKs?
Updated 07 March 2019
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
How to flatten an individual form field using Foxit PDF .NET SDKs
Updated 07 March 2019
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
Flatten all the form fields from a document using Foxit PDF .NET SDKs
Updated 07 March 2019
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
How is the licensing information included in my .NET redistributable application?
Updated 07 March 2019
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
Can any of the .NET SDKs flatten Dynamic XFA based pdf form to normal PDF?
Updated 21 September 2017
No. Unfortunately, the feature to flatten XFA dynamic forms is not currently available in Foxit PDF .NET SDKs.
Keep reading
If we purchase a Server Edition do we need a separate license for our development server and development workstations?
Updated 21 September 2017
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
If I purchase a Server Edition of Foxit .NET SDK, can I deploy on the target server?
Updated 21 September 2017
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