TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:18109] pdf



Quoting Justin Coyne (jcoyne@software.umn.edu):
> We generate many pdf's dynamically, we write the postscript using perl,
> then 
> 
> open(INFILE, "<postScriptFile");
> open(DIST, "| /usr/local/adobe/AcroDist_2.1/bin/distill");
> while ( <INFILE> ) {
>   print DIST $_;
> }
> 
> Of course I believe Adobe Distiller is pay software, but that's how we
> handle it.

What? Distiller is available for linux?


-- 
Bob Tanner <tanner@real-time.com>       | Phone : (952)943-8700
http://www.mn-linux.org                 | Fax   : (952)943-8500
Key fingerprint =  6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9