ibrahimcesar/velociplot

Implement PDF output backend

Open

#9 geöffnet am 29. Nov. 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (0 Forks)auto 404
help wantedpriority: mediumtype: feature

Repository-Metriken

Stars
 (3 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Description

Add PDF output support for publication-quality vector graphics that can be directly embedded in LaTeX documents and publications.

Tasks

  • Evaluate PDF libraries (printpdf, pdf-canvas, etc.)
  • Implement PdfCanvas following Canvas trait
  • Add PDF feature flag to Cargo.toml
  • Create example demonstrating PDF export
  • Add CLI support for PDF output
  • Add tests

Acceptance Criteria

  • PDF output renders all plot types correctly
  • Text is properly embedded (not rasterized)
  • File size is reasonable
  • Works with LaTeX \includegraphics

Contributor Guide