rust-pdf icon indicating copy to clipboard operation
rust-pdf copied to clipboard

Generating PDF files in pure Rust

Results 5 rust-pdf issues
Sort by recently updated
recently updated
newest added

Instead of always writing the generated PDF to a File, I have modified the code a little so that it dumps the result to any type W that implements Write...

I'm trying to write a project to convert markdown to PDF without a requirement for chrome. Part of this may require highlighting code blocks. To do this I'm converting raw...

I feel the current code is difficult to extend for adding new features. Suggest to use [lopdf](https://github.com/J-F-Liu/lopdf) to do PDF object serialization. Here is some example code: ```rust extern crate...

Hey! Is it possible to render images? Also, can you add "own" fonts in some way? Thanks

This issue was automatically generated. Feel free to close without ceremony if you do not agree with re-licensing or if it is not possible for other reasons. Respond to @cmr...