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.Asciidoctor.
Summary
Runs Asciidoctor PDF to convert the specified input file to PDF with the specified settings.
- Assembly
- Cake
.Asciidoctor .dll - Namespace
- Cake
.Asciidoctor - Containing Type
- AsciidoctorAliases
Syntax
public static void AsciidoctorPdf(this ICakeContext context, FilePath inputFile, AsciidoctorPdfSettings settings)
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The ICakeContext . |
inputFile | FilePath | The path of the AsciiDoc file to convert. |
settings | Asciidoctor |
Optional parameters specified as AsciidoctorPdfSettings . |
Return Value
Type | Description |
---|---|
void |