slackbuilds_ponce/libraries/pdf4tcl/README
Juan M. Lasca 8c578ce719
libraries/pdf4tcl: Added (tcl package for generating pdf files)
Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-02-11 09:30:32 +07:00

19 lines
741 B
Text

pdf4tcl is a tcl package for generating pdf files. It started as a
port of pdf4php to the tcl language.
Features:
* compressed pdf
* dumping canvas to pdf
* lines, arrows, rectangles, circles, ovals, arcs, curves
* set stroke and fill colour
* set line style (thickness and dashes)
* simple text strings, left or right aligned or centered
* text boxes with left or right aligned, centered or fully justified
text
* rotated text
* text with skewed characters
* use adobe standard fonts
* use other fonts, type1 or truetype fonts can be embedded
* jpeg and png images, plus support for raw image data
* add bookmarks and metadata
* most commonly used paper dimensions, custom ones can be provided.
* pages can be built top-down or bottom-up