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: [email protected]
For additional commands, e-mail: [email protected]