|
EasyPDF Java SDK v5.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bcl.easypdf.EasyPDFConverter.IPDF2Image
public class IPDF2Image
Use an object of this class to convert a PDF file into an image file.
| Method Summary | |
|---|---|
void |
Convert(java.lang.String InputFileName,
java.lang.String OutputFileName,
java.lang.Object Password,
java.lang.Object From,
java.lang.Object To)
Converts a password protected PDF to an image. |
boolean |
getAddPageNumberForSingleFileOutput()
Returns a boolean value indicating whether to add page number to a file name even for single file output. |
int |
getFileConversionTimeout()
Returns file conversion timeout (in milliseconds). |
int |
getImageColor()
|
int |
getImageFormat()
|
int |
getImageQuality()
Returns image quality (in percent). |
int |
getImageResolution()
Returns image resolution (in DPI). |
int |
getMinimumPageNumberDigits()
Returns minimum page number digits to insert to the file name. |
int |
getPageConversionTimeout()
Returns page conversion timeout (in milliseconds). |
java.lang.String |
getPageNumberSeparator()
|
int |
getTiffCompression()
|
boolean |
getTiffMultiPage()
Returns true if multipage TIFF is created; false otherwise. |
int |
getTiffResolutionX()
Returns TIFF X image resolution (in DPI). |
int |
getTiffResolutionY()
Returns TIFF Y image resolution (in DPI). |
void |
setAddPageNumberForSingleFileOutput(boolean newVal)
To add page number to a file name, call this method with true. |
void |
setFileConversionTimeout(int newVal)
Sets file conversion timeout (in milliseconds). |
void |
setImageColor(int EcnvImageColor)
|
void |
setImageFormat(int EcnvImageFormat)
Sets image format. |
void |
setImageQuality(int newVal)
|
void |
setImageResolution(int newVal)
|
void |
setMinimumPageNumberDigits(int newVal)
Sets minimum page number digits to insert to the file name. |
void |
setPageConversionTimeout(int newVal)
Sets page conversion timeout (in milliseconds). |
void |
setPageNumberSeparator(java.lang.String newVal)
|
void |
setTiffCompression(int EcnvTiffCompression)
|
void |
setTiffMultiPage(boolean newVal)
To create multipage TIFF, call this method with true. |
void |
setTiffResolutionX(int newVal)
|
void |
setTiffResolutionY(int newVal)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void Convert(java.lang.String InputFileName,
java.lang.String OutputFileName,
java.lang.Object Password,
java.lang.Object From,
java.lang.Object To)
throws EasyPDFException
EasyPDFException
public int getPageConversionTimeout()
throws EasyPDFException
EasyPDFException
public void setPageConversionTimeout(int newVal)
throws EasyPDFException
EasyPDFException
public int getFileConversionTimeout()
throws EasyPDFException
EasyPDFException
public void setFileConversionTimeout(int newVal)
throws EasyPDFException
EasyPDFException
public int getImageFormat()
throws EasyPDFException
EasyPDFExceptioncnvImageFormat
public void setImageFormat(int EcnvImageFormat)
throws EasyPDFException
EcnvImageFormat - a value defined in cnvImageFormat
EasyPDFExceptioncnvImageFormat
public int getImageQuality()
throws EasyPDFException
EasyPDFException
public void setImageQuality(int newVal)
throws EasyPDFException
newVal - a value inside the range [5, 100]
EasyPDFException
public int getImageResolution()
throws EasyPDFException
EasyPDFException
public void setImageResolution(int newVal)
throws EasyPDFException
newVal - a value inside the range [8, 600]
EasyPDFException
public int getImageColor()
throws EasyPDFException
EasyPDFExceptioncnvImageColor
public void setImageColor(int EcnvImageColor)
throws EasyPDFException
EcnvImageColor - a value defined in cnvImageColor
EasyPDFExceptioncnvImageColor
public int getMinimumPageNumberDigits()
throws EasyPDFException
EasyPDFException
public void setMinimumPageNumberDigits(int newVal)
throws EasyPDFException
EasyPDFException
public boolean getAddPageNumberForSingleFileOutput()
throws EasyPDFException
EasyPDFException
public void setAddPageNumberForSingleFileOutput(boolean newVal)
throws EasyPDFException
EasyPDFException
public java.lang.String getPageNumberSeparator()
throws EasyPDFException
EasyPDFException
public void setPageNumberSeparator(java.lang.String newVal)
throws EasyPDFException
EasyPDFException
public boolean getTiffMultiPage()
throws EasyPDFException
EasyPDFException
public void setTiffMultiPage(boolean newVal)
throws EasyPDFException
EasyPDFException
public int getTiffCompression()
throws EasyPDFException
EasyPDFExceptioncnvTiffCompression
public void setTiffCompression(int EcnvTiffCompression)
throws EasyPDFException
EcnvTiffCompression - a value defined in cnvTiffCompression
EasyPDFExceptioncnvTiffCompression
public int getTiffResolutionX()
throws EasyPDFException
EasyPDFException
public void setTiffResolutionX(int newVal)
throws EasyPDFException
newVal - TIFF X image resoution in the range [0, 600]
EasyPDFException
public int getTiffResolutionY()
throws EasyPDFException
EasyPDFException
public void setTiffResolutionY(int newVal)
throws EasyPDFException
newVal - TIFF Y image resoution in the range [0, 600]
EasyPDFException
|
EasyPDF Java SDK v5.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||