ibrahimcesar/velociplot

Implement PDF output backend

Open

#9 创建于 2025年11月29日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Rust (0 fork)auto 404
help wantedpriority: mediumtype: feature

仓库指标

Star
 (3 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南