public interface ProcessPdfAPI extends ProcessReportAPI
Modifier and Type | Field and Description |
---|---|
static int |
ALLOW_ALL
Deprecated.
Allow everything.
|
static int |
ALLOW_ASSEMBLY
Deprecated.
Allow assembly of the pdf report.
|
static int |
ALLOW_COPY
Deprecated.
Allow copy (cut & paste) of the pdf report.
|
static int |
ALLOW_DEGRADED_PRINTING
Deprecated.
Allow degraded printing of the pdf report.
|
static int |
ALLOW_FILL_IN
Deprecated.
Allow fill-in of the pdf report.
|
static int |
ALLOW_MOD_ANNOTATIONS
Deprecated.
Allow modifications of annotations in the pdf report.
|
static int |
ALLOW_MOD_CONTENTS
Deprecated.
Allow modification of contents in the pdf report.
|
static int |
ALLOW_NONE
Deprecated.
Allow nothing.
|
static int |
ALLOW_PRINTING
Deprecated.
Allow printing the pdf report.
|
static int |
ALLOW_SCREEN_READERS
Deprecated.
Allow screen capture of the pdf report.
|
static int |
COMP_FAST
Deprecated.
Fast compression.
|
static int |
COMP_MAX
Deprecated.
Maximum compression.
|
static int |
COMP_NONE
Deprecated.
No compression.
|
static int |
FONT_EMBEDED
Deprecated.
Will use the font specified in the template and will embed the font in the final
pdf file.
|
static int |
FONT_INTERNAL
Deprecated.
Will only use the Acrobat internal fonts which are Helvetica (Arial), Times-Roman,
Courier, Symbol, and Zapfdingbats.
|
static int |
FONT_NO_EMBED
Deprecated.
Will use the font specified in the template but will not embed the font itself in
the pdf file.
|
static java.lang.String |
VERSION_1_2
Deprecated.
Create a PDF version 1.2 report.
|
static java.lang.String |
VERSION_1_3
Deprecated.
Create a PDF version 1.3 report.
|
static java.lang.String |
VERSION_1_4
Deprecated.
Create a PDF version 1.4 report.
|
static java.lang.String |
VERSION_1_5
Deprecated.
Create a PDF version 1.5 report.
|
static java.lang.String |
VERSION_1_6
Deprecated.
Create a PDF version 1.6 report.
|
static java.lang.String |
VERSION_1_7
Deprecated.
Create a PDF version 1.7 report.
|
CHARSET_DEFAULT, CHARSET_RTF, CHARSET_UNICODE, COPY_METADATA_ALWAYS, COPY_METADATA_IF_NO_DATASOURCE, COPY_METADATA_NEVER, DATA_MODE_ALL_ATTRIBUTES, DATA_MODE_DATA, DATA_MODE_EMBED, DATA_MODE_INCLUDE_BITMAPS, DATA_MODE_SELECT, ERROR_HANDLING_ALL, ERROR_HANDLING_NONE, ERROR_HANDLING_ONLY, ERROR_HANDLING_TRACK_ERRORS, ERROR_HANDLING_VERIFY, HIDDEN_IGNORE_PRINT_RANGE, HIDDEN_SHOW_ALL_ROWS_COLUMNS, HIDDEN_SHOW_HIDDEN_SHEETS, HIDDEN_SHOW_NO_PRINT, HYPHENATE_OFF, HYPHENATE_ON, HYPHENATE_TEMPLATE, LOCALE_DEFAULT, LOCALE_SYSTEM, MODE_PROCESS_EMBEDDED_ALWAYS, MODE_PROCESS_EMBEDDED_COPY, MODE_PROCESS_EMBEDDED_DROP, MODE_PROCESS_EMBEDDED_IF_DATA_APPLIED, MODE_PROCESS_EMBEDDED_KEEP_ORIGINAL_SCREENSHOT, RENDER_EXTENT_ALL, RENDER_EXTENT_CROP_EVERYTHING, RENDER_EXTENT_CROP_HEADER_AND_FOOTER, RENDER_EXTENT_CROP_MARGINS, RENDER_EXTENT_CROP_TO_CONTENT, TAG_STYLE_FIELD, TAG_STYLE_FIELD_2007, TAG_STYLE_TEXT, TYP_CSV, TYP_DOCX, TYP_HTML, TYP_IMAGE, TYP_PDF, TYP_PPTX, TYP_PRINTER, TYP_PS, TYP_RTF, TYP_TXT, TYP_XLSX
Modifier and Type | Method and Description |
---|---|
int |
getCompressionLevel()
Deprecated.
Get the compression level.
|
int |
getFontLevel()
Deprecated.
Get the font level.
|
int |
getKeyLength()
Deprecated.
Get the password licenseKey length.
|
java.lang.String |
getOwnerPassword()
Deprecated.
Get the owner password for the report.
|
java.lang.String |
getPdfVersion()
Deprecated.
Gets the PDF version number used to create the file.
|
int |
getReportType()
Deprecated.
Get the report format of the output stream.
|
int |
getSecurity()
Deprecated.
Get the security for the created pdf report.
|
java.lang.String |
getUserPassword()
Deprecated.
Get the user password for the report.
|
boolean |
isPdfA()
Deprecated.
true if build a PDF/A-1b file.
|
void |
setCompressionLevel(int level)
Deprecated.
Set the compression level.
|
void |
setFontLevel(int level)
Deprecated.
Set the font level.
|
void |
setKeyLength(int keyLength)
Deprecated.
Set the password licenseKey length.
|
void |
setOwnerPassword(java.lang.String password)
Deprecated.
Set the owner password for the report.
|
void |
setPdfA(boolean pdfaMode)
Deprecated.
true if build a PDF/A-1b file.
|
void |
setPdfVersion(java.lang.String version)
Deprecated.
Gets the PDF version number used to create the file.
|
void |
setSecurity(int security)
Deprecated.
Set the security for the created pdf report.
|
void |
setUserPassword(java.lang.String password)
Deprecated.
Set the user password for the report.
|
batchNext, batchSetup, buildSchema, close, duplicate, findPodsUsed, getBaseDirectory, getCharset, getCopyMetadata, getDataMode, getDataStream, getDescription, getDrillDownInfo, getErrorInfo, getEventHandler, getHiddenMode, getHyphenate, getImportInfo, getKeywords, getLocale, getModeProcessEmbedded, getNumPages, getOutputBuilder, getOutputBuilderData, getParameters, getProperties, getRenderExtent, getRenderPages, getReport, getReportTypeString, getSubject, getTemplateVersion, getTimeout, getTitle, getWriteTags, hasProcessedTags, isDebugMode, isLayoutDocument, isPageBasedReport, isPreservePodFraming, isRemoveUnusedFormats, isReportTypeExcel, isReportTypeWord, isTrackImports, isUseExternalOutputBuilder, process, processComplete, processData, processData, processSetup, processSetup, setBaseDirectory, setCharset, setCopyMetadata, setDataMode, setDataStream, setDebugMode, setDescription, setDrillDownInfo, setEventHandler, setHiddenMode, setHyphenate, setKeywords, setLayoutDocument, setLicense, setLocale, setModeProcessEmbedded, setOutputBuilder, setOutputBuilderData, setParameters, setPreservePodFraming, setRemoveUnusedFormats, setRenderExtent, setRenderPages, setSubject, setTemplateVersion, setTimeout, setTitle, setTrackErrors, setTrackImports, setUseExternalOutputBuilder, setWriteTags
static final int FONT_INTERNAL
static final int FONT_NO_EMBED
static final int FONT_EMBEDED
static final int COMP_NONE
static final int COMP_FAST
static final int COMP_MAX
static final int ALLOW_NONE
static final int ALLOW_ASSEMBLY
static final int ALLOW_COPY
static final int ALLOW_DEGRADED_PRINTING
static final int ALLOW_FILL_IN
static final int ALLOW_MOD_ANNOTATIONS
static final int ALLOW_MOD_CONTENTS
static final int ALLOW_PRINTING
static final int ALLOW_SCREEN_READERS
static final int ALLOW_ALL
static final java.lang.String VERSION_1_2
static final java.lang.String VERSION_1_3
static final java.lang.String VERSION_1_4
static final java.lang.String VERSION_1_5
static final java.lang.String VERSION_1_6
static final java.lang.String VERSION_1_7
int getReportType()
getReportType
in interface ProcessReportAPIBase
void setFontLevel(int level)
level
- The font level. Can be 0 - 2.int getFontLevel()
void setCompressionLevel(int level)
level
- The compression level. Can be 0 - 2.int getCompressionLevel()
void setOwnerPassword(java.lang.String password)
password
- The new owner password.java.lang.String getOwnerPassword()
void setUserPassword(java.lang.String password)
password
- The new user password.java.lang.String getUserPassword()
void setSecurity(int security)
security
- Set to a bitmask of the ALLOW_* final ints.int getSecurity()
void setKeyLength(int keyLength)
keyLength
- Must be set to 40 or 128.int getKeyLength()
boolean isPdfA()
void setPdfA(boolean pdfaMode)
pdfaMode
- true if build a PDF/A-1b file.java.lang.String getPdfVersion()
void setPdfVersion(java.lang.String version)
version
- the PDF version number used to create the file.Copyright © 2002-2021 Windward Studios, LLC. - All Rights Reserved. We are Java document generation software