Latest release

Foxit PDF SDK for

Desktop 11.0.0 

Foxit PDF Conversion

SDK 3.0.0

Foxit PDF SDK for Desktop 11.0.0

Foxit PDF SDK for Desktop 11.0.0 features significant enhancements in security, compliance, OCR capabilities, PDF optimization, and platform adaptability for efficient document rendering and management. Highlights include document sanitization, thread safety mechanisms, and transparency handling for enhanced security and compliance; advanced control over layers, annotations, dynamic color, and screen DPI scaling for superior rendering experience; smarter OCR with direct format conversion, processing mode controls, and process termination callbacks; superior PDF optimization with optimized handling of scanned documents, image compression, quality control, font management, and space audit; and broader platform adaptability with new Go programming language support and expanded architecture coverage for Python and .NET platforms.

Foxit PDF Conversion SDK 3.0

PDF2Office adds Go programming language support for Linux x32/x64 platform, and upgrades the Python library to make it compatible with Python 3.11 and subsequent micro versions. Office2PDF now supports Linux system platforms. The online conversion demo supports parameter configurations and selections. This new version also enhances the recognition of various elements such as text paragraphs, border tables, and headers/footers, optimizes the font loading method, and supports vertical paragraph alignment for drawing objects, all aimed to deliver better conversion results.

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

If you are using IE for viewing purposes, please check whether the browser is compatible. WebPDF Viewer does not support the older IE versions like IE 6 or IE7, as the file display may be corrupted if used by these versions Note:...
Keep reading Keep reading
When a user opens a PDF file within WebPDF Viewer, the URL actually points a database. So if  the cache in the database of the PDF file has been cleared, the URL will not work again. In this case, the user should reopen the file ...
Keep reading Keep reading
Yes. Foxit WebPDF Viewer only Supports PDF files under 200MB. Note: This article refers to a deprecated version of a Foxit Product. If you are still using Foxit WebPDF Viewer, please refer to your download package documents for D...
Keep reading Keep reading
Foxit Quick PDF Library provides an extensive API for programmatically extracting text from PDF files. This includes the options of just plain text output and also returning the text in a formatted CSV string with details about th...
Keep reading Keep reading
The creation and release of memory buffers are handled automatically in most scenarios by the DLL and LIB editions of Foxit Quick PDF Library. There is an internal buffer where all string results are stored. The AnsiStringRes...
Keep reading Keep reading
Incremental updates provide a method for updating a PDF file without completely re-writing it, according to the PDF specification (1.7), incremental updates work like this: The contents of a PDF file can be updated incrementally w...
Keep reading Keep reading
Foxit Quick PDF Library does not currently support the extraction of path information. However, the GetContentStreamToString function will extract the content stream which contains all of the drawing commands. You would need to pa...
Keep reading Keep reading
Foxit Quick PDF Library has an extensive API for programmatically working with links in PDF files. In the sample code below we demonstrate how to find all URLs in a PDF and then check to see if it matches our predefined URL a...
Keep reading Keep reading
Foxit Quick PDF Library includes a function called SetPrecision which allows you to control the precision of numeric values in PDF files. In a PDF all numeric values are stored as strings. So using a smaller precision would m...
Keep reading Keep reading