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.MarkdownToPdf.
Summary
Contains functionality to convert markdown to pdf files
- Assembly
- Cake
.MarkdownToPdf .dll - Namespace
- Cake
.MarkdownToPdf - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["MarkdownToPdfAliases"]
class Type type-node
Syntax
public static class MarkdownToPdfAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
MarkdownFileToPdf |
void |
Converts a markdown file to pdf file.
static
|
MarkdownToPdf |
void |
Runs Wkhtmltopdf, using
Settings for configuration.
static
|
MarkdownToPdf |
void |
Converts a markdown string to pdf file.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|