Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.04 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.04 KB

HTML to PDF Converter

HTML to PDF Converter is a tool that converts HTML content to PDF format. This project allows users to input HTML as an HTTP request and generate a PDF document. It's built using .NET technologies with a focus on delivering fast and accurate PDF generation.

Features

  • Convert HTML to PDF: Takes HTML input and converts it into a well-formatted PDF.
  • CSS Support: Styles embedded within the HTML (via CSS) are applied in the PDF output.
  • Text and Image Handling: Supports both textual content and images within the HTML.
  • Download PDF: Users can download the generated PDF after conversion.

Tech Stack

  • .NET Core: Backend framework used to handle the HTML to PDF conversion.
  • DinkToPdf Library: A popular .NET wrapper for the wkhtmltopdf tool used for converting HTML to PDF.
  • REST API: Exposes an API for converting HTML content to PDF programmatically.

Getting Started

Prerequisites

  • .NET 6 SDK (or higher)
  • Any IDE that supports .NET development (e.g., Visual Studio, Rider)