rusty_pdf 0.1.0

Crate adding text and images to existing pdf files
Documentation
# Rusty PDF

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

This library only supports PNG images as the images.

### This library was heavily inspired from the following project

[`pdf_signing`][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!

## 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.


[lopdf]: https://github.com/J-F-Liu/lopdf
[pdf_signing]: https://github.com/ralpha/pdf_signing