awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Browser-Based Document Engines · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesBrowser-Based Document Engines

Frameworks and libraries that enable the creation of documents directly within the client-side environment.

Distinguishing note: Focuses on client-side execution for document generation, distinct from server-side rendering.

Explore 1 awesome GitHub repository matching web development · Browser-Based Document Engines. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Browser-Based Document Engines

Awesome Browser-Based Document Engines GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • parallax/jsPDF

    parallax/jsPDF

    31,130View on GitHub↗

    jsPDF is a document creation engine designed to generate professional PDF files through a unified programming interface. It functions as a cross-platform graphics library that enables the programmatic assembly of data into structured layouts, supporting both client-side generation within web browsers and server-side rendering in backend environments. The library utilizes a canvas-based drawing API that translates high-level geometric and text instructions into standardized PDF vector primitives. By employing a cross-platform runtime abstraction, it decouples document generation logic from env

    Creating downloadable PDF reports or documents directly within the user's browser without requiring a round trip to a server.

    JavaScripthacktoberfest
    31,130View on GitHub↗