pdftools_sdk.image.single_page_document

Classes

SinglePageDocument(handle)

The image document of an image format that only supports single-page images

class pdftools_sdk.image.single_page_document.SinglePageDocument(handle)[source]

Bases: Document

The image document of an image format that only supports single-page images

This class is used for the following image formats:

  • JPEG

  • BMP

  • GIF

  • HEIC/HEIF

  • PNG

  • JBIG2

  • JPEG2000

property page: Page

The page of the image

Returns:

pdftools_sdk.image.page.Page