awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesServer-Side PDF Rendering

Rendering of HTML/CSS into PDF documents on a server environment.

Distinct from Server-Side Rendering: Distinct from Server-Side Rendering: focuses on PDF output rather than generating HTML for browser consumption.

Explore 4 awesome GitHub repositories matching web development · Server-Side PDF Rendering. Refine with filters or upvote what's useful.

Awesome Server-Side PDF Rendering GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • bpampuch/pdfmakeAvatar de bpampuch

    bpampuch/pdfmake

    12,297Ver en GitHub↗

    pdfmake is a JavaScript PDF generation library and declarative document engine that transforms structured JavaScript objects into formatted PDF files. It functions as a layout engine capable of producing documents on both the client side within a web browser and on the server side using Node.js. The library utilizes a declarative approach to translate object-based document definitions into final PDFs. It distinguishes itself through a virtual layout engine that calculates element positions and page breaks and an inheritance-based style system that uses dictionaries to maintain visual consiste

    Generates PDF files on Node.js servers by converting JavaScript object definitions into downloadable documents.

    JavaScript
    Ver en GitHub↗12,297
  • kozea/weasyprintAvatar de Kozea

    Kozea/WeasyPrint

    9,288Ver en GitHub↗

    WeasyPrint is a Python-based library and layout engine that converts HTML and CSS into printable PDF documents. It functions as a CSS paged media engine, translating web technologies into formatted files for automated document generation. The project implements CSS standards for print and paginated documents, allowing for the design of layouts specifically for printed pages. This includes a specialized pagination engine used to control page breaks, headers, and footers to create professional PDF outputs. Its capability surface covers server-side PDF rendering and the programmatic conversion

    Generates PDF documents on the server using HTML and CSS instead of manual coordinate drawing.

    Python
    Ver en GitHub↗9,288
  • aliabb01/invoifyAvatar de aliabb01

    aliabb01/invoify

    6,307Ver en GitHub↗

    Invoify es una herramienta de facturación basada en navegador y generador de facturas construido con Next.js y TypeScript. Proporciona una interfaz web para diseñar, crear y gestionar documentos de facturación profesionales para clientes. La aplicación cuenta con un diseñador de facturas profesional con vistas previas en vivo y plantillas de diseño. Permite la generación directa de archivos en formato PDF e incluye un servicio de correo electrónico integrado para la entrega automatizada de facturas a los destinatarios. El sistema gestiona los datos de facturación a través del almacenamiento local del navegador y admite la exportación de información de facturas a formatos PDF, JSON y CSV para informes externos y mantenimiento de registros.

    Converts HTML templates into portable document format files on the server.

    TypeScript
    Ver en GitHub↗6,307
  • embedpdf/embed-pdf-viewerAvatar de embedpdf

    embedpdf/embed-pdf-viewer

    3,343Ver en GitHub↗

    Embed PDF Viewer is a browser-based PDF rendering library that uses a WebAssembly port of the PDFium engine to display documents entirely on the client side, with no server-side processing required. It provides a framework-agnostic core engine layer that manages the PDF document lifecycle, memory allocation, and WebAssembly resource cleanup, with dedicated integration hooks for React and Vue 3 that handle initialization, document loading, and reactive state management. The library offers both a pre-built, embeddable viewer that can be inserted into any web page with a single initialization ca

    Renders PDF pages directly in the browser using WebAssembly, eliminating server-side processing.

    TypeScriptadobe-acrobatjavascriptpdf
    Ver en GitHub↗3,343
  1. Home
  2. Web Development
  3. Server-Side PDF Rendering