Foxit Developer Blog

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

    Foxit PDF SDK for Windows

    How to Add Bookmarks with Foxit PDF SDK (.NET)

    Bookmark Foxit PDF SDK provides navigational tools called Bookmarks to allow users to quickly locate and link their point of interest within a PDF document. PDF bookmarks are also called outline, and each bookmark contains a destination or actions to describe where it links to. The hierarchy is tree-structured. This means that function pdf.PDFDoc.GetRootBookmark must [...]

    Read Article
    Foxit PDF SDK for Windows

    How to Add Bookmarks with Foxit PDF SDK (C++)

    Bookmark Foxit PDF SDK provides navigational tools called Bookmarks to allow users to quickly locate and link their point of interest within a PDF document. PDF bookmarks are also called outline, and each bookmark contains a destination or actions to describe where it links to. The hierarchy is tree-structured. This means that function pdf.PDFDoc.GetRootBookmark must [...]

    Read Article
    Foxit PDF SDK for Mac

    How to Extract & Search for Text with Foxit PDF SDK (Objective-C)

    Text Page Foxit PDF SDK provides APIs to extract, select, search and retrieve text in PDF documents. PDF text contents are stored in FSTextPage objects which are related to a specific page. The FSTextPage class can be used to retrieve information about text in a PDF page, such as single character, single word, or text [...]

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

    How to Extract & Search for Text with Foxit PDF SDK (Java)

    Text Page Foxit PDF SDK provides APIs to extract, select, search and retrieve text in PDF documents. PDF text contents are stored in TextPage objects which are related to a specific page. The TextPage class can be used to retrieve information about text in a PDF page, such as single character, single word, or text [...]

    Read Article
    Foxit PDF SDK for Windows

    How to Extract & Search for Text with Foxit PDF SDK (.NET)

    Text Page Foxit PDF SDK provides APIs to extract, select, search and retrieve text in PDF documents. PDF text contents are stored in TextPage objects which are related to a specific page. The TextPage class can be used to retrieve information about text in a PDF page, such as single character, single word, or text [...]

    Read Article
    Foxit PDF SDK for Windows

    How to Extract & Search for Text with Foxit PDF SDK (C++)

    Text Page Foxit PDF SDK provides APIs to extract, select, search and retrieve text in PDF documents. PDF text contents are stored in TextPage objects which are related to a specific page. The TextPage class can be used to retrieve information about text in a PDF page, such as single character, single word, or text [...]

    Read Article
    Tech

    Google Requires 64-bit Apps – Here’s What it Means for Foxit Customers

    Google recently announced that its official app store for the Android operating system, Google Play, will require 64-bit apps from August 1st, 2019 onward. Many Foxit customers wonder where this leaves them. Read on as we look at the changes Google is implementing and how it affects you. Google’s reason for the big switch [...]

    Read Article
    Foxit PDF SDK for Mac

    How to Add Attachments to your PDFs with Foxit PDF SDK (Objective-C)

    With Foxit PDF SDK, attachments refer to documents rather than file attachment annotations. This allows whole files to be embedded in a document, much like email attachments. PDF SDK provides application APIs to access functions such as loading attachments, getting attachments, inserting/removing attachments, and accessing properties of attachments. Example: How to export the embedded attachment [...]

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

    How to Add Attachments to your PDFs with Foxit PDF SDK (Java)

    With Foxit PDF SDK, attachments refer to documents rather than file attachment annotations. This allows whole files to be embedded in a document, much like email attachments. PDF SDK provides application APIs to access functions such as loading attachments, getting attachments, inserting/removing attachments, and accessing properties of attachments. Example: How to export the embedded attachment [...]

    Read Article
    Foxit PDF SDK for Windows

    How to Add Attachments to your PDFs with Foxit PDF SDK (.NET)

    With Foxit PDF SDK, attachments refer to documents rather than file attachment annotations. This allows whole files to be embedded in a document, much like email attachments. PDF SDK provides application APIs to access functions such as loading attachments, getting attachments, inserting/removing attachments, and accessing properties of attachments. Example: How to insert an attachment file [...]

    Read Article