Crates.io | pdfium-sys |
lib.rs | pdfium-sys |
version | 0.1.1 |
source | src |
created_at | 2021-03-14 13:42:06.104747 |
updated_at | 2021-03-31 05:46:23.001712 |
description | PDFium low-level bindings for Rust |
homepage | |
repository | https://github.com/aar0ndev/pdfium-sys/ |
max_upload_size | |
id | 368779 |
size | 113,324 |
Relies on pdfium.dll
to be available. Tested against binaries from https://github.com/bblanchon/pdfium-binaries.
Only tested on Windows. Pull requests welcome!
Must have Clang installed to run bindgen
. See bindgen requirements for details.
Ensure the pdfium header fpdfview.h
is available. In Windows it is enough to add its path to the INCLUDE
environment variable before calling cargo build
.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
This project is not affilated with either Google or Foxit.