Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: 4.1
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
Description
We've been getting a lot of requests about how to speed up Java printing. So I thought that by disabling the alpha composite painting may help with the problem as most printers will freak out when they encounter it.
I've added a new dynamic system property org.icepdf.core.paint.disableAlpha which can be set to true during printing. Can't be used for all documents but may help some users.
I've added a new dynamic system property org.icepdf.core.paint.disableAlpha which can be set to true during printing. Can't be used for all documents but may help some users.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Added new dynamic alpha property to the Shapes class.
-Dorg.icepdf.core.paint.disableAlpha=true to enable it. Disabled by default.