Document
Choose a document
Explore further
Mac articles & project samples
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 ...
Keep reading
How to Annotate PDFs using Foxit PDF SDK (Java)
Updated 16 April 2019
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 ...
Keep reading
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 ...
Keep reading
How to Render using Foxit PDF SDK (Java)
Updated 09 April 2019
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 ...
Keep reading
How to manage your PDF Pages using Foxit PDF SDK (Objective-C)
Updated 03 April 2019
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 d...
Keep reading
How to manage your PDF Pages using Foxit PDF SDK (Java)
Updated 03 April 2019
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 d...
Keep reading
How to load & save documents using Foxit PDF SDK (Objective-C)
Updated 01 April 2019
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 fil...
Keep reading
How to load & save documents using Foxit PDF SDK (Java)
Updated 01 April 2019
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 fil...
Keep reading
Working with JavaScript using Foxit PDF SDK (Objective-C)
Updated 26 March 2019
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 th...
Keep reading