- SCALE - org.jpedal.render.output.ConversionOptions.ScalingMode
-
- setAddBorder(boolean) - Method in class org.jpedal.render.output.svg.SVGConversionOptions
-
Add a border around the page
- setAddJavaScript(boolean) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Include all the JavaScript that is within the PDF file.
- 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
-
- setCompressImages(boolean) - Method in class org.jpedal.render.output.svg.SVGConversionOptions
-
When enabled, generated PNG images will be compressed to reduce file size.
- 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).
- setCompressSVG(boolean) - Method in class org.jpedal.render.output.svg.SVGConversionOptions
-
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 we convert links pointing to file.pdf into file.html (default is true).
- setConvertPDFExternalFileToOutputType(boolean) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Set whether we convert links pointing to file.pdf into file.html (default is true).
- setConvertPDFExternalFileToOutputType(boolean) - Method in class org.jpedal.render.output.svg.SVGConversionOptions
-
Set whether we convert links pointing to file.pdf into file.html (default is true).
- setConvertSpacesToNbsp(boolean) - Method in class org.jpedal.render.output.ConversionOptions
-
]
Convert spaces to in the output.
- setConvertSpacesToNbsp(boolean) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
]
Convert spaces to in the output.
- setConvertSpacesToNbsp(boolean) - Method in class org.jpedal.render.output.svg.SVGConversionOptions
-
]
Convert spaces to in the output.
- 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.
- setEmbedImagesAsBase64Stream(boolean) - Method in class org.jpedal.render.output.svg.SVGConversionOptions
-
Embed images as Base64 stream.
- setFirstPageName(String) - Method in class org.jpedal.render.output.ContentOptions
-
- 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,
- setFontsToRasterizeInTextMode(String) - Method in class org.jpedal.render.output.svg.SVGConversionOptions
-
In Text Modes, you can override real text on a font by font basis,
- 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.
- setFormTag(String) - Method in class org.jpedal.render.output.svg.SVGConversionOptions
-
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.IDRViewerOptions
-
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.
- setImageScale(float) - Method in class org.jpedal.render.output.svg.SVGConversionOptions
-
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.
- setIncludedFonts(ConversionOptions.Font[]) - Method in class org.jpedal.render.output.svg.SVGConversionOptions
-
Set fonts to convert to and include in HTML and CSS output.
- setInlineJavaScriptAndCSS(boolean) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
-
Inline JavaScript and CSS within HTML (FormVu only).
- 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.
- setKeepGlyfsSeparate(boolean) - Method in class org.jpedal.render.output.svg.SVGConversionOptions
-
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.
- setLogicalPageRange(PageRanges) - Method in class org.jpedal.render.output.svg.SVGConversionOptions
-
Set a page range using logical page numbering.
- 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.
- setOmitNameDir(boolean) - Method in class org.jpedal.render.output.svg.SVGConversionOptions
-
Controls the folder structure of the 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.IDRViewerOptions
-
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
-
- setPreserveExtractionValues(boolean) - Method in class org.jpedal.render.output.ConversionOptions
-
- 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.
- setRealPageRange(PageRanges) - Method in class org.jpedal.render.output.svg.SVGConversionOptions
-
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.
- setScaling(float) - Method in class org.jpedal.render.output.svg.SVGConversionOptions
-
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
- setScalingFitHeight(int) - Method in class org.jpedal.render.output.svg.SVGConversionOptions
- setScalingFitWidth(int) - Method in class org.jpedal.render.output.ConversionOptions
-
- setScalingFitWidth(int) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
- setScalingFitWidth(int) - Method in class org.jpedal.render.output.svg.SVGConversionOptions
- setScalingFitWidthHeight(int, int) - Method in class org.jpedal.render.output.ConversionOptions
-
- setScalingFitWidthHeight(int, int) - Method in class org.jpedal.render.output.html.HTMLConversionOptions
- setScalingFitWidthHeight(int, int) - Method in class org.jpedal.render.output.svg.SVGConversionOptions
- 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.
- setSeparateToWords(boolean) - Method in class org.jpedal.render.output.svg.SVGConversionOptions
-
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.
- 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.
- setTextMode(ConversionOptions.TextMode) - Method in class org.jpedal.render.output.svg.SVGConversionOptions
-
Set Text Mode.
- 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.
- setUseLegacyImageFileType(boolean) - Method in class org.jpedal.render.output.svg.SVGConversionOptions
-
If enabled, all images output will use the PNG file type.
- setViewerUI(IDRViewerOptions.ViewerUI) - Method in class org.jpedal.render.output.IDRViewerOptions
-
Sets the user interface to use for the viewer.
- SHADE - org.jpedal.render.output.io.ImageType
-
Used in svg_* text modes.
- Simple - org.jpedal.render.output.IDRViewerOptions.ViewerUI
-
- SlideShow - org.jpedal.render.output.IDRViewerOptions.ViewerUI
-
- startedPageDecoding(int) - Method in interface org.jpedal.external.ErrorTracker
-
- SVG_ALPHA_NOT_REQUIRED - org.jpedal.render.output.io.ImageType
-
Used in svg_* text modes.
- SVG_ALPHA_REQUIRED - org.jpedal.render.output.io.ImageType
-
Used in svg_* text modes.
- SVG_REALTEXT - org.jpedal.render.output.ConversionOptions.TextMode
-
- SVG_SHAPETEXT_NONSELECTABLE - org.jpedal.render.output.ConversionOptions.TextMode
-
- SVG_SHAPETEXT_SELECTABLE - org.jpedal.render.output.ConversionOptions.TextMode
-
- SVGConversionOptions - Class in org.jpedal.render.output.svg
-
- SVGConversionOptions() - Constructor for class org.jpedal.render.output.svg.SVGConversionOptions
-
- SVGConversionOptions(String) - Constructor for class org.jpedal.render.output.svg.SVGConversionOptions
-
- SVGConversionOptions(Map<String, String>) - Constructor for class org.jpedal.render.output.svg.SVGConversionOptions
-
- valueOf(String) - Static method in enum org.jpedal.render.output.ConversionOptions.Font
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jpedal.render.output.ConversionOptions.ScalingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jpedal.render.output.ConversionOptions.TextMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jpedal.render.output.IDRViewerOptions.ViewerUI
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jpedal.render.output.io.ImageFileType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jpedal.render.output.io.ImageType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jpedal.render.output.ConversionOptions.Font
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jpedal.render.output.ConversionOptions.ScalingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jpedal.render.output.ConversionOptions.TextMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jpedal.render.output.IDRViewerOptions.ViewerUI
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jpedal.render.output.io.ImageFileType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jpedal.render.output.io.ImageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.