1 个不稳定版本
0.1.0 | 2024年1月26日 |
---|
#40 在 #preview
2KB
to-pdf
关于
安装
将以下内容添加到Cargo.toml
[dependencies]
to-pdf = { git = "https://github.com/bob22z/to-pdf" }
用法
use to_pdf::ToPdf;
// Initialize with custom fonts
let to_pdf = ToPdf::new(FONT_PATH)?;
// Export to Pdf with typst text
let pdf_content = to_pdf.to_pdf(TYPST_TEXT)?;
// Preview as Svg with typst text
let svg_content_list = to_pdf.to_svg(TYPST_TEXT)?;
许可证
MIT