| org.jpedal. logging |
ExtractClippedImages |
Write to logfile |
-Dorg.jpedal. logging =true |
| org.jpedal. compress_jpeg |
ConvertPagesToHiResImages, ConvertPagesToImages |
(Added in 3.90) If JAI available, use it to write out JPeg files with user setting for JPEG compression quality (0= very samll, poor files, 1= very large files with no compression) |
-Dorg.jpedal. compress_jpeg =0.5 |
| org.jpedal. compress_tiff |
ExtractClippedImages, ExtractImages, ConvertPagesToImages |
If JAI available, use it to write out Tiff files compressed |
-Dorg.jpedal. compress_tiff =true |
org.jpedal. multipage_tiff |
ConvertPagesToImages |
If JAI available, use it to write out all images to one Tiff file |
-Dorg.jpedal.multipage_tiff=true |
| org.jpedal. jpeg_dpi |
ExtractClippedImages, ExtractImages, ConvertPagesToImages |
If JAI available, use it to write out Tiff files compressed |
-Dorg.jpedal. jpeg_dpi =true |
| org.jpedal. opi |
ExtractImages |
Include OPI metadata in XML information with images |
-Dorg.jpedal.opi =true |
| org.jpedal. listenforms |
Viewer |
Enable custom example listener on forms components |
-Dorg.jpedal. listenforms =true |
| org.jpedal. startWindowSize |
Viewer |
(From 3.77b28) the startup size of the Viewer can be set on startup with value width x height |
-Dorg.jpedal. startWindowSize= 400x300 |
| org.jpedal. page |
Viewer |
Page number to open document, if valid. |
-Dorg.jpedal. page =4 |
| org.jpedal. bookmark |
Viewer |
Location to open document (either a bookmark or named destination), if valid. |
-Dorg.jpedal. bookmark =into |
| org.jpedal. thumbnail |
Viewer |
Flag to disable thumbnails. Default is on. |
-Dorg.jpedal.thumbnail=false |
| org.jpedal. configureViewer |
Viewer |
Flag to disable menu options from config file. See this link for details. |
-Dorg.jpedal. configureViewer=config.txt |
org.jpedal. password
|
Viewer |
Password to open file - set to null if not needed |
-Dorg.jpedal. password ="mypassword" |
| org.jpedal. Viewer.Prefs |
Viewer |
Location of Properties file to be used when opening Viewer |
-Dorg.jpedal. Viewer.Prefs ="C:\prop.xml" |
| org.jpedal. defaultViewerScaling |
Viewer |
Flag to enable user to startup with a specific scaling value (ie Fit Width, 25, 100, Fit Height). Value must be on scaling list or will be ignored. |
-Dorg.jpedal.defaultViewerScaling ="Fit Width" |
| org.jpedal. suppressViewerPopups |
Viewer |
Flag to enable user to suppress all popups at start. |
-Dorg.jpedal.suppressViewerPopups =true |
| org.jpedal.pageSize |
ConvertPagesToHiResImages |
Set pagesize to scale up to (preserving aspect ratio). Values are width x height |
-Dorg.jpedal. pageSize ="1000x800" |
| org.jpedal. pageMaxScaling |
ConvertPagesToHiResImages |
Set maximum scaling allowed so rogue image does not cause hugh images |
-Dorg.jpedal. pageMaxScaling =4 |
org.jpedal. pageSizeOverrides
|
ConvertPagesToHiResImages |
Set whether pageSize or image scaling takes priority |
-Dorg.jpedal. pageSizeOverrides ="true" |
org.jpedal. defaultPrinter
|
PrintPanel |
Set default printer to be used by JPedal |
-Dorg.jpedal. defaultPrinter ="Adobe PDF" |
org.jpedal. printPaperSize
|
PrintPanel |
Set default paper size to print on |
-Dorg.jpedal. printPaperSize ="A4 (borderless)" |
org.jpedal. separation
|
ConvertPagesToHiResImages/ ConvertPagesToImages |
Create multiple images with separate image, text and Vector content on each. Click here for details. |
-Dorg.jpedal. separation ="all" |
org.jpedal. faster_color_decoding
|
All |
Use faster but more memory intensive and less accurate color conversion for Shading |
-Dorg.jpedal. faster_color_decoding =true |
org.jpedal. imageType
|
ConvertPagesToHiResImages/ ConvertPagesToImages |
Set color type and color depth of the image to be saved out using a TYPE variable from a awt BufferedImage. |
-Dorg.jpedal. imageType =2 |