You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Stefan Lechner (JIRA)" <ji...@apache.org> on 2019/06/06 06:58:01 UTC

[jira] [Created] (PDFBOX-4560) make PageDrawer.setRenderingHints() protected

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: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org