Class: HarvestProfitPDFFooter

HarvestProfitPDFFooter(options)

Generates a HarvestProfit themed PDF footer.

Constructor

new HarvestProfitPDFFooter(options)

Parameters:
Name Type Description
options Object

The options used to build the PDF Footer

Properties
Name Type Description
message string

The message to be inserted into the center of the footer

Source:

Methods

addCenterMessage()

Adds a small message in the center of the footer.

Source:

Adds the Harvest Profit Logo to the footer.

Source:

addPagination()

Adds the page number to the footer if enabled.

Source:

onPageAdded(pdfBuilder)

Hook called by a PDFBuilder object when a new page is added.

Parameters:
Name Type Description
pdfBuilder PDFBuilder

The pdf builder object to add to.

Source: