Java PDF Viewer Printing properties
This section gives information about the Printing properties tab for the PDF viewer, the function of the different flags and how they can be changed. Please note, we are constantly adding new functionality to the properties file and therefore the documentation contained here is for version 4.3 of JPedal. If a flag is not present in your properties file then the functionality is not available for your version.

The above image shows the Printing display tab and the available options on this tab.
Hi res PDF printing
This check box allows the user to turn on/off the functionality of the PDF viewer to print with a higher resolutions.
The properties file flag for this option is <useHiResPrinting value="true" />.
The two values for this option are
- box selected
Turns on the hi res PDF printing functionality.
Properties file value = true - box unselected
Turns off the hi res PDF printing functionality.
Properties file value = false
Default Printer
This allows you to set a default printer to choose, if it's available.
The properties file flag for this option is <defaultPrinter value="" />.
The properties file value is the name of the printer to use.
Default Pagesize
This allows you to set a default pagesize to choose, if it's available.
The properties file flag for this option is <defaultPagesize value="" />.
The properties file value is the name of the pagesize to use.
Printer Blacklist
This field allows you to specify a comma separated list of printers to block. If you add a * at the end, any printer name containing that string will be blocked.
The properties file flag for this option is <printerBlacklist value="" />.
The properties file value is in the format 'Image Printer,PDF*', which would block any printer called 'Image Printer' and any printer with PDF in the name.
Return to main PDF support section
Click here for the main PDF support area with lots of java examples, PDF tutorials and useful information to get the most out of the JPedal PDF library




