Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
wkhtmltopdf /
Delete
Unzip
Name
Size
Permission
Date
Action
README.Debian
793
B
-rw-r--r--
2019-02-15 14:35
README.md
468
B
-rw-r--r--
2020-08-17 21:47
changelog.Debian.amd64.gz
251
B
-rw-r--r--
2022-09-19 06:17
changelog.Debian.gz
2.44
KB
-rw-r--r--
2022-09-19 06:17
changelog.gz
4.02
KB
-rw-r--r--
2020-08-17 21:47
copyright
2.63
KB
-rw-r--r--
2019-02-15 14:35
Save
Rename
Wkhtmltopdf without X server ---------------------------- Due to its dependency on Qt-WebKit, wkhtmltopdf requires an X11 server to run. If you want to provide an automated service or use wkhtmltopdf from a webserver, it could be convenient to use a virtual X11 server (like Xvfb). The xvfb Debian package contains a wrapper which makes it trivial: xvfb-run -- wkhtmltopdf [options] Another way (thanks to Dimitrios Zorbas on #847936) is to use the not well documented QT_QPA_* environment variables. The rendering (especially for fonts) could be uncertain but it could be useful in some cases. QT_QPA_FONTDIR=/usr/share/fonts/truetype/dejavu/ \ QT_QPA_PLATFORM=offscreen \ wkhtmltopdf [options] -- Emmanuel Bouthenot <kolter@debian.org> Tue, 27 Mar 2018 23:13:36 +0200