markdown_2_pdf 2.0.0 copy "markdown_2_pdf: ^2.0.0" to clipboard
markdown_2_pdf: ^2.0.0 copied to clipboard

A powerful Flutter package for converting markdown content to beautifully formatted PDFs with advanced customization options, themes, and professional styling

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2024-01-01 #

Added #

  • Initial release of Markdown2PDF package
  • Support for converting markdown from HTTP URLs to PDF
  • Support for converting markdown from strings to PDF
  • Comprehensive PDF formatting with customizable styles
  • Support for all major markdown elements:
    • Headers (H1-H6)
    • Bold and italic text
    • Code blocks and inline code
    • Lists (ordered and unordered)
    • Tables
    • Blockquotes
    • Links
    • Horizontal rules
  • HTTP response handling with custom headers and timeout
  • Multiple output options:
    • Save to file
    • Get as bytes
    • Share directly
    • Print directly
  • Highly customizable PDF options
  • Beautiful default styling with professional appearance
  • Comprehensive test coverage
  • Example application demonstrating usage
  • Complete documentation and README

Features #

  • MarkdownToPdfConverter - Main conversion class
  • MarkdownSource - Abstract source class with implementations:
    • HttpMarkdownSource - For HTTP URLs
    • StringMarkdownSource - For string content
    • HttpResponseMarkdownSource - For HTTP responses
  • PdfOptions - Comprehensive PDF configuration
  • PdfStyles - Predefined styling options
  • Support for page numbers, headers, and footers
  • Customizable fonts, colors, and layouts
2
likes
140
points
85
downloads

Documentation

API reference

Publisher

verified publisherrudra0x01.xyz

Weekly Downloads

A powerful Flutter package for converting markdown content to beautifully formatted PDFs with advanced customization options, themes, and professional styling

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, http, markdown, path_provider, pdf, permission_handler, printing

More

Packages that depend on markdown_2_pdf