blob: a45b4cab89684c82e0663ff52469d0d520108c2d (
plain)
1
2
3
4
5
6
7
8
|
#!/usr/bin/env ruby
# program : pstopdf
# copyright : PRAGMA Advanced Document Engineering
# version : 2002-2005
# author : Hans Hagen
load(File.join(File.expand_path(File.dirname($0)),'pstopdf.rb'))
|