igumnoff / shiva

Shiva library: Implementation in Rust of a parser and generator for documents of any type
https://docs.rs/shiva
Apache License 2.0
285 stars 15 forks source link

"fonts" folder in pdf.rs #45

Closed evgenyigumnov closed 5 months ago

evgenyigumnov commented 6 months ago

if "fonts" folder absent, pdf generation function not working

add check "fonts" folder. if it absent then create folder "fonts" and download files from: https://github.com/igumnoff/shiva/tree/main/lib/fonts

example direct link to file https://github.com/igumnoff/shiva/raw/main/lib/fonts/DejaVuSansMono-Bold.ttf

just use:

reqwest = "0.12.4"