@ptkl/sdk - v1.3.4
Preparing search index...
v0.10/types/integrations
PDFFillOptions
Type Alias PDFFillOptions
type
PDFFillOptions
=
{
form_data
?:
Record
<
string
,
any
>
;
forms
?:
PDFFormStructure
[]
|
any
;
input_path
?:
string
;
output_file_name
?:
string
;
output_path
?:
string
;
output_pdf
?:
boolean
;
output_type
?:
PDFOutputType
;
replace
?:
boolean
;
}
Index
Properties
form_
data?
forms?
input_
path?
output_
file_
name?
output_
path?
output_
pdf?
output_
type?
replace?
Properties
Optional
form_
data
form_data
?:
Record
<
string
,
any
>
Optional
forms
forms
?:
PDFFormStructure
[]
|
any
Optional
input_
path
input_path
?:
string
Optional
output_
file_
name
output_file_name
?:
string
Optional
output_
path
output_path
?:
string
Optional
output_
pdf
output_pdf
?:
boolean
Optional
output_
type
output_type
?:
PDFOutputType
Optional
replace
replace
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
form_
data
forms
input_
path
output_
file_
name
output_
path
output_
pdf
output_
type
replace
@ptkl/sdk - v1.3.4
Loading...