chordsketch-render-pdf
PDF renderer for ChordPro documents. Generates PDF files with chord diagrams, multi-page layout, and configurable formatting.
Part of the ChordSketch project.
Usage
use parse;
use render_song;
let input = "{title: Amazing Grace}\n[G]Amazing [G7]grace";
let song = parse.unwrap;
let pdf_bytes = render_song;
write.unwrap;
Features
- A4 page layout with Helvetica font
- Multi-page support with page breaks
- Chord diagram rendering
- Multi-column layout
- Image embedding
- Font size and color configuration