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

ENH: Added command update-offsets to adjust offsets and lengths. #15

Merged
merged 22 commits into from
Nov 7, 2024

Commits on Nov 4, 2024

  1. ENH: Added command update-offsets to adjust offsets and lengths.

    This command adjusts /Length-entries of stream objects and the xref-offsets
    in simple PDF files (ASCII only, one xref section only).
    srogmann authored and Cimon Lucas (LCM) committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b18c8e0 View commit details
    Browse the repository at this point in the history
  2. BUG: Clear stream-length at new object.

    srogmann authored and Cimon Lucas (LCM) committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    25f0ccd View commit details
    Browse the repository at this point in the history
  3. DEV: Logging migrated from Python's built-in logging to .

    srogmann authored and Cimon Lucas (LCM) committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d8f6669 View commit details
    Browse the repository at this point in the history
  4. TST: Added test of update-offsets using hello.pdf.

    srogmann authored and Cimon Lucas (LCM) committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    37b9b9d View commit details
    Browse the repository at this point in the history
  5. MAINT: Regex uppercase module constants.

    srogmann authored and Cimon Lucas (LCM) committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    be39e9b View commit details
    Browse the repository at this point in the history
  6. DOC: Add update-offsets command

    srogmann authored and Cimon Lucas (LCM) committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    2465ffe View commit details
    Browse the repository at this point in the history
  7. MAINT: Added suggested help-attribute.

    srogmann authored and Cimon Lucas (LCM) committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8838ca5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3429c2f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    10ce504 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9b0138a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. TST: Renamed test PDF file..

    Co-authored-by: Lucas Cimon <925560+Lucas-C@users.noreply.github.com>
    srogmann and Lucas-C authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e0a32ff View commit details
    Browse the repository at this point in the history
  2. TST: Renamed test PDF file.

    srogmann committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    4f003e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47b16d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd1be3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9146897 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d72f5a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    657955b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    5c3b92c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68a352f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51ed725 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3a6c88 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Pleasing mypy & typing imports under Python 3.8

    Cimon Lucas (LCM) committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    fc42eb4 View commit details
    Browse the repository at this point in the history