Latest release

Foxit 10.1

Foxit PDF SDK for Desktop 10.1.0 supports PDF/E and PDF/X standards in preflight checks, enhances the conversion workflows and OCR capabilities with the support of multi-threaded/multi-core processing and additional options, and improves the performance in document optimization and form file import processes. It also adds new APIs in modules like search, image processing, and text processing to deliver a streamlined workflow.

Foxit Conversion SDK 2.1.0 brings enhanced features to PDF2Office and Office2PDF, providing users with a more versatile and efficient document conversion experience. For PDF2Office, users can now convert the restricted PDF files and benefit from additional options to remove trailing spaces from the output, specify Excel workbook settings, and control whether to include images or insert page breaks during conversion. Office2PDF introduces the support for outline conversion in Word2PDF, and offers workbook conversion options in Excel2PDF.

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

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
The AnalyseFile function can be used to check a PDF for security settings. If the PDF has an open password then this password will need to be passed to the AnalyseFile function before you can check the permissions for the PDF. pri...
Keep reading Keep reading