Skip to content
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-4548] Introduce Type1Fonts enum #69

Open
wants to merge 8,058 commits into
base: trunk
Choose a base branch
from

Conversation

sberyozkin
Copy link

No description provided.

…groups only when active OCG, but do all the rest all the time

git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1851015 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1851017 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1851026 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1851607 13f79535-47bb-0310-9956-ffa450edef68
…(not yet changeable by user, more to come)

git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1851849 13f79535-47bb-0310-9956-ffa450edef68
…irectly, xmpbox will still include it optionally)

git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1852055 13f79535-47bb-0310-9956-ffa450edef68
…is available (and we still need it for xmpbox, so we need the early check too)

git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1852059 13f79535-47bb-0310-9956-ffa450edef68
…Hung (refactoring in next commit(s))

git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1852164 13f79535-47bb-0310-9956-ffa450edef68
lehmi and others added 27 commits April 21, 2019 14:47
… 10 since fall 2017 creators update

git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1857920 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1858019 13f79535-47bb-0310-9956-ffa450edef68
…ge exceeds the maximum value Integer.MAX_VALUE to avoid a misleading NegativeArraySizeException

git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1858325 13f79535-47bb-0310-9956-ffa450edef68
…) doesn't convert that array to a collection), as suggested by Paul Austin; add toString(); add "previously failing" test

git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1859095 13f79535-47bb-0310-9956-ffa450edef68
@sberyozkin sberyozkin changed the title [PDFBOX-4548] Introducing Type1FontNames enum [PDFBOX-4548] Introduce Type1Fonts enum May 15, 2019
j-keck added a commit to j-keck/reno that referenced this pull request Jun 21, 2020
this fails with:

  [error] Error: No instances of org.apache.fontbox.ttf.BufferedRandomAccessFile are allowed in the image heap as this
  class should be initialized at image runtime. Object has been initialized without the native-image initialization
  instrumentation and the stack trace can't be tracked.

when i add `org.apache.fontbox.ttf.BufferedRandomAccessFile` to `--initialize-at-run-time` i get the following error:

  [error] Error: Classes that should be initialized at run time got initialized during image building:
  [error]  org.apache.fontbox.ttf.BufferedRandomAccessFile the class was requested to be initialized at run time
           (from the command line). org.apache.fontbox.ttf.BufferedRandomAccessFile has been initialized without
           the native-image initialization instrumentation and the stack trace can't be tracked.
           Try avoiding to initialize the class that caused initialization of org.apache.fontbox.ttf.BufferedRandomAccessFile

this is a bug in pdfbox:

  - https://issues.apache.org/jira/browse/TIKA-2862
  - apache/pdfbox#69
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants