Skip to content

xautiik/quill-to-pdf--vite-react

Repository files navigation

📝 Quill to PDF Export in React (Vite)

This project demonstrates how to use Quill.js (via a CDN) in a Vite + React app to create and export rich-text content as a PDF file using quill-to-pdf.

🔗 Live Demo & Editable Code:
👉 Check it out on StackBlitz 👈


🚀 Features

  • Uses Quill.js from a CDN (no need to install react-quill).
  • Initializes Quill inside a React functional component.
  • Converts the Quill Delta format to a PDF file.
  • Uses file-saver to download the exported PDF.

🛠️ Installation

Clone this repo and install dependencies:

git clone https://github.com/xautiik/quill-to-pdf--vite-react.git
cd quill-to-pdf--vite-react
npm install
npm run dev

About

Generate a PDF document from your QuillJS contents⚡️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published