py-pdf / pdfly

CLI tool to extract (meta)data from PDF and manipulate PDF files
BSD 3-Clause "New" or "Revised" License
108 stars 18 forks source link

Command x2pdf missing in version installed from PyPI #36

Closed miso-belica closed 3 weeks ago

miso-belica commented 1 year ago

Hello, thank you for the library. I was trying to use a command pdfly x2pdf *.jpg -o merged.pdf but it seems the version uploaded in PyPI does not have it. Can you please release a new version with this command? Thank you

Lucas-C commented 3 weeks ago

I think this is now solved:

$ pip install pdfly

$ pdfly --version
pdfly 0.3.3
  using pypdf==4.2.0

$ pdfly --help
...
│ x2pdf            Convert one or more files to PDF. Each file is a page.
miso-belica commented 3 weeks ago

Thank you, but in the meantime I found this web app which solves everything for me. https://pdfstandalone.com/

It is set of webassembly PDF tools running locally in the browser without the need to install anything.