Skip to content

zeropdf v1.5.5


zeropdf / Jp2ImageOptions

Interface: Jp2ImageOptions

Defined in: src/types.ts:2286

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:2296
heightnumberHeight in PDF points.src/types.ts:2294
iccProfile?BinaryDataICC profile bytes used to tag the image's color space as ICCBased.src/types.ts:2304
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2300
tag?| PdfFigureStructureTag | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2298
widthnumberWidth in PDF points.src/types.ts:2292
xnumberHorizontal position in PDF points.src/types.ts:2288
ynumberVertical position in PDF points.src/types.ts:2290

Released under the ISC license.