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

[jira] [Updated] (PDFBOX-4761) Alignment Issue in textfield

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

Baskar Murrugan updated PDFBOX-4761:
------------------------------------
    Description: 
In [my pdf|https://issues.apache.org/jira/secure/attachment/12992464/new.pdf], if you just type a value in the 'Player 1' field, the value aligned left correctly. If we use to fill the value with PDFBOX jar. It aligned the value in the center. But I checked the Q value it showing as 1 in pdfbox. Since we're not specifying any alignment information but it took like Q=1 in pdfbox.

It create some comptability issue while using over other pdf readers.

Issue fixed with setQ(0), but other readers were working fine without any alignment information.

  was:
In my pdf, if you just type a value in the 'Player 1' field, the value aligned left correctly. If we use to fill the value with PDFBOX jar. It aligned the value in the center. But I checked the Q value it showing as 1 in pdfbox. Since we're not specifying any alignment information but it took like Q=1 in pdfbox.

It create some comptability issue while using over other pdf readers.

Issue fixed with setQ(0), but other readers were working fine without any alignment information.


> Alignment Issue in textfield
> ----------------------------
>
>                 Key: PDFBOX-4761
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4761
>             Project: PDFBox
>          Issue Type: Bug
>            Reporter: Baskar Murrugan
>            Priority: Major
>         Attachments: formFieldProp.png, new.pdf
>
>
> In [my pdf|https://issues.apache.org/jira/secure/attachment/12992464/new.pdf], if you just type a value in the 'Player 1' field, the value aligned left correctly. If we use to fill the value with PDFBOX jar. It aligned the value in the center. But I checked the Q value it showing as 1 in pdfbox. Since we're not specifying any alignment information but it took like Q=1 in pdfbox.
> It create some comptability issue while using over other pdf readers.
> Issue fixed with setQ(0), but other readers were working fine without any alignment information.



--
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