-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Description
I was trying to compress a PDF this morning, and it didn't really work.
Turns out, the issue was already identified and fixed in #160, but since I'm using pdfsizeopt in Docker and #171 is waiting, I was just using an old version.
Is there anything I can do to help?
As a workaround, this is what I did to make it work:
- Run a Docker container:
docker run --rm -it -v "$PWD:/workdir" --platform linux/amd64 ubuntu - Install
wgetin it:apt update && apt install wget - Follow the installation instructions for Linux
Metadata
Metadata
Assignees
Labels
No labels