Crates.io | rusty_pdf |
lib.rs | rusty_pdf |
version | 0.21.0 |
source | src |
created_at | 2022-07-10 07:46:11.418421 |
updated_at | 2022-07-12 09:17:35.148899 |
description | Crate adding text and images to existing pdf files |
homepage | |
repository | https://github.com/joshpauline/rusty_pdf |
max_upload_size | |
id | 623003 |
size | 458,312 |
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.
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!
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.