-
Notifications
You must be signed in to change notification settings - Fork 18
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: Add an uncompress functionality #38
Comments
Hi @3052 No, currently |
hey @MartinThoma, @Lucas-C i have tried working on this feature but i am not able to find out where you are referencing packages in pdfly? I need to add uncompress.py there |
You could intiate a new And then reference it in https://github.com/py-pdf/pdfly/blob/main/pdfly/cli.py |
@Lucas-C I have implemented the feature but i am having trouble linting it with black, my local system with black shows no need for reformatting while the CI run fails with Black error. Especially if i format it with Black then ruff results in an error and if format it with ruff then black results in error |
What is the error you are facing exactly? And what is your version of On my side:
|
From my tinkering, everything is compliant except the I dont know how but its somehow messing with black. if i use And as for the version issue with black, i used github codespaces and that solved the issue. |
Is it possible to uncompress PDF? similar to:
https://github.com/qpdf/qpdf/releases
The text was updated successfully, but these errors were encountered: