You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Ingmar Marquardt (JIRA)" <ji...@apache.org> on 2016/09/12 09:50:20 UTC

[jira] [Created] (PDFBOX-3494) PDFRenderer - Text shadow has wrong position

Ingmar Marquardt created PDFBOX-3494:
----------------------------------------

             Summary: PDFRenderer - Text shadow has wrong position
                 Key: PDFBOX-3494
                 URL: https://issues.apache.org/jira/browse/PDFBOX-3494
             Project: PDFBox
          Issue Type: Bug
          Components: Rendering
    Affects Versions: 2.0.2
            Reporter: Ingmar Marquardt


The text on pdf startpage has a shadow, which is not aligned correctly and has a wrong position. The PDF and a screenshot of the result image is attached.

We use the standard code:
{code}
PDFRenderer pdfRenderer = new PDFRenderer(document);
BufferedImage bim = pdfRenderer.renderImageWithDPI(0, 100, ImageType.RGB);
ImageIOUtil.writeImage(bim, "result.png", 100);
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org