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

625 support identity cmap #626

Merged
merged 18 commits into from
Oct 13, 2021

Commits on Feb 26, 2021

  1. Merge pull request #1 from pdfminer/develop

    Fix cryptography build in travis cicd by upgrading distribution from …
    wind-chh committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    9ca295d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Merge pull request #2 from pdfminer/develop

    Use python3.9 in tox config
    wind-chh committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    f649d71 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. add support for Identity-H/V cmap fonts

    huan_cheng committed May 28, 2021
    Configuration menu
    Copy the full SHA
    84f915b View commit details
    Browse the repository at this point in the history
  2. format code to pass flake8 check

    huan_cheng committed May 28, 2021
    Configuration menu
    Copy the full SHA
    70467bc View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Remove indent

    pietermarsman committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    2a97bde View commit details
    Browse the repository at this point in the history
  2. Remove indent

    pietermarsman committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    9f7763c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36e90ce View commit details
    Browse the repository at this point in the history
  4. Use or instead of any

    pietermarsman committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    dd68ae6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a59a475 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' of https://github.com/pdfminer/pdfminer.six in…

    …to 625-support-identity-cmap
    pietermarsman committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    b6c4ece View commit details
    Browse the repository at this point in the history
  7. Merge branch '625-support-identity-cmap' of github.com:wind-chh/pdfmi…

    …ner.six into 625-support-identity-cmap
    pietermarsman committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    ed7c840 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9795edb View commit details
    Browse the repository at this point in the history
  9. Fix type of PDFCIDFont. Can be any type of CMapBase.

    This is a quick fix, the entire cmap structure does not have proper inheritance.
    pietermarsman committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    05ca3a2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    62a5791 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9f26d81 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e474598 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c0d91ef View commit details
    Browse the repository at this point in the history
  14. Remove blank line

    pietermarsman committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    0397729 View commit details
    Browse the repository at this point in the history