dompdf/php-svg-lib

A library to read, parse and export to PDF SVG files.

Installs: 3 058 265

Dependents: 4

Suggesters: 0

Security: 0

Stars: 1 419

Watchers: 9

Forks: 77

Open Issues: 17

1.0.0 2024-04-29 13:26 UTC

This package is auto-updated.

Last update: 2025-01-21 17:45:49 UTC


README

Build Status

Latest Stable Version Total Downloads Latest Unstable Version License

The main purpose of this lib is to rasterize SVG to a surface which can be an image or a PDF for example, through a \Svg\Surface PHP interface.

This project was initialized by the need to render SVG documents inside PDF files for the DomPdf project.