Text to PDF Converter

Convert markdown text or files into beautifully formatted PDFs with proper alignment and styling.

Supports markdown formatting: # Headings, - Lists, **bold**, *italic*, and more

Markdown Syntax Guide

# Heading 1Large main heading
## Heading 2Medium subheading
### Heading 3Small subheading
**bold text**Makes text bold
*italic text*Makes text italic
`code`Formats as code
- ItemCreates bullet points

Example:

# My Document

## Introduction
This is a paragraph.

- Point one
- Point two

### Details
More content here.