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

Patch 2 #74

Merged
merged 4 commits into from
Dec 17, 2019
Merged

Patch 2 #74

merged 4 commits into from
Dec 17, 2019

Commits on May 19, 2019

  1. avoid NPE

    fix for PDF with "CIDFontType2" font failed to renderer due to NPE since the "FontName" is null katjas#73
    BennyZ8 authored May 19, 2019
    Configuration menu
    Copy the full SHA
    1ffbc91 View commit details
    Browse the repository at this point in the history
  2. alternative usage in case of CIDFontType2

    in case of CIDFontType2 and ontFile2 = null 
    it prefer to use the CIDFontType0 that have the extra handling of ToUnicode, if found in the fontObj
    BennyZ8 authored May 19, 2019
    Configuration menu
    Copy the full SHA
    9d0167b View commit details
    Browse the repository at this point in the history
  3. try to find the name by the char

    in case the glyph name is empty try to find the name by char
    BennyZ8 authored May 19, 2019
    Configuration menu
    Copy the full SHA
    82d5250 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Update PDFFile.java

    BennyZ8 authored May 30, 2019
    Configuration menu
    Copy the full SHA
    c86f731 View commit details
    Browse the repository at this point in the history