Foxit Developer Blog

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

    Foxit PDF SDK for Mac

    How to load & save documents using Foxit PDF SDK (Objective-C)

    Foxit PDF SDK provides a series of options on how to handle documents. A PDF document object can be constructed with an existing PDF file from a file path, memory buffer, a custom implemented ReaderCallback object and an input file stream. The methods PDFDoc.Load or PDFDoc.StartLoad are used to load document content. Document objects inside [...]

    Read Article
    Foxit PDF SDK for Linux
    Foxit PDF SDK for Mac
    Foxit PDF SDK for Windows

    How to load & save documents using Foxit PDF SDK (Java)

    Foxit PDF SDK provides a series of options on how to handle documents. A PDF document object can be constructed with an existing PDF file from a file path, memory buffer, a custom implemented ReaderCallback object and an input file stream. The methods PDFDoc.Load or PDFDoc.StartLoad are used to load document content. Document objects inside [...]

    Read Article
    Foxit PDF SDK for Windows

    How to load & save documents using Foxit PDF SDK (C++)

    Foxit PDF SDK provides a series of options on how to handle documents. A PDF document object can be constructed with an existing PDF file from a file path, memory buffer, a custom implemented ReaderCallback object and an input file stream. The methods PDFDoc.Load or PDFDoc.StartLoad are used to load document content. Document objects inside [...]

    Read Article
    Tech

    How PDF can Transform your Business Workflows

    Business workflows are often riddled with inefficiencies. According to research firm IDC, workflow inefficiency costs a business 20-30% of their revenue every year. Companies who still use paper or siloed systems which require a significant amount of manual data entry are common examples of inefficiencies in workflows. Workflows often follow processes for years without any [...]

    Read Article
    Foxit SDK .NET

    Working with JavaScript using Foxit PDF SDK (.NET)

    Foxit PDF SDK JavaScript is a language implemented within our library based on the core of JavaScript’s version 1.5. It is extremely useful for Web applications that need to use less memory from the server by offloading it onto the client. Foxit PDF SDK JavaScript implements extensions, in the form of new objects and their [...]

    Read Article
    Foxit PDF SDK for Mac

    Working with JavaScript using Foxit PDF SDK (Objective-C)

    Foxit PDF SDK JavaScript is a language implemented within our library based on the core of JavaScript’s version 1.5. It is extremely useful for Web applications that need to use less memory from the server by offloading it onto the client. Foxit PDF SDK JavaScript implements extensions, in the form of new objects and their [...]

    Read Article
    Foxit PDF SDK for Linux
    Foxit PDF SDK for Mac
    Foxit PDF SDK for Windows

    Working with JavaScript using Foxit PDF SDK (Java)

    Foxit PDF SDK JavaScript is a language implemented within our library based on the core of JavaScript’s version 1.5. It is extremely useful for Web applications that need to use less memory from the server by offloading it onto the client. Foxit PDF SDK JavaScript implements extensions, in the form of new objects and their [...]

    Read Article
    Foxit PDF SDK for Windows

    Working with JavaScript using Foxit PDF SDK (C++)

    Foxit PDF SDK JavaScript is a language implemented within our library based on the core of JavaScript’s version 1.5. It is extremely useful for Web applications that need to use less memory from the server by offloading it onto the client. Foxit PDF SDK JavaScript implements extensions, in the form of new objects and their [...]

    Read Article
    News
    Tech

    Introducing Foxit PDF SDK 6.3

    Foxit PDF SDK is more secure and feature-rich than ever before! Highlights: Documentation Signatures Localization Upgrades to documentation The documentation has been given a major overhaul with updates to our guide tutorials on topics that relate to the SDK API, XFA form filling, Redaction, Signature control and JavaScript. Our framework projects on React Native, Cordova, [...]

    Read Article
    Foxit PDF SDK for Web

    How to configure MIME types in IIS

    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 [...]

    Read Article