TiffDevice

Overview

TiffDevice is a class in Aspose.PDF FOSS for Go.

multi-page TIFF.

This class provides 2 methods for working with TiffDevice objects in Go programs. Available methods include: Process, ProcessDocument. All public members are accessible to any Go application after installing the Aspose.PDF FOSS for Go package.

Methods

SignatureDescription
Process(page: *Page, w: io.Writer)errorProcess renders page and writes it to w as a single-page TIFF.
ProcessDocument(doc: *Document, w: io.Writer)errorProcessDocument renders every page of doc into one multi-page TIFF.

See Also