pylovepdf icon indicating copy to clipboard operation
pylovepdf copied to clipboard

ilovepdf.com python API library

Results 7 pylovepdf issues
Sort by recently updated
recently updated
newest added

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...

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:...

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...