public interface PrinterOperationsInterface
Modifier and Type | Method and Description |
---|---|
void |
print(Doc doc,
String jobName)
Prints the document.
|
void print(Doc doc, String jobName) throws PrintException
doc
- document to printPrintException
- is thrown if printing failedApache Camel