Latest release

Foxit 10.0

Foxit PDF SDK 10.0.0 introduces advanced features and performance optimizations, enhancing document management capabilities. The new 3D and OFD rendering support allows for more dynamic and versatile content within PDFs. The addition of DWG to PDF conversion and bidirectional OFD-PDF conversion caters to specialized document workflows. Editing is improved with paragraph-based features, offering greater control over document formatting. Performance boosts come from optimized rendering and parsing for pages with many Path objects, and the Compliance module and OCR addon now support multithreading and multiprocessing, respectively. The SDK’s expansion to Node.js broadens its accessibility to developers across different platforms.

Foxit Conversion SDK 2.0.0 introduces Office to PDF conversion for Windows, complete with a web demo for hands-on experience. This release also adds AnyCPU support for broader system compatibility. Enhancements include improved PDF to Word conversion with footnotes and headers, and better text recognition in PDF to PowerPoint.

Solutions

Plug-Ins & Open Source

Cordova

Build native mobile (iOS, Android) apps with HTML, CSS & JS. Target multiple platforms with one code base on our mobile PDF SDK.

Learn More Learn More
Kotlin

Develop Android applications using MobilePDF SDK in Kotlin. Designed to work using Java, MobilePDF SDK can easily be integrated into your development process when working with Kotlin.

Learn More Learn More
React Native

Write with or create components using JavaScript code to develop Android and iOS applications using React Native.

Learn More Learn More
Xamarin

Build and deploy native Android, iOS and Windows apps, using existing skills, teams, and code in C# with MobilePDF SDK.

Learn More Learn More

WebPDF.JS

Develop a full-fledged PDF Viewer for browser environments, all with Javascript. Migrate from PDF.js and experience native-like performance.

Read more Read more
Explore further

Recent articles & project samples

Foxit Quick PDF Library does not support converting entire HTML documents to PDF, however, it is possible to use a limited set of HTML tags to draw content onto pages in PDF files using the HTML text functions such as DrawHTMLTex...
Keep reading Keep reading
Adding links to PDF files is very straight forward. A link in a PDF is actually an annotation and is placed on top of the content that you wish to link. These hotspot links can be added using the following functions: AddLinkTo...
Keep reading Keep reading
Currently it is only possible to replace simple text that has not been encoded using Foxit Quick PDF Library using the scripting feature which uses Foxit Quick PDF Library behind the scenes. The function that lets you replace text...
Keep reading Keep reading
There isn't an easy way to check if a PDF contains compressed elements or not. There is not a PDF wide compression option, instead various different objects and streams in PDF files can be compressed individually, using different ...
Keep reading Keep reading
When you use the SignFile function to add a digital signature to a PDF it adds an invisible digital signature which is not shown on any of the pages in the document. Instead the digital signature can be viewed by opening the PDF i...
Keep reading Keep reading
The SignFile function in Foxit Quick PDF Library lets you sign PDF files using the PKCS#12 format (containing a certificate and private key). But sometimes more advanced signing options are required. This is why we've added t...
Keep reading Keep reading
After signing a PDF file and then opening it in Adobe Reader or Adobe Acrobat the following message may be shown just below the toolbar: This message does not indicate that the digital signature is invalid or corrupt. Inste...
Keep reading Keep reading
There are two main reasons Adobe Reader and Adobe Acrobat will prompt you to save changes to a file after opening it. The PDF was in some way corrupt and Adobe Reader / Adobe Acrobat automatically repaired it without showing you ...
Keep reading Keep reading
As well as enabling you to generate form fields and fill form fields, Foxit Quick PDF Library makes it easy to extract form field data or information about form fields from PDF files. In the sample code below we demonstrate how to...
Keep reading Keep reading