Closed Lucas-C closed 3 weeks ago
We have identified that pdfly cat, when used to extract pages from a PDF document, produces documents that still contains extra images stored in it (but not visible).
pdfly cat
We already have a unit test with a check that reveals this bug: https://github.com/py-pdf/pdfly/blob/main/tests/test_cat.py#L89
We should find a way to fix this. This may mean to fix an underlying bug in pypdf.
pypdf
This has been fixed by https://github.com/py-pdf/pdfly/pull/45
We have identified that
pdfly cat
, when used to extract pages from a PDF document, produces documents that still contains extra images stored in it (but not visible).We already have a unit test with a check that reveals this bug: https://github.com/py-pdf/pdfly/blob/main/tests/test_cat.py#L89
We should find a way to fix this. This may mean to fix an underlying bug in
pypdf
.