Skip to content

zeropdf v1.5.5


zeropdf / WebpImageOptions

Interface: WebpImageOptions

Defined in: src/types.ts:2310

Options for placing WebP images on a page.

Properties

PropertyTypeDescriptionDefined in
altText?stringAlternate text for tagged non-text content.src/types.ts:2320
heightnumberHeight in PDF points.src/types.ts:2318
iccProfile?BinaryDataICC profile bytes used to tag the image's color space as ICCBased.src/types.ts:2328
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2324
tag?| PdfFigureStructureTag | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2322
widthnumberWidth in PDF points.src/types.ts:2316
xnumberHorizontal position in PDF points.src/types.ts:2312
ynumberVertical position in PDF points.src/types.ts:2314

Released under the ISC license.