pdftools_toolbox.pdf.content.artifact_type

Classes

ArtifactType(value)

Specifies the type of an artifact when tagging artifacts in the content generator.

class pdftools_toolbox.pdf.content.artifact_type.ArtifactType(value)[source]

Bases: IntEnum

Specifies the type of an artifact when tagging artifacts in the content generator.

Variables:
  • NONE (int)

  • BACKGROUND (int)

  • LAYOUT (int)

  • PAGE (int)

  • PAGINATION (int)

NONE = 0
BACKGROUND = 1
LAYOUT = 2
PAGE = 3
PAGINATION = 4