pylovepdf
pylovepdf copied to clipboard
ilovepdf.com python API library
I'm trying to loop over several files. When I download the pdfs and store them in a folder, they all get the same name (split_date_range.pdf), overwritting the previous files. I...
Any task other than the compress task does not work. How can i use other tasks such as 'imagepdf'?
This error shows up ModuleNotFoundError: No module named 'pylovepdf.tools.imagepdf'
Using `new_task()` with tool names as described in https://github.com/AndyCyberSec/pylovepdf#tools gives me some errors. Check [this gist](https://gist.github.com/sdelquin/e0dc721c25b194dfc11e994cca0d3cd2) out. My output is the following: ```console TOOL: imagepdf No module named 'pylovepdf.tools.imagepdf' TOOL:...
Using: `ilovepdf.new_task('imagetopdf')`
Using: `ilovepdf.new_task('officepdf')`
Hello, watermark tool works perfectly with a text mark, but it doesn't with an image: ``` from pylovepdf.tools.watermark import Watermark t = Watermark(public_key, verify_ssl=True, proxies='') t.add_file('document.pdf') t.debug = False t.image...
Hello! First at all, thanks for this amazing wrapper! Can't find the way to to rotate -90° (or 270) a PDF File, I tried with -90, 270 and 'left', any...