Index
All Classes and Interfaces|All Packages|Serialized Form|System Properties
A
- addPageFailureMessage(String) - Method in interface org.jpedal.external.ErrorTracker
B
- BACKGROUND - Enum constant in enum class org.jpedal.render.output.io.ImageType
-
Used in image_* text modes.
C
- cancelPage(String) - Method in interface org.jpedal.render.output.io.CustomIO
- checkForExitRequest(int, int) - Method in interface org.jpedal.external.ErrorTracker
- completeDocument() - Method in interface org.jpedal.render.output.io.CustomIO
- ContentOptions - Class in org.jpedal.render.output
-
The class to use for setting output options when using content mode.
- ContentOptions() - Constructor for class org.jpedal.render.output.ContentOptions
- ContentOptions(String) - Constructor for class org.jpedal.render.output.ContentOptions
- ContentOptions(Map<String, String>) - Constructor for class org.jpedal.render.output.ContentOptions
- ConversionOptions - Class in org.jpedal.render.output
-
The parent abstract class for HTMLConversionOptions and SVGConversionOptions.
- ConversionOptions() - Constructor for class org.jpedal.render.output.ConversionOptions
- ConversionOptions.Font - Enum Class in org.jpedal.render.output
-
Enum for setting which font types to use (WOFF, OTF, WOFF_BASE64, OTF_BASE64).
- ConversionOptions.ScalingMode - Enum Class in org.jpedal.render.output
-
Enum for setting the scaling mode (SCALE, FITWIDTH, FITHEIGHT, FITWIDTHHEIGHT).
- ConversionOptions.TextMode - Enum Class in org.jpedal.render.output
-
Enum for setting the text mode (SVG_REALTEXT, IMAGE_REALTEXT, etc).
- Conversion With Forms Viewer (FormVu Only) - Search tag in class org.jpedal.examples.html.PDFtoHTML5Converter
- Section
- Conversion with IDRViewer (BuildVu Only) - Search tag in class org.jpedal.examples.html.PDFtoHTML5Converter
- Section
- Conversion With No Viewer (BuildVu Only) - Search tag in class org.jpedal.examples.html.PDFtoHTML5Converter
- Section
- convert() - Method in class org.jpedal.examples.html.PDFtoHTML5Converter
-
Start converting the PDF file.
- createBase64ImageStream(BufferedImage, ImageFileType) - Method in interface org.jpedal.render.output.io.CustomIO
- CustomIO - Interface in org.jpedal.render.output.io
-
Interface used in PDFtoHTML5Converter and PDF2SVGConverter for controlling the file output to disk.
D
- DEFAULT - Enum constant in enum class org.jpedal.render.output.FormViewerOptions.OutputContentMode
E
- ErrorTracker - Interface in org.jpedal.external
-
The ErrorTracker interface allows monitoring of page decode progress and can be used to end a page decode early.
- Examples - Search tag in class org.jpedal.examples.html.PDFtoHTML5Converter
- Section
- Examples - Search tag in class org.jpedal.examples.html.PDFtoHTML5Converter
- Section
F
- finishedPageDecoding(int) - Method in interface org.jpedal.external.ErrorTracker
- FITHEIGHT - Enum constant in enum class org.jpedal.render.output.ConversionOptions.ScalingMode
- FITWIDTH - Enum constant in enum class org.jpedal.render.output.ConversionOptions.ScalingMode
- FITWIDTHHEIGHT - Enum constant in enum class org.jpedal.render.output.ConversionOptions.ScalingMode
- FORM - Enum constant in enum class org.jpedal.render.output.io.ImageType
-
Used for rasterising PDF forms (non XFA).
- FormViewerOptions - Class in org.jpedal.render.output
-
The class to use for setting output options when using FormVu.
- FormViewerOptions() - Constructor for class org.jpedal.render.output.FormViewerOptions
- FormViewerOptions(Map<String, String>) - Constructor for class org.jpedal.render.output.FormViewerOptions
- FormViewerOptions.OutputContentMode - Enum Class in org.jpedal.render.output
-
Enum for setting the content mode to use (NO_FDFXFADUMP, NO_MENU, REDUCED_CONTENT, DEFAULT).
G
- getAddJavaScript() - Method in class org.jpedal.render.output.html.HTMLConversionOptions
- getApplyBranding() - Method in class org.jpedal.render.output.ConversionOptions
- getBaseType() - Method in enum class org.jpedal.render.output.ConversionOptions.Font
- getBooleanValue(String, boolean) - Method in class org.jpedal.render.output.OutputModeOptions
- getConvertPDFExternalFileToOutputType() - Method in class org.jpedal.render.output.ConversionOptions
- getErrors() - Method in class org.jpedal.render.output.ConversionOptions
- getErrors() - Method in class org.jpedal.render.output.OutputModeOptions
- getFileExtension() - Method in enum class org.jpedal.render.output.io.ImageFileType
- getFormTag() - Method in class org.jpedal.render.output.ConversionOptions
- getImageTypeUsed(ImageType) - Method in interface org.jpedal.render.output.io.CustomIO
- getInlineJavaScriptAndCSS() - Method in class org.jpedal.render.output.FormViewerOptions
- getLogicalPageRange() - Method in class org.jpedal.render.output.ConversionOptions
- getMessage() - Method in exception class org.jpedal.exception.PdfException
-
display the error message
- getMimeType() - Method in enum class org.jpedal.render.output.io.ImageFileType
- getOmitNameDir() - Method in class org.jpedal.render.output.ConversionOptions
- getOriginalFileName() - Method in class org.jpedal.render.output.ConversionOptions
- getPageFailureMessage() - Method in interface org.jpedal.external.ErrorTracker
- getPassword() - Method in class org.jpedal.render.output.ConversionOptions
- getRealPageRange() - Method in class org.jpedal.render.output.ConversionOptions
- getStringValue(String) - Method in class org.jpedal.render.output.OutputModeOptions
- getUseLegacyImageFileType() - Method in class org.jpedal.render.output.ConversionOptions
H
- HTMLConversionOptions - Class in org.jpedal.render.output.html
-
The class to use for setting conversion options when converting to HTML.
- HTMLConversionOptions() - Constructor for class org.jpedal.render.output.html.HTMLConversionOptions
- HTMLConversionOptions(String) - Constructor for class org.jpedal.render.output.html.HTMLConversionOptions
- HTMLConversionOptions(Map<String, String>) - Constructor for class org.jpedal.render.output.html.HTMLConversionOptions
I
- IMAGE_REALTEXT - Enum constant in enum class org.jpedal.render.output.ConversionOptions.TextMode
- IMAGE_SHAPETEXT_NONSELECTABLE - Enum constant in enum class org.jpedal.render.output.ConversionOptions.TextMode
- IMAGE_SHAPETEXT_SELECTABLE - Enum constant in enum class org.jpedal.render.output.ConversionOptions.TextMode
- ImageFileType - Enum Class in org.jpedal.render.output.io
-
Enum used within the CustomIO API for overriding the file type of image content.
- ImageType - Enum Class in org.jpedal.render.output.io
-
Enum used within the CustomIO API for overriding the file type of image content.
- isBase64() - Method in enum class org.jpedal.render.output.ConversionOptions.Font
- ispageSuccessful() - Method in interface org.jpedal.external.ErrorTracker
J
- JPG - Enum constant in enum class org.jpedal.render.output.io.ImageFileType
N
- NO_FDFXFADUMP - Enum constant in enum class org.jpedal.render.output.FormViewerOptions.OutputContentMode
- NO_MENU - Enum constant in enum class org.jpedal.render.output.FormViewerOptions.OutputContentMode
- notSet(String) - Method in class org.jpedal.render.output.ConversionOptions
-
Deprecated.- kept for backwards code support (do not use)
O
- org.jpedal.examples.html - package org.jpedal.examples.html
- org.jpedal.exception - package org.jpedal.exception
- org.jpedal.external - package org.jpedal.external
- org.jpedal.pdf2html.addJavaScript - Search tag in org.jpedal.render.output.html.HTMLConversionOptions.setAddJavaScript(boolean)
- System Property
- org.jpedal.pdf2html.clipOffsetAmount - Search tag in org.jpedal.render.output.ConversionOptions.setClipOffsetAmount(float)
- System Property
- org.jpedal.pdf2html.clipOffsetAmount - Search tag in org.jpedal.render.output.ConversionOptions.setClipOffsetAmount(float)
- System Property
- org.jpedal.pdf2html.completeDocument - Search tag in org.jpedal.render.output.ContentOptions.setCompleteDocument(boolean)
- System Property
- org.jpedal.pdf2html.compressImages - Search tag in org.jpedal.render.output.ConversionOptions.setCompressImages(boolean)
- System Property
- org.jpedal.pdf2html.compressImages - Search tag in org.jpedal.render.output.ConversionOptions.setCompressImages(boolean)
- System Property
- org.jpedal.pdf2html.compressSVG - Search tag in org.jpedal.render.output.ConversionOptions.setCompressSVG(boolean)
- System Property
- org.jpedal.pdf2html.compressSVG - Search tag in org.jpedal.render.output.ConversionOptions.setCompressSVG(boolean)
- System Property
- org.jpedal.pdf2html.containerId - Search tag in org.jpedal.render.output.ContentOptions.setContainerId(String)
- System Property
- org.jpedal.pdf2html.convertPDFExternalFileToOutputType - Search tag in org.jpedal.render.output.ConversionOptions.setConvertPDFExternalFileToOutputType(boolean)
- System Property
- org.jpedal.pdf2html.convertPDFExternalFileToOutputType - Search tag in org.jpedal.render.output.ConversionOptions.setConvertPDFExternalFileToOutputType(boolean)
- System Property
- org.jpedal.pdf2html.convertSpacesToNbsp - Search tag in org.jpedal.render.output.ConversionOptions.setConvertSpacesToNbsp(boolean)
- System Property
- org.jpedal.pdf2html.convertSpacesToNbsp - Search tag in org.jpedal.render.output.ConversionOptions.setConvertSpacesToNbsp(boolean)
- System Property
- org.jpedal.pdf2html.cssSuffix - Search tag in org.jpedal.render.output.ContentOptions.setCssSuffix(String)
- System Property
- org.jpedal.pdf2html.decoupleEmptyValues - Search tag in org.jpedal.render.output.FormViewerOptions.setDecoupleEmptyValues(boolean)
- System Property
- org.jpedal.pdf2html.decoupleFormData - Search tag in org.jpedal.render.output.FormViewerOptions.setDecoupleFormData(boolean)
- System Property
- org.jpedal.pdf2html.disableComments - Search tag in org.jpedal.render.output.html.HTMLConversionOptions.setDisableComments(boolean)
- System Property
- org.jpedal.pdf2html.embedImagesAsBase64Stream - Search tag in org.jpedal.render.output.ConversionOptions.setEmbedImagesAsBase64Stream(boolean)
- System Property
- org.jpedal.pdf2html.embedImagesAsBase64Stream - Search tag in org.jpedal.render.output.ConversionOptions.setEmbedImagesAsBase64Stream(boolean)
- System Property
- org.jpedal.pdf2html.embedSvgAsBase64Image - Search tag in org.jpedal.render.output.html.HTMLConversionOptions.setEmbedSvgAsBase64Image(boolean)
- System Property
- org.jpedal.pdf2html.enableAcroFormJS - Search tag in org.jpedal.render.output.FormViewerOptions.setEnableAcroFormJS(boolean)
- System Property
- org.jpedal.pdf2html.firstPageName - Search tag in org.jpedal.render.output.ContentOptions.setFirstPageName(String)
- System Property
- org.jpedal.pdf2html.fontsToRasterizeInTextMode - Search tag in org.jpedal.render.output.ConversionOptions.setFontsToRasterizeInTextMode(String)
- System Property
- org.jpedal.pdf2html.fontsToRasterizeInTextMode - Search tag in org.jpedal.render.output.ConversionOptions.setFontsToRasterizeInTextMode(String)
- System Property
- org.jpedal.pdf2html.formFieldBackgroundHighlight - Search tag in org.jpedal.render.output.FormViewerOptions.setFormFieldBackgroundHighlight(String)
- System Property
- org.jpedal.pdf2html.formFieldBorderHighlight - Search tag in org.jpedal.render.output.FormViewerOptions.setFormFieldBorderHighlight(String)
- System Property
- org.jpedal.pdf2html.formTag - Search tag in org.jpedal.render.output.ConversionOptions.setFormTag(String)
- System Property
- org.jpedal.pdf2html.formTag - Search tag in org.jpedal.render.output.ConversionOptions.setFormTag(String)
- System Property
- org.jpedal.pdf2html.generateSearchFile - Search tag in org.jpedal.render.output.OutputModeOptions.setGenerateSearchFile(boolean)
- System Property
- org.jpedal.pdf2html.generateSearchFile - Search tag in org.jpedal.render.output.OutputModeOptions.setGenerateSearchFile(boolean)
- System Property
- org.jpedal.pdf2html.generateSearchFile - Search tag in org.jpedal.render.output.OutputModeOptions.setGenerateSearchFile(boolean)
- System Property
- org.jpedal.pdf2html.imageScale - Search tag in org.jpedal.render.output.ConversionOptions.setImageScale(float)
- System Property
- org.jpedal.pdf2html.imageScale - Search tag in org.jpedal.render.output.ConversionOptions.setImageScale(float)
- System Property
- org.jpedal.pdf2html.includedFonts - Search tag in org.jpedal.render.output.ConversionOptions.setIncludedFonts(ConversionOptions.Font[])
- System Property
- org.jpedal.pdf2html.includedFonts - Search tag in org.jpedal.render.output.ConversionOptions.setIncludedFonts(ConversionOptions.Font[])
- System Property
- org.jpedal.pdf2html.inlineJavaScriptAndCSS - Search tag in org.jpedal.render.output.FormViewerOptions.setInlineJavaScriptAndCSS(boolean)
- System Property
- org.jpedal.pdf2html.inlineSVG - Search tag in org.jpedal.render.output.html.HTMLConversionOptions.setInlineSVG(boolean)
- System Property
- org.jpedal.pdf2html.keepGlyfsSeparate - Search tag in org.jpedal.render.output.ConversionOptions.setKeepGlyfsSeparate(boolean)
- System Property
- org.jpedal.pdf2html.keepGlyfsSeparate - Search tag in org.jpedal.render.output.ConversionOptions.setKeepGlyfsSeparate(boolean)
- System Property
- org.jpedal.pdf2html.logicalPageRange - Search tag in org.jpedal.render.output.ConversionOptions.setLogicalPageRange(PageRanges)
- System Property
- org.jpedal.pdf2html.logicalPageRange - Search tag in org.jpedal.render.output.ConversionOptions.setLogicalPageRange(PageRanges)
- System Property
- org.jpedal.pdf2html.maxPageHeight - Search tag in org.jpedal.render.output.ConversionOptions.setMaxPageHeight(int)
- System Property
- org.jpedal.pdf2html.maxPageHeight - Search tag in org.jpedal.render.output.ConversionOptions.setMaxPageHeight(int)
- System Property
- org.jpedal.pdf2html.maxPageWidth - Search tag in org.jpedal.render.output.ConversionOptions.setMaxPageWidth(int)
- System Property
- org.jpedal.pdf2html.maxPageWidth - Search tag in org.jpedal.render.output.ConversionOptions.setMaxPageWidth(int)
- System Property
- org.jpedal.pdf2html.minFontSize - Search tag in org.jpedal.render.output.html.HTMLConversionOptions.setMinFontSize(int)
- System Property
- org.jpedal.pdf2html.noCheckboxOrRadioButtonImages - Search tag in org.jpedal.render.output.FormViewerOptions.setNoCheckboxOrRadioButtonImages(boolean)
- System Property
- org.jpedal.pdf2html.omitNameDir - Search tag in org.jpedal.render.output.ConversionOptions.setOmitNameDir(boolean)
- System Property
- org.jpedal.pdf2html.omitNameDir - Search tag in org.jpedal.render.output.ConversionOptions.setOmitNameDir(boolean)
- System Property
- org.jpedal.pdf2html.originalFileName - Search tag in org.jpedal.render.output.ConversionOptions.setOriginalFileName(String)
- System Property
- org.jpedal.pdf2html.originalFileName - Search tag in org.jpedal.render.output.ConversionOptions.setOriginalFileName(String)
- System Property
- org.jpedal.pdf2html.outputContentMode - Search tag in org.jpedal.render.output.FormViewerOptions.setOutputContentMode(FormViewerOptions.OutputContentMode)
- System Property
- org.jpedal.pdf2html.outputThumbnails - Search tag in org.jpedal.render.output.OutputModeOptions.setOutputThumbnails(boolean)
- System Property
- org.jpedal.pdf2html.outputThumbnails - Search tag in org.jpedal.render.output.OutputModeOptions.setOutputThumbnails(boolean)
- System Property
- org.jpedal.pdf2html.outputThumbnails - Search tag in org.jpedal.render.output.OutputModeOptions.setOutputThumbnails(boolean)
- System Property
- org.jpedal.pdf2html.overlay - Search tag in org.jpedal.render.output.html.HTMLConversionOptions.setOverlay(boolean)
- System Property
- org.jpedal.pdf2html.pageFlatteningImageThreshold - Search tag in org.jpedal.render.output.ConversionOptions.setPageFlatteningImageThreshold(int)
- System Property
- org.jpedal.pdf2html.pageFlatteningImageThreshold - Search tag in org.jpedal.render.output.ConversionOptions.setPageFlatteningImageThreshold(int)
- System Property
- org.jpedal.pdf2html.pixelsPerInch - Search tag in org.jpedal.render.output.ConversionOptions.setPixelsPerInch(int)
- System Property
- org.jpedal.pdf2html.pixelsPerInch - Search tag in org.jpedal.render.output.ConversionOptions.setPixelsPerInch(int)
- System Property
- org.jpedal.pdf2html.preserveExtractionValues - Search tag in org.jpedal.render.output.ConversionOptions.setPreserveExtractionValues(boolean)
- System Property
- org.jpedal.pdf2html.realPageRange - Search tag in org.jpedal.render.output.ConversionOptions.setRealPageRange(PageRanges)
- System Property
- org.jpedal.pdf2html.realPageRange - Search tag in org.jpedal.render.output.ConversionOptions.setRealPageRange(PageRanges)
- System Property
- org.jpedal.pdf2html.scaling - Search tag in org.jpedal.render.output.ConversionOptions.setScaling(float)
- System Property
- org.jpedal.pdf2html.scaling - Search tag in org.jpedal.render.output.ConversionOptions.setScaling(float)
- System Property
- org.jpedal.pdf2html.separateTextToWords - Search tag in org.jpedal.render.output.ConversionOptions.setSeparateToWords(boolean)
- System Property
- org.jpedal.pdf2html.separateTextToWords - Search tag in org.jpedal.render.output.ConversionOptions.setSeparateToWords(boolean)
- System Property
- org.jpedal.pdf2html.submitUrl - Search tag in org.jpedal.render.output.FormViewerOptions.setSubmitUrl(String)
- System Property
- org.jpedal.pdf2html.textMode - Search tag in org.jpedal.render.output.html.HTMLConversionOptions.setTextMode(ConversionOptions.TextMode)
- System Property
- org.jpedal.pdf2html.thumbnailMaxHeight - Search tag in org.jpedal.render.output.OutputModeOptions.setThumbnailMaxHeight(int)
- System Property
- org.jpedal.pdf2html.thumbnailMaxHeight - Search tag in org.jpedal.render.output.OutputModeOptions.setThumbnailMaxHeight(int)
- System Property
- org.jpedal.pdf2html.thumbnailMaxHeight - Search tag in org.jpedal.render.output.OutputModeOptions.setThumbnailMaxHeight(int)
- System Property
- org.jpedal.pdf2html.thumbnailMaxWidth - Search tag in org.jpedal.render.output.OutputModeOptions.setThumbnailMaxWidth(int)
- System Property
- org.jpedal.pdf2html.thumbnailMaxWidth - Search tag in org.jpedal.render.output.OutputModeOptions.setThumbnailMaxWidth(int)
- System Property
- org.jpedal.pdf2html.thumbnailMaxWidth - Search tag in org.jpedal.render.output.OutputModeOptions.setThumbnailMaxWidth(int)
- System Property
- org.jpedal.pdf2html.tinyTextRemovalThreshold - Search tag in org.jpedal.render.output.ConversionOptions.setTinyTextRemovalThreshold(float)
- System Property
- org.jpedal.pdf2html.tinyTextRemovalThreshold - Search tag in org.jpedal.render.output.ConversionOptions.setTinyTextRemovalThreshold(float)
- System Property
- org.jpedal.pdf2html.useFormVuAPI - Search tag in org.jpedal.render.output.FormViewerOptions.setUseFormVuAPI(boolean)
- System Property
- org.jpedal.pdf2html.useLegacyImageFileType - Search tag in org.jpedal.render.output.ConversionOptions.setUseLegacyImageFileType(boolean)
- System Property
- org.jpedal.pdf2html.useLegacyImageFileType - Search tag in org.jpedal.render.output.ConversionOptions.setUseLegacyImageFileType(boolean)
- System Property
- org.jpedal.render.output - package org.jpedal.render.output
- org.jpedal.render.output.html - package org.jpedal.render.output.html
- org.jpedal.render.output.io - package org.jpedal.render.output.io
- OTF - Enum constant in enum class org.jpedal.render.output.ConversionOptions.Font
- OTF_BASE64 - Enum constant in enum class org.jpedal.render.output.ConversionOptions.Font
- OutputModeOptions - Class in org.jpedal.render.output
-
The parent abstract class for IDRViewerOptions and ContentOptions.
- OutputModeOptions() - Constructor for class org.jpedal.render.output.OutputModeOptions
P
- PdfException - Exception Class in org.jpedal.exception
-
A generic PDF exception type which will be thrown if there is an error.
- PdfException() - Constructor for exception class org.jpedal.exception.PdfException
- PdfException(String) - Constructor for exception class org.jpedal.exception.PdfException
-
set message at exception
- PdfException(String, Throwable) - Constructor for exception class org.jpedal.exception.PdfException
- PDFtoHTML5Converter - Class in org.jpedal.examples.html
-
The main entry point for converting PDF files to HTML5.
- PDFtoHTML5Converter(byte[], File, HTMLConversionOptions, OutputModeOptions) - Constructor for class org.jpedal.examples.html.PDFtoHTML5Converter
-
Constructs a new PDFtoHTML5Converter.
- PDFtoHTML5Converter(File, File, HTMLConversionOptions, OutputModeOptions) - Constructor for class org.jpedal.examples.html.PDFtoHTML5Converter
-
Constructs a new PDFtoHTML5Converter.
- PDFtoHTML5Converter(InputStream, File, HTMLConversionOptions, OutputModeOptions) - Constructor for class org.jpedal.examples.html.PDFtoHTML5Converter
-
Constructs a new PDFtoHTML5Converter.
- PNG - Enum constant in enum class org.jpedal.render.output.io.ImageFileType
R
- REDUCED_CONTENT - Enum constant in enum class org.jpedal.render.output.FormViewerOptions.OutputContentMode
S
- SCALE - Enum constant in enum class org.jpedal.render.output.ConversionOptions.ScalingMode
- setAddJavaScript(boolean) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Include all the JavaScript that is within the PDF file.
- setClipOffsetAmount(float) - Method in class org.jpedal.render.output.ConversionOptions
-
Set the distance in pixels that polygons are expanded by in order to reduce fractional white lines
- setClipOffsetAmount(float) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Set the distance in pixels that polygons are expanded by in order to reduce fractional white lines
- setCompleteDocument(boolean) - Method in class org.jpedal.render.output.ContentOptions
-
Enabling this setting will output html, head and body tags.
- setCompressImages(boolean) - Method in class org.jpedal.render.output.ConversionOptions
-
When enabled, generated PNG images will be compressed to reduce file size.
- setCompressImages(boolean) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
When enabled, generated PNG images will be compressed to reduce file size.
- setCompressImages(boolean) - Method in interface org.jpedal.render.output.io.CustomIO
- setCompressSVG(boolean) - Method in class org.jpedal.render.output.ConversionOptions
-
Generates compressed .svgz files rather than .svg (you will need to configure your web server to correctly serve these).
- setCompressSVG(boolean) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Generates compressed .svgz files rather than .svg (you will need to configure your web server to correctly serve these).
- setContainerId(String) - Method in class org.jpedal.render.output.ContentOptions
-
Set the id to use for the page container div.
- setConvertPDFExternalFileToOutputType(boolean) - Method in class org.jpedal.render.output.ConversionOptions
-
Set whether to convert links pointing to file.pdf into file.html inside GoToR and Launch link annotations.
- setConvertPDFExternalFileToOutputType(boolean) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Set whether to convert links pointing to file.pdf into file.html inside GoToR and Launch link annotations.
- setConvertSpacesToNbsp(boolean) - Method in class org.jpedal.render.output.ConversionOptions
-
Convert spaces into Non-breaking Spaces ( ) in the output.
- setConvertSpacesToNbsp(boolean) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Convert spaces into Non-breaking Spaces ( ) in the output.
- setCssSuffix(String) - Method in class org.jpedal.render.output.ContentOptions
-
Appends the provided cssSuffix value to any classes and IDs within the document.
- setCustomErrorTracker(ErrorTracker) - Method in class org.jpedal.examples.html.PDFtoHTML5Converter
-
Sets a custom
ErrorTracker
to use during conversion allowing you to track errors and provide a timeout. - setCustomIO(CustomIO) - Method in class org.jpedal.examples.html.PDFtoHTML5Converter
-
Sets a
CustomIO
to use during conversion, allowing you to control the output. - setDecoupleEmptyValues(boolean) - Method in class org.jpedal.render.output.FormViewerOptions
-
Only active when
decoupleFormData
is true, this setting allows you to populateformdata.json
with all fields present in the PDF, including entries that have default/empty values - setDecoupleFormData(boolean) - Method in class org.jpedal.render.output.FormViewerOptions
-
Update the conversion so that existing form field values that have been set in the PDF are not output in HTML fields.
- setDisableComments(boolean) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Disable comments inserted into the HTML output for clarity.
- setEmbedImagesAsBase64Stream(boolean) - Method in class org.jpedal.render.output.ConversionOptions
-
Embed images as Base64 stream.
- setEmbedImagesAsBase64Stream(boolean) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Embed images as Base64 stream.
- setEmbedSvgAsBase64Image(boolean) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Embeds the SVG background directly into the HTML file as a base64 image.
- setEnableAcroFormJS(boolean) - Method in class org.jpedal.render.output.FormViewerOptions
-
Enable JavaScript from the AcroForm PDF to be included in the conversion output.
- setEnableFDFJavaScript(boolean) - Method in class org.jpedal.render.output.FormViewerOptions
-
Deprecated.Replaced with setEnableAcroFormJS(final boolean value)
- setEncryptTempFiles() - Method in class org.jpedal.examples.html.PDFtoHTML5Converter
-
Enables encryption of all temporary files that may be created during the conversion process.
- setFirstPageName(String) - Method in class org.jpedal.render.output.ContentOptions
-
Deprecated.We do not recommend that this option be used.
- setFontsToRasterizeInTextMode(String) - Method in class org.jpedal.render.output.ConversionOptions
-
In Text Modes, you can override real text on a font by font basis,
- setFontsToRasterizeInTextMode(String) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
In Text Modes, you can override real text on a font by font basis,
- setFormFieldBackgroundHighlight(String) - Method in class org.jpedal.render.output.FormViewerOptions
-
Set a color represented by hex format to be used as a background to highlight form fields.
- setFormFieldBorderHighlight(String) - Method in class org.jpedal.render.output.FormViewerOptions
-
Set a color represented by hex format to be used to outline to highlight form fields.
- setFormTag(String) - Method in class org.jpedal.render.output.ConversionOptions
-
Replacing <form> with your version.
- setFormTag(String) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Replacing <form> with your version.
- setGenerateSearchFile(boolean) - Method in class org.jpedal.render.output.ContentOptions
-
Generates search.json.
- setGenerateSearchFile(boolean) - Method in class org.jpedal.render.output.FormViewerOptions
-
Generates search.json.
- setGenerateSearchFile(boolean) - Method in class org.jpedal.render.output.OutputModeOptions
-
Generates search.json.
- setImageScale(float) - Method in class org.jpedal.render.output.ConversionOptions
-
Write out larger images to allow higher quality zooming.
- setImageScale(float) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Write out larger images to allow higher quality zooming.
- setIncludedFonts(ConversionOptions.Font[]) - Method in class org.jpedal.render.output.ConversionOptions
-
Set fonts to convert to and include in HTML and CSS output.
- setIncludedFonts(ConversionOptions.Font[]) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Set fonts to convert to and include in HTML and CSS output.
- setInlineJavaScriptAndCSS(boolean) - Method in class org.jpedal.render.output.FormViewerOptions
-
Inline JavaScript and CSS within HTML.
- setInlineSVG(boolean) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Inline SVG within HTML (pure svg text modes only).
- setKeepGlyfsSeparate(boolean) - Method in class org.jpedal.render.output.ConversionOptions
-
Position each glyph individually for more accurate positioning.
- setKeepGlyfsSeparate(boolean) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Position each glyph individually for more accurate positioning.
- setLogicalPageRange(PageRanges) - Method in class org.jpedal.render.output.ConversionOptions
-
Set a page range using logical page numbering.
- setLogicalPageRange(PageRanges) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Set a page range using logical page numbering.
- setMaxPageHeight(int) - Method in class org.jpedal.render.output.ConversionOptions
-
Sets the maximum height of the converted document.
- setMaxPageHeight(int) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Sets the maximum height of the converted document.
- setMaxPageWidth(int) - Method in class org.jpedal.render.output.ConversionOptions
-
Sets the maximum width of the converted document.
- setMaxPageWidth(int) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Sets the maximum width of the converted document.
- setMinFontSize(int) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Sets the minimum font size to be used.
- setNoCheckboxOrRadioButtonImages(boolean) - Method in class org.jpedal.render.output.FormViewerOptions
-
Do not use the on/off images from the converted PDF for checkboxes/radio buttons.
- setOmitNameDir(boolean) - Method in class org.jpedal.render.output.ConversionOptions
-
Controls the folder structure of the output.
- setOmitNameDir(boolean) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Controls the folder structure of the output.
- setOriginalFileName(String) - Method in class org.jpedal.render.output.ConversionOptions
-
Spoof the filename of the document being converted.
- setOriginalFileName(String) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Spoof the filename of the document being converted.
- setOutputContentMode(FormViewerOptions.OutputContentMode) - Method in class org.jpedal.render.output.FormViewerOptions
-
The output content mode affects what content is included in the generated output.
- setOutputThumbnails(boolean) - Method in class org.jpedal.render.output.ContentOptions
-
Output thumbnails of pages in /thumbnails/.
- setOutputThumbnails(boolean) - Method in class org.jpedal.render.output.FormViewerOptions
-
Output thumbnails of pages in /thumbnails/.
- setOutputThumbnails(boolean) - Method in class org.jpedal.render.output.OutputModeOptions
-
Output thumbnails of pages in /thumbnails/.
- setOverlay(boolean) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Deprecated.we do not recommend that this option be used.
- setPageFlatteningImageThreshold(int) - Method in class org.jpedal.render.output.ConversionOptions
-
Set the threshold for the number of images which, once reached, will cause the page will be flattened into a single image to improve performance in the browser.
- setPageFlatteningImageThreshold(int) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Set the threshold for the number of images which, once reached, will cause the page will be flattened into a single image to improve performance in the browser.
- setPassword(String) - Method in class org.jpedal.examples.html.PDFtoHTML5Converter
-
Set the password to be used to open the PDF file (if set).
- setPixelsPerInch(int) - Method in class org.jpedal.render.output.ConversionOptions
-
Set the internal resolution which determines the page size at 100% zoom/scaling.
- setPixelsPerInch(int) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Set the internal resolution which determines the page size at 100% zoom/scaling.
- setPreserveExtractionValues(boolean) - Method in class org.jpedal.render.output.ConversionOptions
-
Deprecated.Not recommended for general usage - added for specific customer use case scenario
- setRealPageRange(PageRanges) - Method in class org.jpedal.render.output.ConversionOptions
-
Set a page range using real page numbering.
- setRealPageRange(PageRanges) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Set a page range using real page numbering.
- setScaling(float) - Method in class org.jpedal.render.output.ConversionOptions
-
Sets the Scaling value of the converted content.
- setScaling(float) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Sets the Scaling value of the converted content.
- setScalingFitHeight(int) - Method in class org.jpedal.render.output.ConversionOptions
- setScalingFitHeight(int) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
- setScalingFitWidth(int) - Method in class org.jpedal.render.output.ConversionOptions
- setScalingFitWidth(int) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
- setScalingFitWidthHeight(int, int) - Method in class org.jpedal.render.output.ConversionOptions
- setScalingFitWidthHeight(int, int) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
- setSeparateToWords(boolean) - Method in class org.jpedal.render.output.ConversionOptions
-
Divide text chunks into words based on spaces This improves accuracy but not as much as keepGlyfsSeparate, It produces a larger file but may suit some use cases.
- setSeparateToWords(boolean) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Divide text chunks into words based on spaces This improves accuracy but not as much as keepGlyfsSeparate, It produces a larger file but may suit some use cases.
- setSubmitUrl(String) - Method in class org.jpedal.render.output.FormViewerOptions
-
Set the default pdf form submission URL
- setTextMode(ConversionOptions.TextMode) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
The text mode controls how text is rendered in the html output, for example your text can be made selectable or as an image and made non selectable.
- setThumbnailMaxHeight(int) - Method in class org.jpedal.render.output.ContentOptions
-
Sets the maximum height of the thumbnails.
- setThumbnailMaxHeight(int) - Method in class org.jpedal.render.output.FormViewerOptions
-
Sets the maximum height of the thumbnails.
- setThumbnailMaxHeight(int) - Method in class org.jpedal.render.output.OutputModeOptions
-
Sets the maximum height of the thumbnails.
- setThumbnailMaxWidth(int) - Method in class org.jpedal.render.output.ContentOptions
-
Sets the maximum width of the thumbnails.
- setThumbnailMaxWidth(int) - Method in class org.jpedal.render.output.FormViewerOptions
-
Sets the maximum width of the thumbnails.
- setThumbnailMaxWidth(int) - Method in class org.jpedal.render.output.OutputModeOptions
-
Sets the maximum width of the thumbnails.
- setTinyTextRemovalThreshold(float) - Method in class org.jpedal.render.output.ConversionOptions
-
Removes text below the given font size in the generated output.
- setTinyTextRemovalThreshold(float) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Removes text below the given font size in the generated output.
- setUseFormVuAPI(boolean) - Method in class org.jpedal.render.output.FormViewerOptions
-
Output the formvuapi.js file, which handles custom functionality such as submitting forms as JSON.
- setUseLegacyImageFileType(boolean) - Method in class org.jpedal.render.output.ConversionOptions
-
If enabled, all images output will use the PNG file type.
- setUseLegacyImageFileType(boolean) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
If enabled, all images output will use the PNG file type.
- SHADE - Enum constant in enum class org.jpedal.render.output.io.ImageType
-
Used in svg_* text modes.
- startedPageDecoding(int) - Method in interface org.jpedal.external.ErrorTracker
- SVG_ALPHA_NOT_REQUIRED - Enum constant in enum class org.jpedal.render.output.io.ImageType
-
Used in svg_* text modes.
- SVG_ALPHA_REQUIRED - Enum constant in enum class org.jpedal.render.output.io.ImageType
-
Used in svg_* text modes.
- SVG_REALTEXT - Enum constant in enum class org.jpedal.render.output.ConversionOptions.TextMode
- SVG_SHAPETEXT_NONSELECTABLE - Enum constant in enum class org.jpedal.render.output.ConversionOptions.TextMode
- SVG_SHAPETEXT_SELECTABLE - Enum constant in enum class org.jpedal.render.output.ConversionOptions.TextMode
T
- THUMBNAIL - Enum constant in enum class org.jpedal.render.output.io.ImageType
-
Used in the IDRViewer, or if thumbnails are enabled in the options.
V
- valueOf(String) - Static method in enum class org.jpedal.render.output.ConversionOptions.Font
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jpedal.render.output.ConversionOptions.ScalingMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jpedal.render.output.ConversionOptions.TextMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jpedal.render.output.FormViewerOptions.OutputContentMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jpedal.render.output.io.ImageFileType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jpedal.render.output.io.ImageType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.jpedal.render.output.ConversionOptions.Font
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jpedal.render.output.ConversionOptions.ScalingMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jpedal.render.output.ConversionOptions.TextMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jpedal.render.output.FormViewerOptions.OutputContentMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jpedal.render.output.io.ImageFileType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jpedal.render.output.io.ImageType
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WOFF - Enum constant in enum class org.jpedal.render.output.ConversionOptions.Font
- WOFF_BASE64 - Enum constant in enum class org.jpedal.render.output.ConversionOptions.Font
- writeFileFromStream(String, String, InputStream) - Method in interface org.jpedal.render.output.io.CustomIO
- writeFont(String, String, byte[]) - Method in interface org.jpedal.render.output.io.CustomIO
- writeGZIPCompressedFile(String, String, StringBuilder) - Method in interface org.jpedal.render.output.io.CustomIO
- writeImage(String, String, BufferedImage, ImageType) - Method in interface org.jpedal.render.output.io.CustomIO
- writePlainTextAppendedFile(String, String, StringBuilder, boolean) - Method in interface org.jpedal.render.output.io.CustomIO
- writePlainTextFile(String, String, StringBuilder) - Method in interface org.jpedal.render.output.io.CustomIO
All Classes and Interfaces|All Packages|Serialized Form|System Properties