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

No, it's possible to prevent users from being able to download a PDF which they are viewing through WebPDF Viewer. Please see below for details. Some users have pointed out that when using the online demo of WebPDF Viewer that th...
Keep reading Keep reading
Foxit Quick PDF Library supports advanced programmatic manipulation of content streams in PDF files. What are Content Streams? A page in a PDF document has one or more content stream parts that together contain all the PDF pa...
Keep reading Keep reading
To fix the module dependency not found error in Foxit PDF Rasterizer for .NET SDK, download and install the MS Visual C++ Package: For 64-bit environment: http://www.microsoft.com/en-us/downl....aspx?id=14632 For 32-bit environm...
Keep reading Keep reading
These are a few reasons why users cannot remove watermark correctly from Foxit PDF Generator for .NET SDK or Foxit PDF Merger for .NET SDK (assuming the customer follows the licensing documentation correctly). We described two of ...
Keep reading Keep reading
The most common error with Foxit PDF Generator or Merger .NET SDK is that the project .NET Framework does not match with the .NET correct Generator or Merger .NET SDK DLL. Solution: Set your project to the .NET SDK DLL you are us...
Keep reading Keep reading
To fix this issue, you must change your simulator to a device that is ARMv6, ARMv7, or ARMv7s. Note: Foxit PDF SDK 4.1 does not support ARM64 at this time. Note: This article refers to a deprecated version of a Foxit Product. If...
Keep reading Keep reading
To fix the FSCRT_ERRCODE_INVALIDMODULE error, check if you are using the latest evaluation of Foxit PDF SDK. Note: This article refers to a deprecated version of a Foxit Product. If you are still using Foxit PDF SDK 5.3 or older,...
Keep reading Keep reading
To fix the bug when you destroy an item, follow these steps: Locate the file PDFPagerAdapter.java Locate “if (viewMap.containsKey(container))” and change it to “if (viewMap.containsKey(position))” Note: This article...
Keep reading Keep reading
Follow the steps to add new functionality to your Android C API demo for Foxit PDF SDK: Go to “samples\ViewerDemo\jni” and review how the implementation on how some of the API are already done. Tip: Look for functions that ...
Keep reading Keep reading