Foxit Developer Blog

    Insights, tutorials, and updates from the Foxit PDF SDK engineering team.

    Foxit PDF SDK for Web

    How to Add Another Language to Foxit PDF SDK for Web

    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 content on ‘ui.json’ and ‘viewer.json’ for all objects. By directing [...]

    Read Article
    Foxit PDF SDK for Web

    How to Use Foxit PDF SDK for Web Offline

    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.

    Read Article
    Foxit PDF SDK for Web

    Introduction to PDF SDK for Web Permissions

    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 interact with documents. By default, users can directly interact with documents and can be restricted by document [...]

    Read Article
    Tech

    Your Guide to Text Editing with Web-based PDF Viewers

    Being able to edit PDF text online is crucial to a lot of business workflows. This includes adding new text to files that typically don’t have form fields as well as making edits to already existing text. If you’re an insurance company, you need to be able to quickly add a text box with the [...]

    Read Article
    Foxit PDF SDK for Web

    Advanced Annotation Handling with Foxit PDF SDK for Web

    Foxit PDF SDK for Web provides two methods to set annotation flags. Click here for the instructions below to use the different annotation functionality.

    Read Article
    Foxit PDF SDK for Web

    How to Disable Downloads with Foxit PDF SDK for Web

    Learn how to disable downloads through Foxit PDF SDK for Web my following the instructions in the following article.

    Read Article
    Foxit PDF SDK for Web

    How to run Vue.js with PDF SDK for Web

    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 run the built-in example for Vue.js Foxit PDF SDK for Web provides a boilerplate project for [@vue/cli](https://cli.vuejs.org/guide/) app. This example can be found at `../integrations/` inside Foxit PDF SDK for Web package.

    Read Article
    Foxit PDF SDK for Web

    How to run ReactJS with PDF SDK for Web

    The guide below details 2 examples. One introduces how to quickly run the boilerplate sample for React.js inside Foxit PDF SDK for Web, and the other presents a way to integrate Foxit PDF SDK for Web into an existing React app created with WebPack and Babel. Quickly run the built-in example for React.js Foxit PDF SDK for Web provides a boilerplate project for React which was created with WebPack and Babel. This example can be found at `../integrations/` inside Foxit PDF SDK for Web package.

    Read Article
    Tech

    Foxit SDK’s response to COVID-19

    With the COVID-19 pandemic now affecting all parts of the globe, the Foxit SDK team want to give our customers an update. Our entire team has been working remotely from home for the past few weeks, ensuring we do our part to reduce the spread of this virus through social distancing, as well as following [...]

    Read Article
    Foxit PDF SDK for Web

    How to build a PDF library with React

    This article shows how to use React to build a PDF document library using two React components: a File Manager and a PDF viewer. Click here to find out more.

    Read Article