Skip to content

Conversation

@robertkearns
Copy link
Contributor

Fixes #1927

@MartinThoma MartinThoma merged commit 014de9b into py-pdf:main Jun 30, 2023
@MartinThoma
Copy link
Member

MartinThoma commented Jun 30, 2023

Thank you for the awesome first contribution 👏 🤗 (issue description + pointing to the PDF specs + PR + test within the PR + "atomic" change which is only about one issue) That was good work!

I just merged it into main. The release of a new version of pypdf to PyPI will happen either tomorrow or on Sunday. Then your change can be used :-)

If you want, I can add you to https://pypdf.readthedocs.io/en/latest/meta/CONTRIBUTORS.html :-)

MartinThoma added a commit that referenced this pull request Jul 2, 2023
New Features (ENH):
-  Add AES support for encrypting PDF files (#1918, #1935, #1936, #1938)
-  Add page deletion feature to PdfWriter (#1843)

Bug Fixes (BUG):
-  PdfReader.get_fields() attempts to delete non-existing index "/Off" (#1933)
-  Remove unused objects when cloning_from (#1926)
-  Add the TK.SIZE into the trailer (#1911)
-  add_named_destination() maintains named destination list sort order (#1930)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PdfWriter.add_named_destination() does not maintain the name tree sort order

2 participants