Skip to content

zeropdf v1.3.0


zeropdf / Jp2ImageOptions

Interface: Jp2ImageOptions

Defined in: src/types.ts:2261

Options for placing JPEG 2000 (JP2) images on a page. PDF spec supports JPXDecode filter for JPEG 2000 image data.

Properties

PropertyTypeDescriptionDefined in
altText?stringAlternate text for tagged non-text content.src/types.ts:2271
heightnumberHeight in PDF points.src/types.ts:2269
iccProfile?BinaryDataICC profile bytes used to tag the image's color space as ICCBased.src/types.ts:2279
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2275
tag?| PdfFigureStructureTag | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2273
widthnumberWidth in PDF points.src/types.ts:2267
xnumberHorizontal position in PDF points.src/types.ts:2263
ynumberVertical position in PDF points.src/types.ts:2265

Released under the ISC license.