Skip to content

zeropdf v1.3.0


zeropdf / JpegImageOptions

Interface: JpegImageOptions

Defined in: src/types.ts:2102

Options for placing JPEG images on a page.

Properties

PropertyTypeDescriptionDefined in
altText?stringAlternate text for tagged non-text content.src/types.ts:2112
heightnumberHeight in PDF points.src/types.ts:2110
iccProfile?BinaryDataICC profile bytes used to tag the image's color space as ICCBased (ISO 32000-2 § 8.6.5.5). When provided, the image's ColorSpace becomes [/ICCBased ref] referencing the embedded profile stream.src/types.ts:2122
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2116
tag?| PdfFigureStructureTag | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2114
widthnumberWidth in PDF points.src/types.ts:2108
xnumberHorizontal position in PDF points.src/types.ts:2104
ynumberVertical position in PDF points.src/types.ts:2106

Released under the ISC license.