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