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

Allow uints(PdfUInteger) when calling ReadInt to support some encrypted file header reading #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 5, 2019

  1. Allow uints(PdfUInteger) when calling ReadInt to support some encrypt…

    …ed file header reading.
    
        This allows reading of uints by ReadInt and converts them to negative integers. This allows for reading some headers with other encryption options, even if we don't support that encryption type (useful if pdf still has read access without). Should not break most existing code unless code expected an exception for reading uints and was catching it.
    mitchcapper committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    d1f59f3 View commit details
    Browse the repository at this point in the history