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: compress pdf files merging identical objects #2795

Merged
merged 19 commits into from
Aug 13, 2024

Commits on Aug 11, 2024

  1. ENH: compress pdf files merging identical objects

    add compress_identical_objects()
    discovered in py-pdf#2728
    closes py-pdf#2794
    closes py-pdf#2768
    pubpub-zz committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    8d30c88 View commit details
    Browse the repository at this point in the history
  2. pre-commit error reported

    pubpub-zz committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    86fd7c7 View commit details
    Browse the repository at this point in the history
  3. oups

    pubpub-zz committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    f91f131 View commit details
    Browse the repository at this point in the history
  4. doc

    pubpub-zz committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    db67c0b View commit details
    Browse the repository at this point in the history
  5. WIP on iss2794

    pubpub-zz committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    5bad76c View commit details
    Browse the repository at this point in the history
  6. add remove_orphans + test

    pubpub-zz committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    bd4b672 View commit details
    Browse the repository at this point in the history
  7. doc + coverage

    pubpub-zz committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    380233b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. improve wording

    stefan6419846 authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    33c0d47 View commit details
    Browse the repository at this point in the history
  2. Update pypdf/_writer.py

    Co-authored-by: Stefan <96178532+stefan6419846@users.noreply.github.com>
    pubpub-zz and stefan6419846 authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    661ae64 View commit details
    Browse the repository at this point in the history
  3. from review

    pubpub-zz authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    e51ba8c View commit details
    Browse the repository at this point in the history
  4. aftermath from review

    pubpub-zz authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8d33a69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6659df View commit details
    Browse the repository at this point in the history
  6. fix

    pubpub-zz authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    ab2f2ae View commit details
    Browse the repository at this point in the history
  7. fix

    pubpub-zz authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    892ffd3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    51493e3 View commit details
    Browse the repository at this point in the history
  9. Update file-size.md

    pubpub-zz authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8a6f3bd View commit details
    Browse the repository at this point in the history
  10. Update test_writer.py

    pubpub-zz authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    361a291 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    185bddc View commit details
    Browse the repository at this point in the history
  2. improve docs

    stefan6419846 authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6b5e305 View commit details
    Browse the repository at this point in the history