Embed points for the virtual methods

<< Click to Display Table of Contents >>

Navigation:  EasyPDFMaker documentation > Getting started > Step by Step > EasyPDFMaker Template >

Embed points for the virtual methods

Previous pageReturn to chapter overviewNext page

 

Main embed points:

 

Load | Setup Viewer: you can override the default viewer settings

 

Run | Doc Definition: the DocDefinition object is populated here

 

TakeError | Before Parent: here you can handle the error before it is shown in the viewer

 

TakePageFooter | Code: here you can RETURN a json-string describing the dynamic page footer. The values currentPage and pageCount are available

 

TakePageHeader | Code: here you can RETURN a json-string that describes the dynamic page header. Available values are currentPage, pageCount, pageWidth, and pageHeight

 

TakePDFFile | Before Parent: here you can process the created PDF-file before displaying in the viewer