Foxit PDF SDK for Web

Developer Guide for Foxit PDF SDK for Web (9.1)

by Ray | December 18, 2023
Foxit PDF SDK for Web Overview Foxit PDF SDK for Web is a lightweight powerful PDF library for web applications developed taking all advantages of Foxit’s signature core rendering engine. Using the SDK, developers can deploy and customize a complete PDF viewer to display, annotate, fill forms and sign documents in a web browser. Integrating […]
Keep reading Keep reading

Developer Guide for Foxit PDF SDK for Web

by Ray | December 1, 2023
Foxit PDF SDK for Web Overview Foxit PDF SDK for Web is a lightweight powerful PDF library for web applications developed taking all advantages of Foxit’s signature core rendering engine. Using the SDK, developers can deploy and customize a complete PDF viewer to display, annotate, fill forms and sign documents in a web browser. Integrating […]
Keep reading Keep reading

How to use ActionCallback

by Ray | December 1, 2023
How to trigger JavaScript //JsActionCallback is the implementation class of ActionCallback. JsActionCallback* action_handler = new JsActionCallback(); Library::SetActionCallback(action_handler); Form form(pdf_doc); PDFPage pdf_page = pdf_doc.GetPage(0); //Set JavaScript for the button. Control control = form.GetControl(pdf_page, 0); Widget widget_annot = control.GetWidget(); AdditionalAction widget_aa(widget_annot); Action action = Action::Create(pdf_doc, Action::e_TypeJavaScript); JavaScriptAction javascipt_action(action); javascipt_action.SetScript(L"JavaScript code"); widget_aa.SetAction(AdditionalAction::e_TriggerAnnotMouseButtonPressed, javascipt_action); //Trigger JavaScript Script. widget_aa.DoJSAction(AdditionalAction::e_TriggerAnnotMouseButtonPressed) How […]
Keep reading Keep reading

How to configure MIME types in IIS

by PDF SDK | November 15, 2023
When using IIS to run Foxit PDF SDK for WEB, we may encounter some resource file parsing errors that lead to access failure. At this time, we need to configure the MIME type of IIS. Let’s take Windows Server 2019 for example, here are the steps: 1. Open the Microsoft IIS management console, then select […]
Keep reading Keep reading

How to use Foxit PDF SDK in a Web application’s server side

by Qiming Wang | October 10, 2023
In this tutorial, you’ll learn how to use Foxit PDF SDK in a Web application’s server side. Foxit PDF SDK supports Python, C#, and Java language for Web server development. The example in the current tutorial uses Python language to develop a simple web application demo. Preparation for Web application Install a version of Python […]
Keep reading Keep reading

Developer Guide for Foxit PDF SDK for Web (9.0)

by Ray | March 9, 2023
Foxit PDF SDK for Web Overview Foxit PDF SDK for Web is a lightweight powerful PDF library for web applications developed taking all advantages of Foxit’s signature core rendering engine. Using the SDK, developers can deploy and customize a complete PDF viewer to display, annotate, fill forms and sign documents in a web browser. Integrating […]
Keep reading Keep reading

Developer Guide for Foxit PDF SDK for Web (8.5)

by Ray | November 17, 2022
Foxit PDF SDK for Web Overview Foxit PDF SDK for Web is a lightweight powerful PDF library for web applications developed taking all advantages of Foxit’s signature core rendering engine. Using the SDK, developers can deploy and customize a complete PDF viewer to display, annotate, fill forms and sign documents in a web browser. Integrating […]
Keep reading Keep reading

Developer Guide for Foxit PDF SDK for Web (8.4)

by Ray | June 7, 2022
Foxit PDF SDK for Web Overview Foxit PDF SDK for Web is a lightweight powerful PDF library for web applications developed taking all advantages of Foxit’s signature core rendering engine. Using the SDK, developers can deploy and customize a complete PDF viewer to display, annotate, fill forms and sign documents in a web browser. Integrating […]
Keep reading Keep reading
Used everywhere

Trusted by