public class PDFOutputOptions extends Object
OutputService.generatePDFOutput(com.adobe.aemfd.docmanager.Document, com.adobe.aemfd.docmanager.Document, com.adobe.fd.output.api.PDFOutputOptions)
Constructor and Description |
---|
PDFOutputOptions() |
Modifier and Type | Method and Description |
---|---|
AcrobatVersion |
getAcrobatVersion()
get minimum required version of the
acrobat for the generated document
|
String |
getContentRoot()
get location form where to resolve
template resources
|
String |
getDebugDir() |
boolean |
getLinearizedPDF()
get option to optimize pdf for
web viewing
|
String |
getLocale()
get locale in which pdf
should be rendered
|
boolean |
getRetainPDFFormState() |
boolean |
getRetainUnsignedSignatureFields() |
boolean |
getTaggedPDF()
get option to make pdf accessible
|
Document |
getXci() |
void |
setAcrobatVersion(AcrobatVersion acrobatVersion)
set minimum required version of the
acrobat for the generated document
|
void |
setContentRoot(String url)
set location from where to resolve
template resources
|
void |
setDebugDir(String debugDir)
Sets the location of directory in which debug dumps are created;
Debug dumps are created only if an existing directory is set in options
|
void |
setLinearizedPDF(boolean linearizedPDF)
set option to optimize pdf for
web viewing
|
void |
setLocale(String locale)
set locale for the generated
pdf
|
void |
setRetainPDFFormState(boolean retainFormState)
Set true to retain PDF Form state while flattening
PDF Form
This parameter has effect only when input is a
XFA PDF Form and no input data is provided
|
void |
setRetainUnsignedSignatureFields(boolean retainUnsignedSignatureFields)
Set true to retain interactive unsigned signature fields in generated Flat PDF so that the Flat PDF
can be signed
|
void |
setTaggedPDF(boolean isTagged)
set option to make pdf accessible
|
void |
setXci(Document xci) |
public String getContentRoot()
public void setContentRoot(String url)
url
- public boolean getTaggedPDF()
public void setTaggedPDF(boolean isTagged)
isTagged
- public boolean getLinearizedPDF()
public void setLinearizedPDF(boolean linearizedPDF)
linearizedPDF
- public AcrobatVersion getAcrobatVersion()
public void setAcrobatVersion(AcrobatVersion acrobatVersion)
acrobatVersion
- public String getLocale()
public void setLocale(String locale)
locale
- public Document getXci()
public void setXci(Document xci)
public boolean getRetainUnsignedSignatureFields()
public void setRetainUnsignedSignatureFields(boolean retainUnsignedSignatureFields)
retainUnsignedSignatureFields
- public String getDebugDir()
public void setDebugDir(String debugDir)
debugDir
- public void setRetainPDFFormState(boolean retainFormState)
retainFormState
- public boolean getRetainPDFFormState()
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.