ERPDF2PS Class Reference

Inherits er::extensions::components::ERXStatelessComponent.

Collaboration diagram for ERPDF2PS:

Collaboration graph
[legend]

List of all members.

Public Member Functions

void appendToResponse (WOResponse response, WOContext aContext)
boolean duplex ()
boolean enabled ()
 ERPDF2PS (WOContext context)

Static Public Attributes

static final String PDF_TO_PS_KEY = "er.pdf.pdftops"

Private Attributes

String pdftops = ERXProperties.stringForKeyWithDefault(PDF_TO_PS_KEY, "/usr/local/bin/pdftops")


Detailed Description

ERPDF2PS will render the containing PDF content as a Postscript document suitable for printing. You must have the pdftops binary from xPDF / Poppler installed. The path to the binary is configured using the er.pdf.pdftops system property and defaults to /usr/local/bin/pdftops if not set. This is intended to be used as a wrapper around ERPDFWrapper

enabled duplex

Author:
q

Constructor & Destructor Documentation

ERPDF2PS ( WOContext  context  ) 


Member Function Documentation

void appendToResponse ( WOResponse  response,
WOContext  context 
)

Calls resetCachedBindingsInStatefulComponent prior to super.appendToResponse.

Parameters:
response to which we are appending
context context of the response

Reimplemented from ERXNonSynchronizingComponent.

boolean duplex (  ) 

boolean enabled (  ) 


Member Data Documentation

final String PDF_TO_PS_KEY = "er.pdf.pdftops" [static]

String pdftops = ERXProperties.stringForKeyWithDefault(PDF_TO_PS_KEY, "/usr/local/bin/pdftops") [private]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:43:26 2012 for Project Wonder by  doxygen 1.5.8