@sign-kit/core Types / PdfInfo
Interface: PdfInfo
Defined in: types.ts:97
Properties
fingerprint?
optionalfingerprint?:string
Defined in: types.ts:99
hash?
optionalhash?: {algorithm:string;encoding:string;value:string; } |null
Defined in: types.ts:100
pageCount?
optionalpageCount?:number
Defined in: types.ts:105
pages?
optionalpages?:object[]
Defined in: types.ts:106
height
height:
number
page
page:
number
rotation?
optionalrotation?:number
width
width:
number
source?
optionalsource?:PdfSource
Defined in: types.ts:98