Foxit Developer Blog

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

    Foxit PDF SDK for Mac

    How to Annotate PDFs using Foxit PDF SDK (Objective-C)

    General An annotation associates an object such as note, line, and highlight with a location on a page of a PDF document. It provides a way to interact with users by means of the mouse and keyboard. PDF includes a wide variety of standard annotation types as listed in Table 3-1. Among these annotation types, [...]

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

    How to Annotate PDFs using Foxit PDF SDK (Java)

    General An annotation associates an object such as note, line, and highlight with a location on a page of a PDF document. It provides a way to interact with users by means of the mouse and keyboard. PDF includes a wide variety of standard annotation types as listed in Table 3-1. Among these annotation types, [...]

    Read Article
    Foxit PDF SDK for Windows

    How to Annotate PDFs using Foxit PDF SDK (C++)

    General An annotation associates an object such as note, line, and highlight with a location on a page of a PDF document. It provides a way to interact with users by means of the mouse and keyboard. PDF includes a wide variety of standard annotation types as listed in Table 3-1. Among these annotation types, [...]

    Read Article
    Foxit PDF SDK for Windows

    How to implement OCR Add-on for Foxit PDF SDK (Windows)

    The Foxit PDF SDK OCR (Optical Character Recognition) add-on provides great problem-solving functionality to your application. Although we’ve provided this feature for a quite a while to our customers, we’ve now developed an add-on that makes implementation completely enclosed in our SDK. This also means additional development for our SDK OCR capabilities, more OS’s supported, [...]

    Read Article
    Foxit PDF SDK for Mac

    How to Render using Foxit PDF SDK (Objective-C)

    PDF rendering is realized through the Foxit renderer, a graphics engine that is used to render a page to a bitmap or platform graphics device. Foxit PDF SDK provides APIs to set rendering options/flags. As an example, you can set up a flag to decide whether to render form fields and signature, or whether to [...]

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

    How to Render using Foxit PDF SDK (Java)

    PDF rendering is realized through the Foxit renderer, a graphics engine that is used to render a page to a bitmap or platform graphics device. Foxit PDF SDK provides APIs to set rendering options/flags. As an example, you can set up a flag to decide whether to render form fields and signature, or whether to [...]

    Read Article
    Foxit PDF SDK for Windows

    How to Render using Foxit PDF SDK (.NET)

    PDF rendering is realized through the Foxit renderer, a graphics engine that is used to render a page to a bitmap or platform graphics device. Foxit PDF SDK provides APIs to set rendering options/flags. As an example, you can set up a flag to decide whether to render form fields and signature, or whether to [...]

    Read Article
    Foxit PDF SDK for Windows

    How to Render using Foxit PDF SDK (C++)

    PDF rendering is realized through the Foxit renderer, a graphics engine that is used to render a page to a bitmap or platform graphics device. Foxit PDF SDK provides APIs to set rendering options/flags. As an example, you can set up a flag to decide whether to render form fields and signature, or whether to [...]

    Read Article
    Foxit PDF SDK for Mac

    How to manage your PDF Pages using Foxit PDF SDK (Objective-C)

    In PDF development, a PDF page means much more than in the final user’s PDF editor or viewer. Page objects help group and identify multiple objects in the PDF to perform other operations. A PDFPage object is retrieved from a PDF document by function PDFDoc.getPage. Page level APIs provide functions to parse, render, edit (includes [...]

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

    How to manage your PDF Pages using Foxit PDF SDK (Java)

    In PDF development, a PDF page means much more than in the final user’s PDF editor or viewer. Page objects help group and identify multiple objects in the PDF to perform other operations. A PDFPage object is retrieved from a PDF document by function PDFDoc.getPage. Page level APIs provide functions to parse, render, edit (includes [...]

    Read Article