Run paginated export to PDF (using a given CSS) from the command line
Hi,
Is there a (simple) way to invoke from the command-line the paginated export to PDF performed by Marked 2?
I saw in some threads some proposal via an HTML export and the run of `wkpdf` or `wkhtmltopdf` yet I'm seeking a non-interactive approach suitable for an automatic generation through a Makefile.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 04 Aug, 2015 01:03 PM
No, this would have to be handled entirely by external scripts. The
multimarkdown binary can accept a CSS parameter that can then be passed
to wkpdf.
-Brett