You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Maruan Sahyoun (Jira)" <ji...@apache.org> on 2020/06/24 10:19:00 UTC

[jira] [Assigned] (PDFBOX-4568) Field text poorly vertically aligned

     [ https://issues.apache.org/jira/browse/PDFBOX-4568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maruan Sahyoun reassigned PDFBOX-4568:
--------------------------------------

    Assignee: Maruan Sahyoun

> Field text poorly vertically aligned
> ------------------------------------
>
>                 Key: PDFBOX-4568
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4568
>             Project: PDFBox
>          Issue Type: Bug
>          Components: AcroForm
>    Affects Versions: 2.0.15
>            Reporter: Tilman Hausherr
>            Assignee: Maruan Sahyoun
>            Priority: Major
>         Attachments: SO56464810-Adobe.pdf, SO56464810-PDFBOX-new.pdf, SO56464810-PDFBox.pdf, SO56464810.pdf, SO57717135.pdf
>
>
> {code}
> doc.getDocumentCatalog().getAcroForm().getField("err_desc").setValue("pqgy");
> {code}
> The content is not aligned very well, so the lower parts of the glyphs can't be seen.
> PDFBox content:
> {code}
> /Tx BMC
>   q
>     1 1 281.1 12.2 re
>     W
>     n
>     BT
>       /F1 10 Tf
>       /DeviceRGB cs
>       0 0 0 sc
>       2 1.97 Td
>       (pqgy) Tj
>     ET
>   Q
> EMC
> {code}
> Adobe content:
> {code}
> /Tx BMC
>   BT
>     0 0 0 rg
>     /F1 10 Tf
>     0 g
>     2 2.985 Td
>     (pqgy) Tj
>   ET
> EMC
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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