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

Introduction to Foxit PDF SDK Have you ever thought about building your own application that can do everything you want with PDF files? If your answer is "Yes", congratulations! You just found the best solution in the industry tha...
Keep reading Keep reading
Introduction to Foxit PDF SDK Have you ever thought about building your own application that can do everything you want with PDF files? If your answer is "Yes", congratulations! You just found the best solution in the industry tha...
Keep reading Keep reading
Introduction to Foxit PDF SDK Have you ever thought about building your own application that can do everything you want with PDF files? If your answer is "Yes", congratulations! You just found the best solution in the industry tha...
Keep reading Keep reading
Introduction to Foxit PDF SDK Have you ever thought about building your own application that can do everything you want with PDF files? If your answer is "Yes", congratulations! You just found the best solution in the industry tha...
Keep reading Keep reading
Introduction to Foxit PDF SDK Have you ever thought about building your own application that can do everything you want with PDF files? If your answer is "Yes", congratulations! You just found the best solution in the industry tha...
Keep reading Keep reading
PDF SDK for Web enables you to integrate a PDF viewer in a website and provides a very flexible permission configuration to help you control documents better. It supports viewer side user permissions to control how users can inter...
Keep reading Keep reading
Foxit PDF SDK for Web provides two methods to set annotation flags; annotManager.setViewerAnnotFlag() and annot.setFlags(). These two options meet different use cases. annotManager.setViewerAnnotFlag() sets annotation flags t...
Keep reading Keep reading
Disabling the download function applies to both the UI and API. This can be achieved by using the option with PDFViewer::constructor getAdditionalPerm:function() as below: { return 0; //zero means disable } Once set, the...
Keep reading Keep reading
The guide below details 2 examples. One introduces how to quickly run the boilerplate sample for Vue.js inside Foxit PDF SDK for Web, and the other presents a way to integrate Foxit PDF SDK for Web in an existing Vue app. Quickly ...
Keep reading Keep reading