Python-Remove-Watermark icon indicating copy to clipboard operation
Python-Remove-Watermark copied to clipboard

A simple program to remove the watermark from a PDF file.

Results 6 Python-Remove-Watermark issues
Sort by recently updated
recently updated
newest added

求助,报错: Is poppler installed and in PATH ? 在网上搜索了一番没有找到解决办法,已经按照readme安装了需要的pip包。 ``` Traceback (most recent call last): File "/Users/kasusa/Documents/GitHub/Python-Remove-Watermark/watermark.py", line 58, in images = convert_from_path('/Users/kasusa/Documents/GitHub/Python-Remove-Watermark/a.pdf') File "/Users/kasusa/Library/Python/3.9/lib/python/site-packages/pdf2image/pdf2image.py", line 98, in convert_from_path page_count...

The image order for the before and after of the pdf document makes it appear as though the file is receiving a watermark. I believe you should change the order...

像常用的jpeg/png等作为输入,移除后再储存同样的格式。

Could you please add a copy-pastable example to the readme? Which commands should one execute?

I tried [ben0i0d](https://github.com/ben0i0d) version i got two errors: ``` Traceback (most recent call last): File "C:\Users\X\AppData\Local\Programs\Python\Python38\lib\site-packages\pdf2image\pdf2image.py", line 581, in pdfinfo_from_path proc = Popen(command, env=env, stdout=PIPE, stderr=PIPE) File "C:\Users\X\AppData\Local\Programs\Python\Python38\lib\subprocess.py", line 858,...

First of all, thank you very much for the tool, but I found out during use, it's not fast enough, I used numba to speed up the process, and argparse...