Latest release

Foxit PDF SDK for

Web 11.1.0

Foxit PDF SDK for Web 11.1.0

Foxit PDF SDK for Web 11.1.0 introduces asynchronous bookmark destination resolving for improved navigation, enhanced page-level text extraction with precise character indexing, and upgraded annotation features including grouping and multi-selection control for annotations and form fields. It also adds detailed 3D PDF model trees, a customizable measurement interface, and advanced digital signing and stamping capabilities with pressure simulation and multi-label dynamic stamps. Performance is further boosted by an optimized rendering pipeline, delivering a more efficient and seamless user experience.

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

From version 5.1, Foxit PDF SDK for iOS supports setting the night mode color as desired. To set the night mode color, you should set the properties FSPDFViewCtrl.mappingModeBackgroundColor and FSPDFViewCtrl.mappingModeForegroundC...
Keep reading Keep reading
Foxit PDF SDK for iOS supports the print feature since version 5.1. You can press the Wireless Print button on the More Menu view in the Complete PDF viewer demo to print the PDF document. Furthermore, you can call the following A...
Keep reading Keep reading
Foxit PDF SDK for iOS fully supports Indexed Full Text Search. To use this feature, follow the steps below: 1) Get document source information. Create a document source based on a directory which will be used as the search direct...
Keep reading Keep reading
The interface is provided to set whether to enable highlighting the form fields in PDF form files. By default, the form fields will be highlighted. If you do not want to highlight form fields, you should change the source code of ...
Keep reading Keep reading
The UIExtensionsManager.enableLinkHighlight() interface is provided to set whether to enable highlighting the links in PDF documents. By default, the links in PDF documents will be highlighted. If you do not want to highlight link...
Keep reading Keep reading
There are two ways to help you insert an image into a PDF file. The first one is calling FSPDFPage::addImageFromFilePath interface. You can refer to the following sample code which inserts an image into the first page of a PDF fil...
Keep reading Keep reading
To add a link annotation to a PDF file, you should first call the FSPDFPage::addAnnot to add an annotation to a specified page, then call FSAction::Create to create an action, and set the action to the added link annotation. Follo...
Keep reading Keep reading
To display a specified page when opening a PDF file, the interface [pdfViewCtrl gotoPage: (int) animated: (BOOL)] should be used. Foxit PDF SDK for iOS utilizes multi-thread to improve rendering speed, so please make sure the docu...
Keep reading Keep reading
Foxit PDF SDK for Android provides multiple interfaces to open a PDF document. You can open a PDF document from a specified PDF file path, or from a memory buffer. For from a specified PDF file path, there are two ways to do that....
Keep reading Keep reading