4 releases (2 breaking)

0.21.0 Jul 12, 2022
0.2.0 Jul 10, 2022
0.1.1 Jul 10, 2022
0.1.0 Jul 10, 2022

#13 in #manipulation

MIT/Apache

235KB
650 lines

Rusty PDF

Crates.io API Docs

This crate is a specialized crate that uses lopdf to add images and text to selected pages.

This library only supports PNG images however I will be adding JPEG support.

The main aim of this library is to abstract some of the lower level PDF implementations in lopdf to an easy to use library for simple pdf manipulation tasks.

This library was heavily inspired from the following project

pdf_signing

I migrated to this repo as I have different a different end goal for the project, please check out his project if it is something you are interested in!

Current Features

  • Render html to pdf using headless chrome
  • Add text to pdf
  • Add png file to pdf
  • merge pdf files

TODO

  • Allow importing of ttf files for font rendering
  • Add feature to allow jpeg images
  • Create solid documentation
  • introduce cbindgen and expose c api for easy integration with other languages

License

The code in this project is licensed under the MIT or Apache 2.0 license.

All contributions, code and documentation, to this project will be similarly licensed.

Dependencies

~39–53MB
~611K SLoC