-
Notifications
You must be signed in to change notification settings - Fork 868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PDFBOX-3812] Support auto size font for multiline PDTextField #78
base: trunk
Are you sure you want to change the base?
Conversation
f92b3e6
to
f4238ac
Compare
As far as I know the pdfbox maintainers do not monitor github pull request. I would advice you to add a comment with a link to this pull request to the issue (or send an email to the pdfbox developer mailing list). |
Thanks for the tip, @PascalSchumacher. I just emailed their dev mailing list. |
@dannymcpherson thank you very much for the contribution. @PascalSchumacher is correct that we don't monitor on a regular basis as this is only a mirror and the issues are being tracked using JIRA. Nevertheless I'll be hopefully able to add the changes later today. There are some possible enhancements I see
|
…ields as suggested by dannymcpherson in #78 git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/2.0@1871927 13f79535-47bb-0310-9956-ffa450edef68
…ields as suggested by dannymcpherson in #78 git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1871928 13f79535-47bb-0310-9956-ffa450edef68
Thank you, @msahyoun. I'm working on some changes to support autosizing upward. I also think I may have found a bug in the logic where it clips at large font sizes. Stay tuned. |
@msahyoun - I just pushed a commit that improves the logic so that we use the largest font size that fits, where the font size is between 4 and 300 (the apparent max used by acrobat pro). |
…78 git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/2.0@1871929 13f79535-47bb-0310-9956-ffa450edef68
…78 git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1871930 13f79535-47bb-0310-9956-ffa450edef68
@dannymcpherson the feature has been fixed in PDFBOX-3812 and release for 2.0.21 and 3.0.0 - can you close the request? |
https://issues.apache.org/jira/browse/PDFBOX-3812