awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dompdf avatar

dompdf/dompdf

0
View on GitHub↗
11,075 स्टार्स·1,832 फोर्क्स·PHP·lgpl-2.1·4 व्यूज़dompdf.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.

स्टार हिस्ट्री

dompdf/dompdf के लिए स्टार हिस्ट्री चार्टdompdf/dompdf के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Dompdf के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Dompdf के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • diegomura/react-pdfdiegomura का अवतार

    diegomura/react-pdf

    16,403GitHub पर देखें↗

    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
    GitHub पर देखें↗16,403
  • foliojs/pdfkitfoliojs का अवतार

    foliojs/pdfkit

    10,667GitHub पर देखें↗

    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
    GitHub पर देखें↗10,667
  • iamgio/quarkdowniamgio का अवतार

    iamgio/quarkdown

    10,074GitHub पर देखें↗

    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
    GitHub पर देखें↗10,074
  • onedoclabs/react-print-pdfOnedocLabs का अवतार

    OnedocLabs/react-print-pdf

    2,549GitHub पर देखें↗

    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
    GitHub पर देखें↗2,549
Dompdf के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

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.

dompdf/dompdf की मुख्य विशेषताएं क्या हैं?

dompdf/dompdf की मुख्य विशेषताएं हैं: Web-to-PDF Converters, PDF Generation Libraries, Automated Reporting Systems, Document Processing Engines, Document Processing, Dynamic Document Generators, PDF Rendering Primitives, HTML Layout Parsers।

dompdf/dompdf के कुछ ओपन-सोर्स विकल्प क्या हैं?

dompdf/dompdf के ओपन-सोर्स विकल्पों में शामिल हैं: 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…