pdfrx_web
Demo
GitHub
npm
Preparing search index...
@pdfrx/react
NormalizedPdfSource
Type Alias NormalizedPdfSource
NormalizedPdfSource
:
|
{
kind
:
"url"
;
options
:
PdfOpenUrlOptions
;
url
:
string
|
URL
}
|
{
data
:
Uint8Array
|
ArrayBuffer
|
File
|
Blob
;
kind
:
"data"
;
options
:
PdfOpenDataOptions
;
}
A
PdfSource
reduced to the two shapes the viewer actually accepts.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Demo
GitHub
npm
pdfrx_web
Loading...
A PdfSource reduced to the two shapes the viewer actually accepts.