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

The 64-bit version of Foxit PDF SDK ActiveX is located in the bin folder with the 32-bit version, but includes x64 in the filename.
Keep reading Keep reading
Basically, you have two options to use Foxit PDF SDK ActiveX component with Visual Basic. Both are described above: Option A: Open Excel or Access Select DEVELOPER->Visual BasicNote: If you do not have the Developer tab. G...
Keep reading Keep reading
Calling the function ShowTitleBar(false) will remove the header panel that appears above the toolbar on the Foxit PDF SDK ActiveX component. ShowTitleBar()  Description: Show or hide the title bar. Prototype: void ShowTitleB...
Keep reading Keep reading
Yes. Text extraction from a PDF can be done by calling the FSPDF_TextPage_ExportToFile function using C++. Download Foxit PDF SDK 4.1 and get the demo at: samples\simple_sample\pdf2text\pdf2text.cpp FS_RESULT FSPDF_TextPage_Exp...
Keep reading Keep reading
To deploy your application using XCOPY, it is prerequisite to have Microsoft Visual C++ 2008 Redistributable Package for .NET 2.0/3.0/3.5 application and Microsoft Visual C++ 2010 Redistributable Package for.NET 4.0/4.5 applicatio...
Keep reading Keep reading
To create new documents, merge or add pages to a document, follow the steps outlined below: MergeDocument document = new MergeDocument(); PdfDocument sourcePDF = new PdfDocument( "C:\\ImportPDF.pdf" ); document.Append(sourc...
Keep reading Keep reading
After you apply your license, sometime the watermark stays on your exported documents. Follow these steps to fix that issue: 1) Get the watermark code on the top of the PDF. 2) Use the following information to find out the reaso...
Keep reading Keep reading
To make text to PDF files conversion, follow the steps outlined below: Extract the text from the text file. Add the extracted text to a PDF using the TextArea class.Here is an example that adds “Hello World!” to a PDF. ...
Keep reading Keep reading
When your Foxit Merger for .NET SDK Getting Started Library don't show any content, do the steps below to fix this error: Right click on the “FoxitHelpLibForNet.##.##.chm” file and select properties Click on “Unblock”
Keep reading Keep reading