Skip to content

Interface Metadata

lublak edited this page Jun 20, 2021 · 4 revisions

Table of contents

Methods

Methods

get

get(name): string | string[]

get data by name

Parameters

Name Type
name string

Returns

string | string[]

the data

Defined in

types.ts:89


getAll

getAll(): Object

get all data

Returns

Object

all data

Defined in

types.ts:95


getRaw

getRaw(): string

get the raw metadata

Returns

string

the raw metadata

Defined in

types.ts:83


has

has(name): boolean

check whether data with the name are available

Parameters

Name Type
name string

Returns

boolean

if available then true is returned

Defined in

types.ts:101

pdfdataextract

Clone this wiki locally