|
EasyPDF Java SDK v6.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bcl.easypdf.EasyPDFPrinter.IPrintJob
public class IPrintJob
Use an object of this class to print a document into a PDF.
| Method Summary | |
|---|---|
java.lang.String |
getBannerMessage()
Returns banner message. |
int |
getConversionResult()
|
java.lang.String |
getConversionResultMessage()
Returns a string containing the conversion result. |
int |
getFileConversionTimeout()
Returns file conversion timeout in milliseconds. |
int |
getInitializationTimeout()
Returns initialization timeout in milliseconds. |
boolean |
getMakeTempCopyOfInput()
Returns a boolean value indicating whether to make a temporary copy of the input file for processing. |
int |
getPageConversionTimeout()
Returns timeout (milliseconds) for conversion of each page. |
IPDFSetting |
getPDFSetting()
|
int |
getPrinterResult()
|
java.lang.String |
getPrinterResultMessage()
Returns a string containing the printer driver printing result. |
void |
PrintOut(java.lang.String InFileName,
java.lang.String OutFileName)
Prints a document into a PDF file. |
java.lang.Object |
PrintOut2(java.lang.String InFileName)
Prints a document into a PDF that is stored in memory. |
java.lang.Object |
PrintOut3(java.lang.Object InStream,
java.lang.String FileExtension)
Prints a document into a PDF file. |
void |
setBannerMessage(java.lang.String newVal)
Sets banner message. |
void |
setFileConversionTimeout(int newVal)
|
void |
setInitializationTimeout(int newVal)
|
void |
setMakeTempCopyOfInput(boolean newVal)
Call this method with true if you want to make a temporary copy of the input file for processing. |
void |
setPageConversionTimeout(int newVal)
|
void |
setPageFrom(int newVal)
Sets starting page. |
void |
setPageTo(int newVal)
Sets end page. |
void |
setSignatureDigitalIDPassword(java.lang.String newVal)
Sets digital ID file password for digital signature. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void PrintOut(java.lang.String InFileName,
java.lang.String OutFileName)
throws EasyPDFException
InFileName - the absolute path of the input file nameOutFileName - the absolute path of the output PDF file name
EasyPDFException
public IPDFSetting getPDFSetting()
throws EasyPDFException
EasyPDFExceptionIPDFSetting
public int getInitializationTimeout()
throws EasyPDFException
EasyPDFException
public void setInitializationTimeout(int newVal)
throws EasyPDFException
newVal - initialization timeout (in milliseconds); set timeout to 0
if you want to wait indefinitely
EasyPDFException
public int getPageConversionTimeout()
throws EasyPDFException
EasyPDFException
public void setPageConversionTimeout(int newVal)
throws EasyPDFException
newVal - page conversion timeout (in milliseconds); set timeout to 0
if you want to wait indefinitely
EasyPDFException
public int getFileConversionTimeout()
throws EasyPDFException
EasyPDFException
public void setFileConversionTimeout(int newVal)
throws EasyPDFException
newVal - file conversion timeout (in milliseconds); set timeout to 0
if you want to wait indefinitely
EasyPDFException
public void setSignatureDigitalIDPassword(java.lang.String newVal)
throws EasyPDFException
EasyPDFException
public void setBannerMessage(java.lang.String newVal)
throws EasyPDFException
EasyPDFException
public java.lang.String getBannerMessage()
throws EasyPDFException
EasyPDFException
public int getConversionResult()
throws EasyPDFException
EasyPDFExceptionprnConversionResult
public java.lang.String getConversionResultMessage()
throws EasyPDFException
EasyPDFException
public int getPrinterResult()
throws EasyPDFException
EasyPDFExceptionprnPrinterResult
public java.lang.String getPrinterResultMessage()
throws EasyPDFException
EasyPDFException
public java.lang.Object PrintOut2(java.lang.String InFileName)
throws EasyPDFException
EasyPDFException
public boolean getMakeTempCopyOfInput()
throws EasyPDFException
EasyPDFException
public void setMakeTempCopyOfInput(boolean newVal)
throws EasyPDFException
EasyPDFException
public java.lang.Object PrintOut3(java.lang.Object InStream,
java.lang.String FileExtension)
throws EasyPDFException
EasyPDFException
public void setPageFrom(int newVal)
throws EasyPDFException
EasyPDFException
public void setPageTo(int newVal)
throws EasyPDFException
EasyPDFException
|
EasyPDF Java SDK v6.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||