This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 218394

Summary: Greater control over Print Options dialog - hiding some options
Product: platform Reporter: mgf
Component: TextAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description mgf 2012-09-14 17:02:03 UTC
I use the PrintProvider with great success but do my own page layout, basically scaling so that the width of a page is filled and the height (and number of pages) is determined by the resulting StyledDocument length.

To make this work, however, it would be nice to be able to 'turn off' some of the options in the Print Options dialog, specifically the following Zoom options:

 Fit height to
 Fit width to
 Fit to page

Now these are my preferences, but in general the ability to switch on or off some print options would be great.

Regards
Comment 1 mgf 2012-09-17 08:43:12 UTC
Together with this, the ability to e.g. control the zoom setting and to, after a print, record the settings that were used. So e.g. if a report is printed, the options are noted and can afterwards be used to recreate the exact same printout.

Regards