3 个版本

使用旧 Rust 2015

0.1.2 2016年8月1日
0.1.1 2016年8月1日
0.1.0 2016年7月23日

#125#pdf

Download history 427/week @ 2024-03-08 395/week @ 2024-03-15 377/week @ 2024-03-22 299/week @ 2024-03-29 467/week @ 2024-04-05 411/week @ 2024-04-12 332/week @ 2024-04-19 297/week @ 2024-04-26 346/week @ 2024-05-03 345/week @ 2024-05-10 368/week @ 2024-05-17 313/week @ 2024-05-24 445/week @ 2024-05-31 227/week @ 2024-06-07 305/week @ 2024-06-14 433/week @ 2024-06-21

1,510 每月下载量
2 个 crate 中使用 (via wkhtmltopdf)

MIT 许可证

17KB
226

wkhtmltox-sys

libwkhtmltox 的自动生成绑定

请参阅 wkhtmltopdf-rs 了解抽象的更高级绑定。

您需要安装 libwkhtmltox。

文档

生成

这是使用 bindgen 生成的

$ bindgen --link=dynamic=wkhtmltox include/pdf.h > src/pdf.rs
$ bindgen --link=dynamic=wkhtmltox include/image.h > src/image.rs
$ cargo fmt

示例

Rust 示例使用 cargo 构建

cargo test
target/debug/examples/convert-string

C 示例可以使用 gcc 构建

gcc -g -Wall examples/convert-string.c -o target/convert-string-c -lwkhtmltox
target/convert-string-c

lib.rs:

wkhtmltopdf 和 wkhtmltoimage 的低级绑定

这些绑定目前依赖于 libwkhtmltox 0.12.3

无运行时依赖