class gfpdfe_business_plus

A legacy (deprecated) class included so Gravity PDF Developer Toolkit can be a drop-in replacement for the Gravity PDF Tier 2 add-on. Don't use its methods for any new templates.

Methods

static array
initilise(string $path)

Deprecated method to import a PDF and return the data

static array
add_template(string $path)

Deprecated method to import additional PDFs and return the data

Details

at line 46
static array initilise(string $path)

Deprecated method to import a PDF and return the data

Parameters

string $path The absolute path to the PDF

Return Value

array Returns a multidimensional array in the following format: [ 'load' => [ 'ID1', 'ID2' ], 'size' => [ [ 500, 500 ], [ 500, 400 ] ]

at line 74
static array add_template(string $path)

Deprecated method to import additional PDFs and return the data

Parameters

string $path The absolute path to the PDF

Return Value

array Returns a multidimensional array in the following format: [ 'load' => [ 'ID1', 'ID2' ], 'size' => [ [ 500, 500 ], [ 500, 400 ] ]