有没有类似http://prawnpdf.org/的PDF生成库
Is there a PDF generation library similar to http://prawnpdf.org/
我正在寻找使用 Crystal 语言以类似于 Prawnpdf 的方式生成 PDF 的功能。有没有这样的库,或者有没有办法让我调用 ruby 代码(比如 ruby 绑定)?
实际上 Crystal..
没有 pdf 生成库
但是如果你有时间,有些库有一个 C/C++ 接口,你可以使用它来 create 一个 pdf 生成库:
- JagToPdf : Exemple in C (Full user guide here)
- libHaru : It is written entirely in C, so interfacing with Crystal should not be difficult. Exemple Usage here
我正在寻找使用 Crystal 语言以类似于 Prawnpdf 的方式生成 PDF 的功能。有没有这样的库,或者有没有办法让我调用 ruby 代码(比如 ruby 绑定)?
实际上 Crystal..
没有 pdf 生成库但是如果你有时间,有些库有一个 C/C++ 接口,你可以使用它来 create 一个 pdf 生成库:
- JagToPdf : Exemple in C (Full user guide here)
- libHaru : It is written entirely in C, so interfacing with Crystal should not be difficult. Exemple Usage here