Summary
Markdown-pdf command line switches
- Namespace
- Cake
.Markdown_Pdf - Base Types
-
- object
graph TD
Base0["object"]-->Type
Type["MarkdownPdfOptions"]
class Type type-node
Syntax
public static class MarkdownPdfOptions
Fields
Name | Constant Value | Summary |
---|---|---|
CssPath |
Path to custom CSS file
static
|
|
Help |
output usage information
static
|
|
HighlightCssPath |
Path to custom highlight-CSS file
static
|
|
LoadTimeout |
Timeout before the page is rendered in case `page.onLoadFinished` isn't fired
static
|
|
Orientation |
'portrait' or 'landscape'
static
|
|
OutFilePath |
Path of where to save the PDF
static
|
|
PaperBorder |
Supported dimension units are: 'mm', 'cm', 'in', 'px'
static
|
|
PaperFormat |
'A3', 'A4', 'A5', 'Legal', 'Letter' or 'Tabloid'
static
|
|
PhantomPath |
Path to phantom binary
static
|
|
RemarkableOptions |
Options to pass to Remarkable
static
|
|
RenderDelay |
Delay before rendering the PDF
static
|
|
RunningsPath |
Path to runnings (header, footer)
static
|
|
Version |
output the version number
static
|