ibrahimcesar/velociplot

Implement PDF output backend

Open

#9 opened on 2025年11月29日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Rust (0 forks)auto 404
help wantedpriority: mediumtype: feature

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド