|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PdfCreatorException in idainfront.pdfcreator4j |
---|
Methods in idainfront.pdfcreator4j that throw PdfCreatorException | |
---|---|
void |
PdfCreatorApi.clearCache()
Perform a clearcache call to the Pdf Creator Com-Interface. |
void |
PdfCreatorApi.close()
Tries to close the process for pdf creator by invoking the method cClose on the pdf creator COM-interface. |
String |
PdfCreatorApi.getDefaultPrinter()
Get the default printer in OS from the Pdf Creator COM-interface |
Variant |
PdfCreatorApi.invoke(String key,
Object object)
|
boolean |
PdfCreatorApi.isPrintable(String file)
Check whether a file can be printed by PdfCreator. |
boolean |
PdfCreatorApi.isRunning()
A call to the PDF Creator COM-Api to see if the program (process) is running. |
void |
PdfCreatorApi.printFile(String filename)
|
void |
PdfCreatorApi.setCoption(String property,
Object value)
Set a specific option parameter. |
void |
PdfCreatorApi.setCoptions(Map<String,Object> properties)
Set an map |
void |
PdfCreatorApi.setDefaultPrinter(String printer)
Setter for default printer. |
void |
PdfCreatorApi.setPrinterStop(boolean stop)
Flag that indicates whether printing should be enabled or not. |
void |
PdfCreatorApi.showLogFileDialog(boolean value)
Calls the Pdf Creator Com Interface whether the log fil dialog should be visible or not. |
boolean |
PdfCreatorApi.start()
Start PdfCreator with no additional options. |
boolean |
PdfCreatorApi.start(boolean forceIntialize)
This starts the Pdf Creator process through a COM call. |
boolean |
PdfCreatorApi.start(String options)
|
boolean |
PdfCreatorApi.start(String options,
boolean forceIntialize)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |