Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

pypdf

Develop and maintain pypdf, the Python-only library for reading and manipulating PDF documents
Collective - Host: opensource - https://opencollective.com/pypdf - Code: https://github.com/py-pdf/pypdf

BUG: Fix incorrect tm_matrix in call to visitor_text (#2060)

Supply the old tm_matrix when flushing out `text` to the `visitor_text`
in `crlf_space_check`. ...

github.com/py-pdf/pypdf - 4458dc60204c388185db119147d946c280b80a9b authored about 1 year ago by troethe <[email protected]>
BUG: Writing German characters into form fields (#2047)

closes #2035
closes #2021

github.com/py-pdf/pypdf - 46ac7ad69ed4f11072a3e3038de04a16f07a8708 authored about 1 year ago by pubpub-zz <[email protected]>
BUG: Prevent stall when accessing image in corrupted pdf (#2081)

Closes #2077

github.com/py-pdf/pypdf - fb4f466ed9bd148d9677658c00e69bd8fc4fb3b5 authored about 1 year ago by pubpub-zz <[email protected]>
ROB: Cope with xref not followed by separator (#2083)

Closes #2082

github.com/py-pdf/pypdf - 243fd9cc519f734c2e15389d27405d2944c3bc19 authored about 1 year ago by pubpub-zz <[email protected]>
BUG: append() fails when articles do not have /T (#2080)

/T is optional

Closes #2078

github.com/py-pdf/pypdf - f70dfad9dfe61998a48e73d838487c2cf6b9b67e authored about 1 year ago by pubpub-zz <[email protected]>
PI: optimize _decode_png_prediction (#2068)

this commit makes tests/test_page.py::test_image_new_property cost from 8.98s to 5.69s on my mac...

github.com/py-pdf/pypdf - f0781db400eb46a5cc80d4c2b43763afd116f5a8 authored over 1 year ago by exiledkingcc <[email protected]>
TST: Allow benchmark to download file (#2076)

github.com/py-pdf/pypdf - ff89ea3227e7ceb2c7332fca611b6a2cf5ef367e authored over 1 year ago by Martin Thoma <[email protected]>
TST: Add test_image_new_property benchmark (#2074)

github.com/py-pdf/pypdf - e81fbaefab18a5a9118f31eac6580824622b6ec6 authored over 1 year ago by Martin Thoma <[email protected]>
MAINT: Use image_similarity function (#2073)

Rename get_pdf_from_url to get_data_from_url

github.com/py-pdf/pypdf - f9d25e63e46fb16a3dc7d80d89674805b32179c0 authored over 1 year ago by Martin Thoma <[email protected]>
TST: Compare extracted images against ground truth (#2072)

A function `image_similarity` was introduced which quantifies visual similarities of two images ...

github.com/py-pdf/pypdf - 82e86813901ed1b32d2ec4f5bf38ddd6073f959d authored over 1 year ago by Martin Thoma <[email protected]>
MAINT: Move tests for images to own module (#2071)

github.com/py-pdf/pypdf - aad26dd6b4aa13089872df3e0f9edd57e9d20193 authored over 1 year ago by Martin Thoma <[email protected]>
MAINT: Remove broken test (#2069)

github.com/py-pdf/pypdf - 3f18d77c244c975fdd268698df4a447af4315a53 authored over 1 year ago by Martin Thoma <[email protected]>
TST: Use test parametrization for reading text (#2067)

github.com/py-pdf/pypdf - d4edf2c988e30d879ac65df5e952a3daa0ea6d98 authored over 1 year ago by Martin Thoma <[email protected]>
REL: 3.15.0

### New Features (ENH)
- Add `level` parameter to compress_content_streams (#2044)
- Process /...

github.com/py-pdf/pypdf - 91391b18bb8ec9e6e561e2795d988e8634a01a50 authored over 1 year ago by Martin Thoma <[email protected]>
BUG: Fix AnnotationBuilder.link (#2066)

The object was not updating itself, but a temporary variable in it

Closes #2058

github.com/py-pdf/pypdf - 7e9292c30ed445ac7eb3132914e7e3b4c7df0645 authored over 1 year ago by Martin Thoma <[email protected]>
BUG: JPX image without ColorSpace (#2062)

Closes #2061

github.com/py-pdf/pypdf - 0987346bb145e97b11b9ecebed8aff9f5206a75c authored over 1 year ago by pubpub-zz <[email protected]>
DOC: Typo in file size docs (#2063)

github.com/py-pdf/pypdf - 156df859480366f7f61bbff8b7dd0848f501bf70 authored over 1 year ago by Stefan <[email protected]>
DOC: Post-processing page (#2052)

Closes #2046

github.com/py-pdf/pypdf - c04a6bba997d353dbe4efe160596472d36c07604 authored over 1 year ago by Martin Thoma <[email protected]>
CHANGE: cryptography as primary dependency (#2053)

Comparison of the cryptography and PyCryptoDome libraries:

| | cryptography | ...

github.com/py-pdf/pypdf - edb38a38a24a33e12c76734f25cea51ff917bae9 authored over 1 year ago by exiledkingcc <[email protected]>
ENH: Add `level` parameter to compress_content_streams (#2044)

Provide more options / details on how to reduce the file size with compression.

See #1910

...

github.com/py-pdf/pypdf - e3707a17df246c4b045ceb152bfaba7d8aabc813 authored over 1 year ago by Martin Thoma <[email protected]>
BUG: Added check for field /Info when cloning reader document (#2055)

Added check for optional field /Info in document root when cloning reader document.

Fixes iss...

github.com/py-pdf/pypdf - 34b58c8ade4b47fa0abf6fa6795d3d5c151661bb authored over 1 year ago by mnmtz <[email protected]>
ENH: Process /uniHHHH for text_extract (#2043)

`/uniHHHH` (H is a hexadecimal) glyphs seems to be generated in LaTeX but is ok for other charac...

github.com/py-pdf/pypdf - 534c7b4bf7052c103d94e5761631979e23411e39 authored over 1 year ago by pubpub-zz <[email protected]>
BUG: Fix indexed/CMYK images (#2039)

Closes #2030

Once https://github.com/python-pillow/Pillow/issues/7309 we can update the TODO

github.com/py-pdf/pypdf - f617f6970b0392b099e36b745bad39410ed19703 authored over 1 year ago by pubpub-zz <[email protected]>
MAINT: Remove dead configuration from setup.cfg (#2040)

Now that we use `flit` for building the packages, we have the `pyproject.toml` as the ground tru...

github.com/py-pdf/pypdf - 3189c4d8ff651c80f7ed62f8c532e349dff4e793 authored over 1 year ago by Martin Thoma <[email protected]>
REL: 3.14.0

## What's new

### New Features (ENH)
- Accelerate image list keys generation (#2014)
- Use `c...

github.com/py-pdf/pypdf - 29a29fed96347f2404429540a1d0f73ab93a51ac authored over 1 year ago by Martin Thoma <[email protected]>
BUG: Add RunLengthDecode filter (#2012)

Closes #2011

github.com/py-pdf/pypdf - 3d7206ceca3eec4ededfbb16fd4131087a75e180 authored over 1 year ago by pubpub-zz <[email protected]>
BUG: Process /Separation ColorSpace (#2007)

Closes #1955

github.com/py-pdf/pypdf - 6b70364a7d6566073cbe8b051b9d4c187ac3aa66 authored over 1 year ago by pubpub-zz <[email protected]>
ROB: Cope with garbage collector during cloning (#1841)

Fixes #1788

github.com/py-pdf/pypdf - 818855335da85f98d87326c054ac744efc00a0ec authored over 1 year ago by pubpub-zz <[email protected]>
MAINT: Cleanup of annotations (#1745)

The goal of this PR is to create a more intuitive interface for creating annotations. The Annota...

github.com/py-pdf/pypdf - abd2673e4463ec1d02ab244b4bce9331dec99182 authored over 1 year ago by Martin Thoma <[email protected]>
MAINT: Add Python 3.12 support (#2037)

See:

* https://github.com/actions/python-versions/releases/
* https://pypi.org/classifiers/
...

github.com/py-pdf/pypdf - 8abd34aae9d4ad2cf32787024979781ea5d0656b authored over 1 year ago by Martin Thoma <[email protected]>
ENH: Accelerate image list keys generation (#2014)

Iterating over the images of `009-pdflatex-geotopo/GeoTopo-komprimiert.pdf` was around 2.88s bef...

github.com/py-pdf/pypdf - 94f23f9b23ba3d3c0abfc3bf380221708bc881b3 authored over 1 year ago by pubpub-zz <[email protected]>
ENH: Use `cryptography` for encryption/decryption as a fallback for PyCryptodome (#2000)

Use the [`cryptography` package](https://pypi.org/project/cryptography/) (maintained by the Pyth...

github.com/py-pdf/pypdf - 277643f0bf9892790e61f5369108a78dbef7e37f authored over 1 year ago by exiledkingcc <[email protected]>
BUG: Handle single element ColorSpace list (#2026)

Fixes #2023

github.com/py-pdf/pypdf - 0a9055da2df66c80eabfa3ef6d35a90953a5b84d authored over 1 year ago by pubpub-zz <[email protected]>
STY: Fix typo in issue template (#2029)

github.com/py-pdf/pypdf - 0b85bce9bfc191c048e72b0a383a96dfd782293f authored over 1 year ago by Stefan <[email protected]>
ENH: Extract LaTeX characters (#2016)

note: code clean up removed duplicates from adobe_glyphs

Closes #2009

github.com/py-pdf/pypdf - a327df6cdf5ff00110f082877360f9ce8526f3dd authored over 1 year ago by pubpub-zz <[email protected]>
MAINT: Add minimum Pillow version requirement (#2022)

pypdf uses the `formats` option for `Image.open`, which is not available before Pillow 8.0.0

...

github.com/py-pdf/pypdf - ff884c0ddb28d572e7e9b3c94062011e93dee8f3 authored over 1 year ago by Stefan <[email protected]>
ENH: ASCIIHexDecode.decode now returns bytes instead of str (#1994)

Please note that this is potentially backwards-incompatible!

This also fixes a bug.

Closes...

github.com/py-pdf/pypdf - 11ee6480a3f795d770da89944f32a977e3c110e2 authored over 1 year ago by pubpub-zz <[email protected]>
BUG: Process lookup decoded as TextStringObjects (#2008)

Closes #1982

github.com/py-pdf/pypdf - 890c93aeeec1deca91809eeb28c1ee997abb082e authored over 1 year ago by pubpub-zz <[email protected]>
REL: 3.13.0

New Features (ENH):
- Add is_open in outlines in PdfReader and PdfWriter (#1960)

Bug Fixes (BU...

github.com/py-pdf/pypdf - 74f81752093788dbe9933ac56c924858a3eed048 authored over 1 year ago by Martin Thoma <[email protected]>
MAINT: Update packages + ruff (#2006)

github.com/py-pdf/pypdf - 271945bda6ecae27f71144ca0baca0d85e1e7b04 authored over 1 year ago by Martin Thoma <[email protected]>
BUG: Search /DA in hierarchy fields (#2002)

Closes #1997

github.com/py-pdf/pypdf - dcf997a028e993b215457c5629cb4e78186e11c0 authored over 1 year ago by pubpub-zz <[email protected]>
DEV: Add mypy to pre-commit (#2001)

github.com/py-pdf/pypdf - 524ddf905bb4569eb3383b82bbc4a7523198cb1d authored over 1 year ago by pubpub-zz <[email protected]>
BUG: Cope with different ISO date length (#1999)

Ensure compatibility with all optional date field formats as specified in the PDF 1.7 specifica...

github.com/py-pdf/pypdf - 965b98e6251f918e1516feebdae05b5858057a9f authored over 1 year ago by pubpub-zz <[email protected]>
DEV: Use softprops/action-gh-release@v1 (#1991)

Get rid of deprecation warnings

github.com/py-pdf/pypdf - b0cf83006dfab5b059b7f13d6c58c00c79786084 authored over 1 year ago by Martin Thoma <[email protected]>
ENH: Add is_open in outlines in PdfReader and PdfWriter (#1960)

Closes #1922

github.com/py-pdf/pypdf - 8c1095a9416429ed23beeed50d71348e3d73f931 authored over 1 year ago by pubpub-zz <[email protected]>
DEV: Add body to created GitHub release (#1985)

PR fixes that new GitHub releases were lacking a body, where this was due to the fact that we we...

github.com/py-pdf/pypdf - 6df64af3ec22eebe52590f975b2a9bba6e497176 authored over 1 year ago by Matthew Peveler <[email protected]>
BUG: Decode Black only/CMYK deviceN images (#1984)

Closes #1979

github.com/py-pdf/pypdf - 85ca63e87ca94a550957bd66fe58844cf084e118 authored over 1 year ago by pubpub-zz <[email protected]>
BUG: Process CMYK in deflate images (#1977)

Closes #1954

github.com/py-pdf/pypdf - c2a741e968da1b4d7195a7924ba62a9445f825e4 authored over 1 year ago by pubpub-zz <[email protected]>
REL: 3.12.2

Bug Fixes (BUG):
- Accept calRGB and calGray color_spaces (#1968)
- Process 2bits and 4bits im...

github.com/py-pdf/pypdf - 1d16ca5d508439faac9e38bcdd84c0fc351a2909 authored over 1 year ago by Martin Thoma <[email protected]>
DEV: Automate the release process (#1970)

This PR has two goals:

* Ensure that I, as a maintainer, do releases more consistently and wi...

github.com/py-pdf/pypdf - 21e4a75765f4cd75fb2019888ed85563e42f5f2c authored over 1 year ago by Martin Thoma <[email protected]>
BUG: Accept calRGB and calGray color_spaces (#1968)

Fixes #1956

github.com/py-pdf/pypdf - 35be391b8d1353e0c810814eedd47db4d2c66044 authored over 1 year ago by pubpub-zz <[email protected]>
BUG: Process 2bits and 4bits images (#1967)

Closes #1954

github.com/py-pdf/pypdf - c864f4e903084be77a408d8d3cce46b128df9f68 authored over 1 year ago by pubpub-zz <[email protected]>
STY: Fix issues found by ruff (#1969)

github.com/py-pdf/pypdf - e89780971679285e9510fe862e1e4b9c787648a1 authored over 1 year ago by Martin Thoma <[email protected]>
BUG: Check for AcroForm and ensure it is not None (#1965)

github.com/py-pdf/pypdf - 052f8ac4c32b6153070baea262bd70359820fb1f authored over 1 year ago by Nick Downs <[email protected]>
DOC: Add ArkieCoder for #1953 as a contributor

github.com/py-pdf/pypdf - 1bec5a3a6aba5bd65a27bc141c4f262e55493b04 authored over 1 year ago by Martin Thoma <[email protected]>
REL: 3.12.1

Bug Fixes (BUG):
- Prevent updating page contents after merging page (stamping/watermarking) (#...

github.com/py-pdf/pypdf - 2b6941b625fe741f31034cfa4ae94cf47687f89e authored over 1 year ago by Martin Thoma <[email protected]>
BUG: Prevent updating page contents after merging page (stamping/watermarking) (#1952)

ENH: Add the`over` parameter to `merge_page`

closes #1951
closes #1953

github.com/py-pdf/pypdf - abd8342083bb9d70ebc8e676a1cdf71043ab14df authored over 1 year ago by pubpub-zz <[email protected]>
BUG: % to be hex encoded in names (#1958)

Closes #1925

github.com/py-pdf/pypdf - 654be9d37beccda4cf22a01385b7073544258f10 authored over 1 year ago by pubpub-zz <[email protected]>
BUG: Inverse color in CMYK images (#1947)

Closes #1895

CMYK image without decode requires reverting scale (see PDF 1.7 spec, p243, §2, ...

github.com/py-pdf/pypdf - 8753663ce2cf2344eaa9a4083ea66df2a1045439 authored over 1 year ago by pubpub-zz <[email protected]>
BUG: Dates conversion not working with Z00'00' (#1946)

Closes #1943

github.com/py-pdf/pypdf - c239073d64b3c21b1737f4c15267038c6387710d authored over 1 year ago by pubpub-zz <[email protected]>
BUG: Support UTF-16-LE Strings (#1884)

Fixes #1838

github.com/py-pdf/pypdf - 29c79fc636ea16cddf0712ce41234d73626fd8de authored over 1 year ago by Adam Johnson <[email protected]>
REL: 3.12.0

New Features (ENH):
- Add AES support for encrypting PDF files (#1918, #1935, #1936, #1938)
- ...

github.com/py-pdf/pypdf - 8963a5705af0cb70cc267b933d2ee74a862c65bb authored over 1 year ago by Martin Thoma <[email protected]>
DOC: Update notes on cryptography (#1938)

Closes #1754

github.com/py-pdf/pypdf - e5ec4f238411ebd57574e7d7b6ed4ee59dadf4fe authored over 1 year ago by Martin Thoma <[email protected]>
MAINT: Deprecate the encryption_key parameter of write_to_stream (#1936)

* MAINT: Deprecate the encryption_key parameter of write_to_stream

Partially taken from #1816...

github.com/py-pdf/pypdf - 2b47d9ae323c023c1a62deb55157db17513fe5ad authored over 1 year ago by Martin Thoma <[email protected]>
MAINT: Remove private _security submodule (#1935)

This PR was made to avoid breaking changes the original PR introduced.
We want to remove the ou...

github.com/py-pdf/pypdf - c3279f7604cdb5a075f1458c2fc2460855267a5b authored over 1 year ago by Martin Thoma <[email protected]>
ENH: Add AES support for encrypting PDF files (#1918)

* PdfWriter.encrypt: Add 'algorithm' parameter
* PdfWriter: Add _encryption property
* PdfWrit...

github.com/py-pdf/pypdf - 71be38bf5ef9684ab94dbf728b5e10f80acd9c00 authored over 1 year ago by Martin Thoma <[email protected]>
BUG: PdfReader.get_fields() attempts to delete non-existing index "/Off" (#1933)

github.com/py-pdf/pypdf - 44790c43fb7e7ec088cd8d45df877802fcf38033 authored over 1 year ago by dmjohnsson23 <[email protected]>
Bug: add_named_destination() maintains named destination list sort order (#1930)

To quote the "Table 36 – Entries in a name tree node dictionary" the part about the `Names` key:...

github.com/py-pdf/pypdf - 014de9bd84d485b1862c9da80ac503bc8f7d27e7 authored over 1 year ago by Robert Kearns <[email protected]>
BUG: Remove unused objects when cloning_from (#1926)

Closes #1923

github.com/py-pdf/pypdf - d4ff6fc1e715bd551ee6824da478710eb9a5cefe authored over 1 year ago by pubpub-zz <[email protected]>
ENH: Add page deletion feature to PdfWriter (#1843)

Note: This does not delete the objects from the PDF, just the page entry

github.com/py-pdf/pypdf - 115fbfc80aa3dfe61b07da7e1b251360febee56b authored over 1 year ago by pubpub-zz <[email protected]>
DOC: Clarify which requirements file is needed to run the tests (#1931)

github.com/py-pdf/pypdf - 21ce64584b605d243d2bb983508e90172f4c2278 authored over 1 year ago by Robert Kearns <[email protected]>
DOC: Fix typo in cropping-and-transforming.md (#1921)

github.com/py-pdf/pypdf - ee5e303997cb8b1ab946a8f7dd47a0440ee20e41 authored over 1 year ago by John Olheiser <[email protected]>
DOC: Add Arka Poddar for #1920 as a contributor

github.com/py-pdf/pypdf - 8826e9c5bf218043d96c0c75f891d1a701b58051 authored over 1 year ago by Martin Thoma <[email protected]>
BUG: Add the TK.SIZE into the trailer (#1911)

Closes #1901

github.com/py-pdf/pypdf - fcf5cca30bf5b44757ef7b36d60638e8343f8b57 authored over 1 year ago by talcher <[email protected]>
DOC: Add Leodanis Pozo Ramos for #1842

github.com/py-pdf/pypdf - 896e5fb532605243edac86a65f8a26076d068eb8 authored over 1 year ago by Martin Thoma <[email protected]>
MAINT: Adjust type annotations in _rectangle.py (#1920)

The setters lower_left / lower_right / upper_left / upper_right are now consistent with the gett...

github.com/py-pdf/pypdf - 2491783e7ed103247fa9c19f40301c7337799dd5 authored over 1 year ago by Arka Poddar <[email protected]>
REL: 3.11.1

github.com/py-pdf/pypdf - 7b357c798eb92db604c329ff51d0f53961ccaf1b authored over 1 year ago by Martin Thoma <[email protected]>
BUG: Cascaded filters in image objects (#1913)

Closes #1912

github.com/py-pdf/pypdf - bd82a567a8e75e080ac2292c221ed6c9c0ead3a2 authored over 1 year ago by pubpub-zz <[email protected]>
MAINT: Prepare for adding AES support via #1816 (#1917)

* `CryptFilter.encrypt_object` implemented
* `AlgV5.generate_values` now crops the user_passwor...

github.com/py-pdf/pypdf - 34a9abf2b2a3e3bb90c9d58d03bc76eff78c097a authored over 1 year ago by Martin Thoma <[email protected]>
STY: Consistent variable names (#1916)

github.com/py-pdf/pypdf - bd904eabe689be5b4665c3d966f4dd0fa5097ff4 authored over 1 year ago by Martin Thoma <[email protected]>
BUG: Append pdf with named destination using numbers for pages (#1858)

The issue was with named destination using numbers instead of indirect object to point pages. Th...

github.com/py-pdf/pypdf - b1fa953bf7585e799c1541fd4bd5b0b8daa247bc authored over 1 year ago by pubpub-zz <[email protected]>
BUG: ignore "/B" fields only on pages in PdfWriter.append() (#1875)

Add capability to limit ignore_fields propagation during cloning process

Closes #1862

github.com/py-pdf/pypdf - e611f91443c1af5741ab9ace47489d1386585c54 authored over 1 year ago by pubpub-zz <[email protected]>
REL: 3.11.0

New Features (ENH):
- Add page_number property (#1856)

Bug Fixes (BUG):
- File expansion when ...

github.com/py-pdf/pypdf - cd4c9d8af3d5d5d86210dfe7e9d519d6c2619a4f authored over 1 year ago by Martin Thoma <[email protected]>
BUG: File expansion when updating with Page Contents (#1906)

Closes #1897

github.com/py-pdf/pypdf - fca29c7ef692b73080a72f3e80bb131b1d47b904 authored over 1 year ago by pubpub-zz <[email protected]>
TST: Increase coverage when extracting text (#1908)

github.com/py-pdf/pypdf - 72dbc9f89641ba374f0606275b91ddd718974074 authored over 1 year ago by pubpub-zz <[email protected]>
MAINT: Add fpdf2 to ci-3.11.txt

github.com/py-pdf/pypdf - 449b8e583e742dca0290d46ac71ab51564a3df8f authored over 1 year ago by Martin Thoma <[email protected]>
TST: Add test for #1897 (#1907)

github.com/py-pdf/pypdf - 64960ad7c5f07af6fd2e132be4b99fbbb2cb526a authored over 1 year ago by Martin Thoma <[email protected]>
DOC: Demonstrate image quality reduction (#1894)

github.com/py-pdf/pypdf - ab42636e542388a0258d9f05ec18856df63e4457 authored over 1 year ago by Martin Thoma <[email protected]>
ENH: Add page_number property (#1856)

The property returns "-1" if the page is not attached to a document.

This behavior is chosen ...

github.com/py-pdf/pypdf - 8938d982d02b07ae6ae500c0d984d0f33af19bd2 authored over 1 year ago by pubpub-zz <[email protected]>
DOC: Added harshhes for #1886 as a contributor

github.com/py-pdf/pypdf - 639206a8ef5945117ebbaf56333be82d96f9f161 authored over 1 year ago by Martin Thoma <[email protected]>
DOC: Add Miguel Grillo as Contributor

github.com/py-pdf/pypdf - 45efa7781e69b3663d0784cc70b447430be5ddf4 authored over 1 year ago by Martin Thoma <[email protected]>
MAINT: Simplify bytes hex (#1888)

github.com/py-pdf/pypdf - 6c1dbf51de07562e6c47fd722266b5a32006302e authored over 1 year ago by exiledkingcc <[email protected]>
FIX : missing Alternate in indexed/ICCbased colorspaces (#1896)

applies the same solution as for original ICCbased

Fixes #1893

github.com/py-pdf/pypdf - e3bbf844c3705e5d263a484391328d6752879c29 authored over 1 year ago by pubpub-zz <[email protected]>
TST: Add failing test for KeyError: '/Alternate' (#1892)

github.com/py-pdf/pypdf - 4463465611ea2753b506cdf982066272602014ec authored over 1 year ago by Martin Thoma <[email protected]>
REL: 3.10.0

New Features (ENH):
- Extraction of inline images (#1850)
- Add capability to replace image (#...

github.com/py-pdf/pypdf - 303736b221b3ddef35b970266319ecd40605a599 authored over 1 year ago by Martin Thoma <[email protected]>
DOC: Apply blacken-docs

github.com/py-pdf/pypdf - 3fc0c48be6440e196e2eaeb59323de12061234a3 authored over 1 year ago by Martin Thoma <[email protected]>
DOC: Remove duplicated word (#1886)

github.com/py-pdf/pypdf - 1ae52afa7b1ae6cca3e856c7a29d081ea39a8dee authored over 1 year ago by HarsH <[email protected]>
MAINT: Remove residual Python 2 code (#1887)

There are `int` and `long` in Python 2, hex a `long` value will get a suffix 'L', which is no lo...

github.com/py-pdf/pypdf - edf34677336f61d646b4657233d36caaece16476 authored over 1 year ago by exiledkingcc <[email protected]>
DOC: Add details how to write metadata (#1861)

github.com/py-pdf/pypdf - 9a2c51773e1fd1088877ff855f5ae9a1afd2eb8c authored over 1 year ago by Miguel Grillo <[email protected]>
BUG: Fix RGB FlateEncode Images(PNG) and transparency (#1834)

Take the number of colors into account for PNG images

Properly process the mask for transpare...

github.com/py-pdf/pypdf - 68e2cf0c25961f8ae5277dfc9ffa8978c00e3305 authored over 1 year ago by pubpub-zz <[email protected]>