Jump to content

Working with PDF in Python (merge and split)


---
 Share

Recommended Posts

Hello,

I have to merge pdfs in a script. I've tried to install pypdf2, pypdf4 and other packages with the script "Install Python Package", but it returns errors and the package doesn't install. I've tried to install both from network and from directory downloading the package from internet, but it doesn't work. How can I do, and what package can I use for working with pdfs? Thank you very much!

Link to comment
Share on other sites

Which error do you get ? In principal, it should be possible to install these wheels. The standard python pip tool is used for that purpose. 

Link to comment
Share on other sites

  • 1 year later...
 Share

×
×
  • Create New...