pdf-text-reader - v5.1.1
Preparing search index...
ReadPdfTextParams
Type Alias ReadPdfTextParams
ReadPdfTextParams
:
PartialWithUndefined
<
{
options
:
Partial
<
Omit
<
DocumentInitParameters
,
"data"
|
"url"
>
>
;
password
:
string
;
pathToPdfJsDistNodeModule
:
string
;
progressCallback
:
(
progressData
:
PdfProgressData
)
=>
void
;
}
,
>
&
RequireExactlyOne
<
{
data
:
NonNullable
<
DocumentInitParameters
[
"data"
]
>
;
filePath
:
NonNullable
<
DocumentInitParameters
[
"url"
]
>
;
url
:
NonNullable
<
DocumentInitParameters
[
"url"
]
>
;
}
,
>
All options for reading pdf text to function. Most are optional.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
pdf-text-reader - v5.1.1
Loading...
All options for reading pdf text to function. Most are optional.