@mazaal-dev/piece-markdown-to-pdf
v0.1.4
Published
A piece for converting Markdown text to PDF documents.
Readme
Markdown to PDF
A piece for converting Markdown text to PDF documents.
Features
- Convert markdown text to PDF
- Customize output file name
- A4 format with standard margins
- Supports all standard markdown syntax
Actions
Markdown to PDF
Converts markdown text to a PDF document.
Inputs:
markdownText(required): The markdown content to convertfileName(optional): Name for the output PDF file (without extension). Defaults to "document"
Output:
file: URL to the generated PDF filefileName: Name of the generated PDF file
Building
Run nx build pieces-markdown-to-pdf to build the library.
