public final class PdfLoadOptions extends LoadOptions implements Serializable
Options for loading Pdf documents.
| Constructor and Description |
|---|
PdfLoadOptions()
Initializes new instance of
PdfLoadOptions class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultFont()
Default font for Pdf document.
|
protected List<Object> |
getEqualityComponents()
Gets equality components.
|
boolean |
getFlattenAllFields()
Flatten all the fields of the PDF form.
|
List<FontSubstitute> |
getFontSubstitutes()
Substitute specific fonts when converting Pdf document.
|
PdfFileType |
getFormat()
Input document file type
|
boolean |
getHidePdfAnnotations()
Hide annotations in Pdf documents.
|
String |
getPassword()
Set password to unprotect protected document.
|
boolean |
getRemoveEmbeddedFiles()
Remove embedded files.
|
void |
setDefaultFont(String value)
Default font for Pdf document.
|
void |
setFlattenAllFields(boolean value)
Flatten all the fields of the PDF form.
|
void |
setFontSubstitutes(List<FontSubstitute> value)
Substitute specific fonts when converting Pdf document.
|
void |
setHidePdfAnnotations(boolean value)
Hide annotations in Pdf documents.
|
void |
setPassword(String value)
Set password to unprotect protected document.
|
void |
setRemoveEmbeddedFiles(boolean value)
Remove embedded files.
|
setFormatequals, equals, hashCode, op_Equality, op_Inequalitypublic PdfLoadOptions()
Initializes new instance of PdfLoadOptions class.
public final String getDefaultFont()
Default font for Pdf document. The following font will be used if a font is missing.
protected List<Object> getEqualityComponents()
ValueObjectGets equality components.
getEqualityComponents in class ValueObjectpublic final boolean getFlattenAllFields()
Flatten all the fields of the PDF form.
public final List<FontSubstitute> getFontSubstitutes()
Substitute specific fonts when converting Pdf document.
public final PdfFileType getFormat()
LoadOptionsInput document file type
getFormat in class LoadOptionspublic final boolean getHidePdfAnnotations()
Hide annotations in Pdf documents.
public final String getPassword()
Set password to unprotect protected document.
public final boolean getRemoveEmbeddedFiles()
Remove embedded files.
public final void setDefaultFont(String value)
Default font for Pdf document. The following font will be used if a font is missing.
public final void setFlattenAllFields(boolean value)
Flatten all the fields of the PDF form.
public final void setFontSubstitutes(List<FontSubstitute> value)
Substitute specific fonts when converting Pdf document.
public final void setHidePdfAnnotations(boolean value)
Hide annotations in Pdf documents.
public final void setPassword(String value)
Set password to unprotect protected document.
public final void setRemoveEmbeddedFiles(boolean value)
Remove embedded files.
Copyright © 2024. All rights reserved.