Latest release

Foxit 8.4

Welcome to Foxit PDF SDK 8.4! This release comes with major performance improvements to the backend of PDF SDK for Web, support for PDF table generation in desktop, full support for Python, a new API to crop pages, and more. Check out the changelog for full information on the release.

Solutions

Plug-Ins & Open Source

Cordova

Build native mobile (iOS, Android and UWP) apps with HTML, CSS & JS. Target multiple platforms with one code base on MobilePDF 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

One PDF Form (FSPDF_FORM) can contain more than one Form Field, and one Form Field can contain more than one Form Control (FSPDF_ FORMCONTROL). Form Control (FSPDF_ FORMCONTROL) and Annotation (FSCRT_ANNOT) belong to the type of ...
Keep reading Keep reading
Foxit PDF SDK provides parameter setting to control printing. We can set the parameter “flag” in the interface FSPDF_RenderContext_SetFlags(FSPDF_RENDERCONTEXT pdfRenderContext, FS_DWORD flags) to “FSPDF_RENDERCONTEXTFLAG_OC...
Keep reading Keep reading
FormXObject is one kind of PageObject. So we can call the interface FSPDF_PageObjects_InsertObject to add an object to FormXObject. Note: This article refers to a deprecated version of a Foxit Product. If you are still using Foxi...
Keep reading Keep reading
For a FreeText annotation, it’s necessary to set its default appearance (DA). Calling the interface FSPDF_Annot_SetDefaultAppearance is needed for this task. Usually, we suggest setting up at least FSPDF_DEFAULTAPPEARANCE::font ...
Keep reading Keep reading
Foxit PDF SDK provides the interface FSCRT_Font_GetCharBBox (FSCRT_Font font, FS_DWORD Unicode, FSCRT_RECT * bbox) to get the width and height of a text object. Note: This article refers to a deprecated version of a Foxit Product...
Keep reading Keep reading
If your project which needs to be integrated with WebPDF Viewer is in a different domain from the WebPDF Viewer, you need to copy all the static files (front-end) of WebPDF Viewer into the webapp folder of your project. Also, you ...
Keep reading Keep reading
It might because the rendering engine is set to JavaScript rendering in the console. The JavaScript Rendering engine does not support any signature feature at present in the demo. Note: This article refers to a deprecated version...
Keep reading Keep reading
Please make sure to turn on the session function of web container when deployment WebPDF Viewer since WebPDF Viewer need to cache user session. Note: This article refers to a deprecated version of a Foxit Product. If you are stil...
Keep reading Keep reading
The print configurations are not the same for different browsers. Therefore, we suggest setting the correct layout, paper size, and margins before printing. Note: This article refers to a deprecated version of a Foxit Product. If...
Keep reading Keep reading