awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dompdf avatar

dompdf/dompdf

0
View on GitHub↗
11,075 stele·1,832 fork-uri·PHP·lgpl-2.1·4 vizualizăridompdf.github.io↗

Dompdf

Dompdf is a PHP library that functions as a document rendering engine, transforming HTML and CSS markup into portable document files. It operates by parsing web-based layout attributes and visual properties to generate static documents suitable for reports, invoices, or archival purposes.

The library distinguishes itself by integrating a resource-fetching pipeline that retrieves external stylesheets and images to maintain visual fidelity. It also supports the execution of server-side scripts during the document creation process, allowing for the injection of dynamic data and custom logic into the final output.

The rendering process involves converting web markup into a structured tree of geometric boxes, which are then translated into low-level vector instructions and text streams. This workflow includes calculating element dimensions, margins, and padding, as well as mapping font metrics to ensure accurate text wrapping and document flow.

Features

  • Web-to-PDF Converters - Converts web markup and styling into portable document files by parsing layout attributes and visual properties.
  • PDF Generation Libraries - Provides a server-side tool for rendering dynamic documents from web content using standard web styling and layout engines.
  • Automated Reporting Systems - Generates professional documents from web content by automatically fetching remote assets and applying consistent visual styling.
  • Document Processing Engines - Functions as a processing utility that integrates external stylesheets and images to produce accurate printable document outputs.
  • Document Processing - Converts HTML to PDF documents.
  • Dynamic Document Generators - Injects server-side logic and real-time data into templates to create personalized documents reflecting current application state.
  • PDF Rendering Primitives - Translates calculated layout trees into low-level vector instructions and text streams compatible with the portable document format.
  • HTML Layout Parsers - Converts web markup into a structured tree of geometric boxes by calculating layout properties and visual styles.
  • CSS Box Model Renderers - Calculates element dimensions, margins, and padding to map web styling rules onto a coordinate-based canvas.

Istoric stele

Graficul istoricului de stele pentru dompdf/dompdfGraficul istoricului de stele pentru dompdf/dompdf

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Dompdf

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Dompdf.
  • diegomura/react-pdfAvatar diegomura

    diegomura/react-pdf

    16,403Vezi pe GitHub↗

    This library provides a rendering engine that translates declarative component trees into PDF files. It enables the construction of complex document structures using a component-based architecture, allowing developers to define layout, styling, and content programmatically. The system operates across both browser and server-side environments, offering a unified interface for generating structured documents. The project distinguishes itself through a sophisticated layout and rendering pipeline that handles the complexities of document creation. It utilizes a flexbox-based engine for element po

    TypeScriptflexboxpdfreact
    Vezi pe GitHub↗16,403
  • foliojs/pdfkitAvatar foliojs

    foliojs/pdfkit

    10,667Vezi pe GitHub↗

    pdfkit is a JavaScript PDF generation library used to programmatically create binary PDF documents in Node.js and browser environments. It functions as a vector graphics engine for rendering paths, shapes, gradients, and tiling patterns, and as a tool for producing rich text and tagged documents that follow international accessibility standards for screen reader compatibility. The library includes a security and encryption utility for applying document encryption and restricting user permissions regarding printing, copying, or editing. It also serves as a form and annotation tool, enabling th

    JavaScript
    Vezi pe GitHub↗10,667
  • iamgio/quarkdownAvatar iamgio

    iamgio/quarkdown

    10,074Vezi pe GitHub↗

    Quarkdown is a programmable document compiler and markdown static site generator. It transforms markdown source files into structured outputs, serving as a tool for generating professional books, academic papers, and digital presentations. The system distinguishes itself through a programmable layout engine that allows for the use of functions, variables, loops, and conditional logic within markdown files. It includes an interactive read-eval-print loop for testing these document functions and syntax in real time before final compilation. Additionally, it provides a specialized format for sup

    Kotlincompilerknowledge-managementmarkdown
    Vezi pe GitHub↗10,074
  • onedoclabs/react-print-pdfAvatar OnedocLabs

    OnedocLabs/react-print-pdf

    2,549Vezi pe GitHub↗

    This library provides a framework for constructing professional PDF documents using declarative component syntax. It functions as a document engine that transforms component trees into structured files, allowing developers to define layouts, headers, footers, and margins through standard component structures rather than proprietary markup languages. The tool distinguishes itself by enabling server-side synthesis of dynamic data, which allows for the automated generation of personalized documents from live information sources. It maps web-standard styling and layout properties into the fixed-p

    TypeScriptdocumentdocumentsfileforge
    Vezi pe GitHub↗2,549
Vezi toate cele 30 alternative pentru Dompdf→

Întrebări frecvente

Ce face dompdf/dompdf?

Dompdf is a PHP library that functions as a document rendering engine, transforming HTML and CSS markup into portable document files. It operates by parsing web-based layout attributes and visual properties to generate static documents suitable for reports, invoices, or archival purposes.

Care sunt principalele funcționalități ale dompdf/dompdf?

Principalele funcționalități ale dompdf/dompdf sunt: Web-to-PDF Converters, PDF Generation Libraries, Automated Reporting Systems, Document Processing Engines, Document Processing, Dynamic Document Generators, PDF Rendering Primitives, HTML Layout Parsers.

Care sunt câteva alternative open-source pentru dompdf/dompdf?

Alternativele open-source pentru dompdf/dompdf includ: diegomura/react-pdf — This library provides a rendering engine that translates declarative component trees into PDF files. It enables the… foliojs/pdfkit — pdfkit is a JavaScript PDF generation library used to programmatically create binary PDF documents in Node.js and… iamgio/quarkdown — Quarkdown is a programmable document compiler and markdown static site generator. It transforms markdown source files… onedoclabs/react-print-pdf — This library provides a framework for constructing professional PDF documents using declarative component syntax. It… kozea/weasyprint — WeasyPrint is a Python-based library and layout engine that converts HTML and CSS into printable PDF documents. It… dioxuslabs/blitz — Blitz is an HTML and CSS rendering engine and native UI framework designed to translate web-standard markup into…