This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Markdown-Pdf.
Summary
Markdown-pdf settings
- Assembly
- Cake
.Markdown-Pdf .dll - Namespace
- Cake
.Markdown_Pdf - Base Types
-
- ToolSettings
graph BT
Type-->Base0["ToolSettings"]
Type["MarkdownPdfRunnerSettings"]
class Type type-node
Syntax
public class MarkdownPdfRunnerSettings : ToolSettings
Constructors
Name | Summary |
---|---|
Markdown |
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
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|
UseWorkingDirectory |
Markdown |
Set the working directory context from where the markdown-pdf command will run
Requires the Cake.Markdown-Pdf addin
|
WithCssPath |
Markdown |
Path to custom CSS file
Requires the Cake.Markdown-Pdf addin
|
WithFilePath |
Markdown |
Path of the markdown file to convert
Requires the Cake.Markdown-Pdf addin
|
WithHelp |
Markdown |
output usage information
Requires the Cake.Markdown-Pdf addin
|
WithHighlightCssPath |
Markdown |
Path to custom highlight-CSS file
Requires the Cake.Markdown-Pdf addin
|
WithLoadTimeout |
Markdown |
Timeout before the page is rendered in case `page.onLoadFinished` isn't fired
Requires the Cake.Markdown-Pdf addin
|
WithOrientation |
Markdown |
'portrait' or 'landscape'
Requires the Cake.Markdown-Pdf addin
|
WithOutFilePath |
Markdown |
Path of where to save the PDF
Requires the Cake.Markdown-Pdf addin
|
WithPaperBorder |
Markdown |
Supported dimension units are: 'mm', 'cm', 'in', 'px'
Requires the Cake.Markdown-Pdf addin
|
WithPaperFormat |
Markdown |
'A3', 'A4', 'A5', 'Legal', 'Letter' or 'Tabloid'
Requires the Cake.Markdown-Pdf addin
|
WithPhantomPath |
Markdown |
Path to phantom binary
Requires the Cake.Markdown-Pdf addin
|
With |
Markdown |
Options to pass to Remarkable
Requires the Cake.Markdown-Pdf addin
|
WithRenderDelay |
Markdown |
Delay before rendering the PDF
Requires the Cake.Markdown-Pdf addin
|
WithRunningsPath |
Markdown |
Path to runnings (header, footer)
Requires the Cake.Markdown-Pdf addin
|
WithVersion |
Markdown |
output the version number
Requires the Cake.Markdown-Pdf addin
|