18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
-
|
# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
#----------------------------------------------------------------------
# $Revision$
#----------------------------------------------------------------------
set ::auto_path [concat /home/spjutp/tools/pdf4tcl/pdf4tcl $::auto_path]
package require pdf4tcl
package require snit
snit::type eskilprint {
component pdf
delegate method * to pdf
|