Foxit Developer Blog

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

    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
    Tech

    How Full-Text Search Revolutionizes your Document Management

    According to research performed by Feldman and Sherman, workers spend 15-35% of their workday searching for information but are successful less than 50% of the time. With more data being collected and turned into useful information than ever before in this “age of information”, being fast and successful in this search is crucial for your [...]

    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
    Foxit PDF SDK for Windows

    How to manage your PDF Pages using Foxit PDF SDK (.NET)

    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 Windows

    How to manage your PDF Pages using Foxit PDF SDK (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 Windows

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

    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