Skip to content

@sign-kit/core Types


@sign-kit/core Types / PdfInfo

Interface: PdfInfo

Defined in: types.ts:97

Properties

fingerprint?

optional fingerprint?: string

Defined in: types.ts:99


hash?

optional hash?: { algorithm: string; encoding: string; value: string; } | null

Defined in: types.ts:100


pageCount?

optional pageCount?: number

Defined in: types.ts:105


pages?

optional pages?: object[]

Defined in: types.ts:106

height

height: number

page

page: number

rotation?

optional rotation?: number

width

width: number


source?

optional source?: PdfSource

Defined in: types.ts:98

Released under the Apache License 2.0.