# Installer svg2pdf avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de svg2pdf pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:svg2pdf
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install svg2pdf
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#svg2pdf
```

  Preuve: nixpkgs package indexes: pkgs/by-name/sv/svg2pdf/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:svg2pdf
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.1.3
- **Résumé source:** Renders SVG images to a PDF file (using Cairo)
- **Page d'accueil:** <https://cairographics.org/>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- svg2pdf (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.1.3
## Historique du projet et usages

svg2pdf is a tiny command-line SVG-to-PDF converter built around librsvg and Cairo. Its upstream history is short, but it is representative of small Unix graphics utilities that survive because they do one conversion job cleanly in scripts.

### Historique du projet

The official freedesktop cgit summary describes svg2pdf as a simple demo showing how to use librsvg and Cairo to render SVG to PDF. The first commit, dated September 7, 2007, imported a small svg2pdf program rescued from cairo/test, where it was not being used and had been deleted.

The source file documents compilation with `pkg-config` against `librsvg-2.0` and `cairo-pdf`, accepts an input SVG and output PDF path, and renders through a Cairo PDF surface.

### Historique d'adoption

svg2pdf appears as a small packaged utility rather than a large standalone project. The input package facts list Homebrew and Nix package names, matching its role as a convenient command-line wrapper around already-packaged graphics libraries.

### Modes d'utilisation

Usage is intentionally narrow: `svg2pdf input_file.svg output_file.pdf`. That simplicity makes it useful in build scripts, documentation pipelines, and packaging tests where a headless SVG-to-PDF conversion is enough.

### Pourquoi les passionnés de paquets s'y intéressent

Package nerds care about tools like svg2pdf because they are thin, inspectable glue over shared libraries. They exercise Cairo and librsvg availability, avoid GUI dependencies, and fit naturally into Makefiles and reproducible build steps.

### Chronologie

- 2007: svg2pdf is imported into freedesktop cgit from cairo/test.
- 2007: Follow-up commits add a Makefile, update licensing text, and remove forced white background painting.

### Related projects

- svg2pdf is closely related to Cairo, librsvg, cairo-pdf, cairo/test, and the sibling svg2png utility.

### Sources

- <https://cgit.freedesktop.org/~cworth/svg2pdf/>
- <https://cgit.freedesktop.org/~cworth/svg2pdf/commit/?id=a6c5d07827333b9b45af6bcc7b30855bdae677b7>
- <https://cgit.freedesktop.org/~cworth/svg2pdf/log/>
- <https://cgit.freedesktop.org/~cworth/svg2pdf/plain/svg2pdf.c>
- input source_facts.package-manager


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Autres enregistrements de gestionnaires de paquets

- Nix - svg2pdf: normalized package name match | nixpkgs package indexes: pkgs/by-name/sv/svg2pdf/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/svg2pdf.yml](https://github.com/mxcl/pkgdb/blob/main/combined/svg2pdf.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
