Constructors
constructor
new FillForm( fdfFilePath: string , pdfFilePath: string , options?: Array < string > , outfile?: string ) : FillForm
Parameters
fdfFilePath: string
pdfFilePath: string
Default value options: Array < string > = []
Optional outfile: string
Properties
options
options: Array < string >
Methods
Static Private _validateConstructor
_validateConstructor( pdfFilePath: string , options: Array < string > ) : void
Parameters
pdfFilePath: string
options: Array < string >
Returns void
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
{String} out - output file path. This module assumes execution in aws lambda environment. The passed in pdf file should be a unique s3 file name (key). If it is not this file could potentially be over-written be a subsequent call.