PdfTools class

Constructors

PdfTools({DeflateCallback? deflate, bool compress = true, bool verbose = false, PdfVersion version = PdfVersion.pdf_1_5, String? author, String? creator, String? title, String? subject, String? keywords, String? producer})

Properties

catalog ↔ PdfObjectBase<PdfDict<PdfDataType>>
latefinal
hashCode int
The hash code for this object.
read-onlyinherited
info ↔ PdfObjectBase<PdfDict<PdfDataType>>
latefinal
kids ↔ PdfArray<PdfIndirect>
latefinal
pages ↔ PdfObjectBase<PdfDict<PdfDataType>>
latefinal
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
settings ↔ PdfSettings
latefinal
xref ↔ PdfXrefTable
latefinal

Methods

addPages(PdfDocumentParser doc, {List<int>? pages}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save() Uint8List
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited