]> 91.132.146.200 Git - insipid.git/commitdiff
init of the whole page screenshot using wkthmlimage
authorBanana <mail@bananas-playground.net>
Fri, 20 Mar 2020 19:49:25 +0000 (20:49 +0100)
committerBanana <mail@bananas-playground.net>
Fri, 20 Mar 2020 19:49:25 +0000 (20:49 +0100)
documentation/snapshots-of-linked-webpage.txt [new file with mode: 0644]

diff --git a/documentation/snapshots-of-linked-webpage.txt b/documentation/snapshots-of-linked-webpage.txt
new file mode 100644 (file)
index 0000000..7f2f277
--- /dev/null
@@ -0,0 +1,14 @@
+Whole page screenshot of a website
+
+# Requirements
+wkhtmlimage from https://wkhtmltopdf.org (tested with wkhtmltoimage 0.12.5)
+
+# Setup
+Change WKHTMLTOPDF_USE to true and alter the path WKHTMLTOPDF_COMMAND to your wkhtmltoimage install
+
+# Why wkhtmltoimage and not something newer or better?
+puppeteer is kinda overkill and the whole npm is, well, moren then that...
+https://developers.google.com/web/tools/puppeteer
+
+chromdriver and chrome was also some overkill and there was no simple
+php implementation.
\ No newline at end of file