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
| Signature | Description |
|---|---|
Process(page: *Page, w: io.Writer) → error | Process renders page and writes it to w as a single-page TIFF. |
ProcessDocument(doc: *Document, w: io.Writer) → error | ProcessDocument renders every page of doc into one multi-page TIFF. |