mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
02e7cbf801
- Add PORTSCOUT
14 lines
378 B
Plaintext
14 lines
378 B
Plaintext
PDF::Core is a pure Ruby library to render PDF documents.
|
|
|
|
It supports several PDF features, such as among others:
|
|
* low-level annotation
|
|
* istream objects and stream filters
|
|
* NameTree
|
|
* object repository
|
|
* object serialization
|
|
* indirect objects
|
|
* page geometries
|
|
|
|
It is used internally by Prawn (provided in the rubygems-prawn package),
|
|
a Ruby PDF generation library.
|