Document
Choose a document
Explore further
Web articles & project samples
How to Show the First Third of a PDF with Foxit PDF SDK for Web
Updated 11 August 2021
Often times you need to show just certain parts of a PDF. This is often due to a particular PDF template that a company follows with the same kinds of information in the same location. For example, a 6 page inv...
Keep reading
How to Customize Right Click Annotation Menus with Foxit PDF SDK for Web
Updated 11 August 2021
This guide will walk you through the following topics:
Customizing a right-click menu for supported annotations
Customizing a right-click menu for unsupported annotations
Hiding a right click menu or menu items
...
Keep reading
How to Customize the Floating Text Selection Tooltip with Foxit PDF SDK for Web
Updated 11 August 2021
Customizing the floating tooltip involves two steps. First, you should create a custom controller to define your own logic for a target tool, and then add or edit the tool in fragments. The following sections will walk you through...
Keep reading
Foxit PDF SDK for Web enables you to update all of the strings used by the PDF viewer so you can change it to your language. You can easily create a new folder for your own language at the 'locales' folder and translate the string...
Keep reading
Using PDF SDK for Web offline enables you to get the most out of our Web based JavaScript PDF viewer for your workflows. In order to use the SDK offline, please follow the following easy steps:
Turn off your internet connection...
Keep reading
PDF SDK for Web enables you to integrate a PDF viewer in a website and provides a very flexible permission configuration to help you control documents better. It supports viewer side user permissions to control how users can inter...
Keep reading
Advanced Annotation Handling with Foxit PDF SDK for Web
Updated 16 August 2021
Foxit PDF SDK for Web provides two methods to set annotation flags; annotManager.setViewerAnnotFlag() and annot.setFlags(). These two options meet different use cases.
annotManager.setViewerAnnotFlag() sets annotation flags t...
Keep reading
Disabling the download function applies to both the UI and API. This can be achieved by using the option with PDFViewer::constructor getAdditionalPerm:function() as below:
{
return 0; //zero means disable
}
Once set, the...
Keep reading
The guide below details 2 examples. One introduces how to quickly run the boilerplate sample for Vue.js inside Foxit PDF SDK for Web, and the other presents a way to integrate Foxit PDF SDK for Web in an existing Vue app.
Quickly ...
Keep reading