Hello, world! PDF版
Posted feedbacks - Tcl
Tk キャンバスの内容を PDF に出力する Trampoline! というライブラリを使用してみました。
see: Trampoline!
1 2 3 4 5 6 7 | package require trampoline
. configure -menu [menu .menu]
.menu add command -label {Save as PDF} -command {::pdf::generate .c hello.pdf}
pack [canvas .c -width 297 -height 210 -bg white]
.c create text 150 105 -text "Hello,\nWorld!" -font {Helvetica 70} -justify center
|


にしお
#3406()
Rating0/0=0.00
[ reply ]