2pdf
/!\ inactive /!\ plugin for sublime generate a pdf file for print
Details
Installs
- Total 45K
- Win 26K
- Mac 13K
- Linux 6K
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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
Summary
2pdf to generate a pdf file.
pdf file can be printed
2pdf use:
- rst2pdf https://code.google.com/p/rst2pdf/
- pil http://www.pythonware.com/products/pil/
- pygments http://pygments.org/
- reportlab http://www.reportlab.com/software/opensource/rl-toolkit/
- docutils http://docutils.sourceforge.net/
How to install
- Clone or [download] git repo into your packages folder (in ST2, find Browse Packages… menu item to open this folder)
- Restart ST2 editor (if required)
Or with Package Control:
- Run “Package Control: Add repository” and add https://github.com/fraoustin/Sublime2pdf
- Run “Package Control: Install Package” command, find and install
2pdf
plugin. - Restart ST2 editor (if required)
How to Use
click menu Selection -> ToPdf
Configure key binding
add the following line to keymap settings
{ "keys": ["ctrl+p"], "command": "to_pdf" }
Configure
stylesheet-code is stylesheet use by rst2pdf for all syntax except for the restructured syntax
stylesheet-rst is stylesheet use by rst2pdf for the restructured syntax
{
"stylesheet-code": "print.style",
"stylesheet-rst": "",
"breaklevel": 0,
"compressed": false
}
License
view license of
rst2.pdf