pyppdf
pyppdf copied to clipboard
Pyppeteer PDF. Print html sites and files to pdf via pyppeteer (uses patched pyppeteer that by default downloads updated Chromium revision via https with certifi).
I try to install the pyppdf in python 3.12.0 with pip and i have the following issue: C:\Users\Andreas>pip install pyppdf Collecting pyppdf Using cached pyppdf-0.1.2.tar.gz (26 kB) Preparing metadata (setup.py)...
After running the following command inside Debian GNU/Linux 10 (buster) docker image, I see multiple defunct processes. Each consequent run gives birth to 4 more zombies. ```pyppdf -a "{'args': ['--disable-gpu',...
Hi, Is there any way to incorporate this module into Flask Application? I tried incorporating into Flask by creating a function: ``` def render_pdf(string, filename): import pyppdf pdf = pyppdf.save_pdf(filename...
* [ ] certifi https https://github.com/miyakogi/pyppeteer/pull/189 wasn't fixed * [x] ~windows download ULR bug https://github.com/miyakogi/pyppeteer/pull/189 was fixed in 0.2.2~ * [x] ~`ping_interval=None, ping_timeout=None` https://github.com/ingmferrer/pyppeteer/pull/1/files was fixed in 0.2.2~
https://github.com/kiwi0fruit/pyppdf/blob/master/pyppdf/patch_pyppeteer/__init__.py https://chromium.woolyss.com/ https://github.com/Bugazelle/chromium-all-old-stable-versions/blob/master/chromium.stable.csv https://github.com/macchrome/winchrome/releases
Hi, Firstly thanks for this package! After having tested 4 other popular Python packages for converting HTML to PDF (and failed for some reason or another), I found this one...