Tilman Hausherr created PDFBOX-4568:
---------------------------------------

             Summary: 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
         Attachments: SO56464810-Adobe.pdf, SO56464810-PDFBox.pdf, 
SO56464810.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
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to