@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
GitHub
npm
Guides
Preparing search index...
viewer
ViewerSource
Type Alias ViewerSource
ViewerSource
:
|
{
kind
:
"pdf"
;
bytes
:
Uint8Array
}
|
{
kind
:
"office"
;
bytes
:
Uint8Array
}
|
{
kind
:
"html"
;
html
:
string
;
fonts
?:
HtmlFont
[]
}
|
{
kind
:
"auto"
;
bytes
:
Uint8Array
}
A document to open.
auto
sniffs the format from magic bytes.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
Guides
@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
Loading...
A document to open.
autosniffs the format from magic bytes.