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 PDF SDK for Web 10.0.0 implements the dynamic library loading method and refactors the bookmark module for improved efficiency. This release brings new features like dynamic XFA form filling and 3D rendering to help you work with PDFs interactively. It also includes various enhancements in annotation, editing, form import and export, and PDF signing to deliver a streamlined workflow.

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 Lite is an ActiveX and so does not require an Instance ID. The Instance ID is only required by the DLL edition of the commercial version of Foxit Quick PDF Library. In addition, you do not need to...
Keep reading Keep reading
Several sample projects are provided with the download files for the Dylib edition of Foxit Quick PDF Library for Mac OS X. We recommend that you start your evaluation of Foxit Quick PDF Library on Mac using these sample proj...
Keep reading Keep reading
Foxit Quick PDF Library can render a PDF as an image so that you can place it in your .NET application. Sample code using C# is provided below. private void Form1_Load(object sender, EventArgs e) { // Remember to initialize t...
Keep reading Keep reading
Foxit Quick PDF Library lets you add visual digital signatures to PDF files programmatically with a few simple lines of code. It lets you sign existing signature form fields or will automatically create a signature form field...
Keep reading Keep reading
The quality level of JPG images during conversion can be controlled using the SetJPEGQuality function. A number between 1 and 100 indicating the quality of the image. The higher the value, the better the image quality, but the lar...
Keep reading Keep reading
Adobe LiveCycle Reader Extensions (also known as Adobe Reader Extensions or Reader Extensions or Usage Rights) enables PDF forms designers, using either Adobe LiveCycle or Adobe Acrobat, to unlock hidden features in Adobe Reader s...
Keep reading Keep reading
There are two different ways that this can be done depending on your exact requirements. I've included details of two different scenarios below as well as some sample code. Scenario #1: You want to extract various pages from an ex...
Keep reading Keep reading
The current rendering engine is set up to use the same DPI setting for both the horizontal and vertical axis. So it isn't possible to render an image with an asymmetrical DPI, however, it is possible to get the same effect though ...
Keep reading Keep reading
Creating thumbnails for PDFs using Foxit Quick PDF Library is simple. Simply use the functions listed in the below order: RenderPageToString AddImageFromString SetPageThumbnail Here is some C# sample code demonstrating how this ...
Keep reading Keep reading