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

MAINT: indirect_ref/ido ➔ indirect_reference, dest➔ page_destination #1467

Merged
merged 17 commits into from Dec 10, 2022

Commits on Dec 2, 2022

  1. modified dest occurences and dest_ref occurences to pagedest and page…

    …dest_ref in pdfwriter.add_outline_item_destination and pdfwriter.add_named_destination_object
    kygoben committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    9d251d0 View commit details
    Browse the repository at this point in the history
  2. modified indirect_reference and id to indirect_ref in pdfreader._get_…

    …object_from_stream and pdfwriter.get_object
    kygoben committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    f59dccc View commit details
    Browse the repository at this point in the history
  3. modified pdfwriter.encrypt to use user_password and owner_password in…

    …stead of user_pwd and owner_pwd
    kygoben committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    4ea4f0e View commit details
    Browse the repository at this point in the history
  4. updated user_pwd and owner_pwd to user_password and owner_password to…

    … reflect changes to pdfWriter class
    kygoben committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    ee40afc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ef5293 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    ddc8606 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    c5af0ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdd84a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Configuration menu
    Copy the full SHA
    5729b6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d42b11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5cde4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0683c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9dafa25 View commit details
    Browse the repository at this point in the history
  6. Rename Page.indirect_reference temporarily back to Page.indirect_ref

    This change should allow me to merge this PR.
    MartinThoma committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    0701b73 View commit details
    Browse the repository at this point in the history
  7. flake8 fix

    MartinThoma committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    a8a40c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a33d1b4 View commit details
    Browse the repository at this point in the history
  9. Update PyPDF2/_writer.py

    MartinThoma committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    ea4a29d View commit details
    Browse the repository at this point in the history