[
https://issues.apache.org/jira/browse/PDFBOX-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849634#action_12849634
]
Maruan Sahyoun commented on PDFBOX-667:
---------------------------------------
The reason the last character is still misplaced is related to the fact that
the character is drawn independently from the rest of the line already within
the pdf i.e. it's a different object. The patch handled the fact that for the
other lines the last character was output by PDFBox as a separate Object
although it belonged to the same string in the PDF.
The PDF is defining Helvetica for rendering the text. To which printer/driver
are you printing?
> Last characters in a line overlap when a PDF is printed
> -------------------------------------------------------
>
> Key: PDFBOX-667
> URL: https://issues.apache.org/jira/browse/PDFBOX-667
> Project: PDFBox
> Issue Type: Bug
> Affects Versions: 1.0.0
> Reporter: Peter Deter
> Attachments: out.ps, out_patch.ps, PDFStreamEngine.patch,
> raw.out.pdf, raw.out.win.pdf, raw.pdf
>
>
> When printing a PDF every last character in a line overlaps it's leading
> character.
> This problem appears in v1.0.0
> Printing the same PDF with v 0.7.3 works fine.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.