public final class PdfOptions extends ValueObject implements Serializable
Options for conversion to Pdf file type.
Constructor and Description |
---|
PdfOptions()
ctor
|
Modifier and Type | Method and Description |
---|---|
PdfFormattingOptions |
getFormattingOptions()
Pdf formatting options
|
boolean |
getGrayscale()
Convert a PDF from RGB colorspace to grayscale
|
boolean |
getLinearize()
Linearizes PDF Document for the Web
|
PdfOptimizationOptions |
getOptimizationOptions()
Pdf optimization options
|
PdfFormats |
getPdfFormat()
Sets the pdf format of the converted document.
|
boolean |
getRemovePdfACompliance()
Removes Pdf-A Compliance
|
int |
getZoom()
Specifies the zoom level in percentage.
|
void |
setFormattingOptions(PdfFormattingOptions value)
Pdf formatting options
|
void |
setGrayscale(boolean value)
Convert a PDF from RGB colorspace to grayscale
|
void |
setLinearize(boolean value)
Linearizes PDF Document for the Web
|
void |
setOptimizationOptions(PdfOptimizationOptions value)
Pdf optimization options
|
void |
setPdfFormat(PdfFormats value)
Sets the pdf format of the converted document.
|
void |
setRemovePdfACompliance(boolean value)
Removes Pdf-A Compliance
|
void |
setZoom(int value)
Specifies the zoom level in percentage.
|
equals, equals, hashCode, op_Equality, op_Inequality
public final PdfFormats getPdfFormat()
Sets the pdf format of the converted document.
public final void setPdfFormat(PdfFormats value)
Sets the pdf format of the converted document.
public final boolean getRemovePdfACompliance()
Removes Pdf-A Compliance
public final void setRemovePdfACompliance(boolean value)
Removes Pdf-A Compliance
public final int getZoom()
Specifies the zoom level in percentage. Default is 100.
public final void setZoom(int value)
Specifies the zoom level in percentage. Default is 100.
public final boolean getLinearize()
Linearizes PDF Document for the Web
public final void setLinearize(boolean value)
Linearizes PDF Document for the Web
public final PdfOptimizationOptions getOptimizationOptions()
Pdf optimization options
public final void setOptimizationOptions(PdfOptimizationOptions value)
Pdf optimization options
public final boolean getGrayscale()
Convert a PDF from RGB colorspace to grayscale
public final void setGrayscale(boolean value)
Convert a PDF from RGB colorspace to grayscale
public final PdfFormattingOptions getFormattingOptions()
Pdf formatting options
public final void setFormattingOptions(PdfFormattingOptions value)
Pdf formatting options