All Projects → madnight → docker-alpine-wkhtmltopdf

madnight / docker-alpine-wkhtmltopdf

Licence: MIT license
wkhtmltopdf alpine docker container with headless qt patches

Projects that are alternatives of or similar to docker-alpine-wkhtmltopdf

jsonlint
Lightweight command-line tool for validating JSON
Stars: ✭ 27 (-82%)
Mutual labels:  lightweight, mit-license
Bootstrap Cookie Alert
A simple, good looking cookie alert built for Bootstrap 3/4. No dependencies required.
Stars: ✭ 165 (+10%)
Mutual labels:  lightweight, small
Structopt
Parse command line arguments by defining a struct
Stars: ✭ 323 (+115.33%)
Mutual labels:  lightweight, mit-license
envy
envy: Deserialize environment variables into type-safe structs
Stars: ✭ 64 (-57.33%)
Mutual labels:  lightweight, mit-license
CalDOM
An agnostic, reactive & minimalist (3kb) JavaScript UI library with direct access to native DOM.
Stars: ✭ 176 (+17.33%)
Mutual labels:  lightweight, small
StringDB
StringDB is a modular, key/value pair archival DB designed to consume *tiny* amounts of ram & produce *tiny* databases.
Stars: ✭ 56 (-62.67%)
Mutual labels:  lightweight, small
Indicators
Activity Indicators for Modern C++
Stars: ✭ 1,838 (+1125.33%)
Mutual labels:  lightweight, mit-license
psched
Priority-based Task Scheduling for Modern C++
Stars: ✭ 59 (-60.67%)
Mutual labels:  lightweight, mit-license
ytmous
Anonymous Youtube Proxy
Stars: ✭ 60 (-60%)
Mutual labels:  lightweight, small
Wolff
🐺 Lightweight and easy to use framework for building web apps.
Stars: ✭ 203 (+35.33%)
Mutual labels:  lightweight, small
Wondercms
WonderCMS - fast and small flat file CMS (5 files)
Stars: ✭ 330 (+120%)
Mutual labels:  lightweight, small
flagpack
A lightweight flag icon toolkit for the web.
Stars: ✭ 51 (-66%)
Mutual labels:  lightweight, small
Redux Zero
A lightweight state container based on Redux
Stars: ✭ 1,977 (+1218%)
Mutual labels:  lightweight, small
cgol
Conway's Game of Life in the Terminal
Stars: ✭ 32 (-78.67%)
Mutual labels:  lightweight, mit-license
lexer
Hackable Lexer with UTF-8 support
Stars: ✭ 19 (-87.33%)
Mutual labels:  lightweight, mit-license
AuroraCMS
The Australian Open Source Content Management System
Stars: ✭ 13 (-91.33%)
Mutual labels:  mit-license
ios-application
A native, lightweight and secure one-time-password (OTP) client built for iOS; Raivo OTP!
Stars: ✭ 581 (+287.33%)
Mutual labels:  lightweight
lwjson
Lightweight JSON parser for embedded systems
Stars: ✭ 66 (-56%)
Mutual labels:  lightweight
Samurai
Archived: A Discord bot for BitZeny users.
Stars: ✭ 21 (-86%)
Mutual labels:  mit-license
smtpd
SMTP server (library) for receiving emails, written in pure PHP.
Stars: ✭ 94 (-37.33%)
Mutual labels:  mit-license

Alpine Wkhtmltopdf Docker Container

License: MIT Build Status

Usage

wkhtmltopdf with qt patches

yes, Alpine does have a wkhtmltopdf package... but it doesn't include the qt patches ... enjoy!

# i do it myself
docker build -t alpine-wkhtmltopdf .
docker run alpine-wkhtmltopdf google.com - > test.pdf

# i'm lazy
docker run madnight/docker-alpine-wkhtmltopdf google.com - > test.pdf

# or mount a local file (e.g. test.html)
docker run --rm -v $(pwd):/data madnight/docker-alpine-wkhtmltopdf /data/test.html - > test.pdf

Q&A

Is it really the smallest html to pdf docker image on the planet?

Yes.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].