Stefan Lechner created PDFBOX-4560:
--------------------------------------
Summary: make PageDrawer.setRenderingHints() protected
Key: PDFBOX-4560
URL: https://issues.apache.org/jira/browse/PDFBOX-4560
Project: PDFBox
Issue Type: Improvement
Components: Rendering
Affects Versions: 2.0.13
Reporter: Stefan Lechner
Please make
private Graphics2D graphics;
and
PageDrawer.setRenderingHints()
protected.
or change to
protected setRenderingHints(Graphics2D graphics);
I'm playing around comparing PDF using PDFRenderer.
Unfortunately I found no way to change the RenderingHints. I'd like to disable
aliasing to get more reproducible results.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]