PrintResource
PrintResource Functions
PrintResource.print( [save , noDisplay ] ) | Builds a PDF document using the PDF form specified in the Print Resource and transfers all values from mapped form fields into the document. |
Resource Functions
setDebug | PrintResource.setDebug( debug ) | Activates or deactivates debug for the resource. |
isDebug | PrintResource.isDebug( ) | Returns true if debug is activated for the resource. |
Element Functions
getElementName | PrintResource.getElementName( ) | Returns the element name |
getElementType | PrintResource.getElementType( ) | Returns the element type |
PrintResource
interface represents a Printing Resource. A Printing Resource can be used to generate a PDF document based on an Adobe PDF Form and populate the document with data from Ebase form fields.Further documentation.