wkhtmltopdf
Convert HTML to PDF via wkhtmltopdf in Sublime Text.
Details
Installs
- Total 1K
- Win 673
- Mac 217
- Linux 171
Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
wkhtmltopdf
plug-in for Sublime Text
Convert HTML to PDF via
wkhtmltopdf
in Sublime Text.
Documentation
Plugin documentation is available via the menu or command palette.
Code of conduct
Contributing guide
Requirements
- This plug-in targets and is tested against the latest Build of Sublime Text, currently requiring
Build 4074
or later. - Install Package Control
- Close and reopen Sublime Text after having installed Package Control.
wkhtmltopdf
must be in yourPATH
!
Installation
Using Package Control required, as it keeps your packages (with their dependencies) up-to-date!
Installation via Package Control
- Open the Command Palette (
Tools > Command Palette
). - Choose
Package Control: Install Package
. - Search for
wkhtmltopdf
on Package Control and select to install.
Usage
To convert an HTML document in the active view to PDF by selecting wkhtmltopdf: Convert to PDF
use the context menu or the command palette.
Depending upon your settings this takes a while, see status bar for feedback.
Settings
Run wkhtmltopdf --extended-help
via the command line to check for available options. Adjust settings via:
Error: language “jsonc” is not supported
// Packages/User/Preferences.sublime-settings
{
"wkhtmltopdf.cmd_options": "--javascript-delay 10000 --outline-depth 8 --encoding utf-8"
}
Source Code
github.com/jrappen/sublime-wkhtmltopdf
License
see LICENSE
Issues
Please use the command palette or main menu to report an issue.