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

Re: [TCLUG:18109] pdf



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.

Justin Coyne <jcoyne@software.umn.edu>

"I believe there are more instances of the abridgment of the freedom of
the people by gradual and silent encroachments of those in power than by
violent and sudden usurpations." - James Madison

On Wed, 24 May 2000, Mike Hicks wrote:

> Philip C Mendelsohn wrote:
> > 
> > Uh, stupid q:
> > 
> > What a good Linux way to make pdf files?
> 
> Well, that depends on what your source is.  If you start off with a
> LaTeX document that first turns into a .dvi, dvipdfm is a good
> conversion tool.  ps2pdf doesn't work all that well, IMHO, as output is
> usually pretty blurry and chunky (at least on screen -- it probably
> still prints nicely).  I think there is a pdflatex program, but I'm not
> sure if that just uses another tool to convert..
> 
> -- 
>  _  _  _  _ _  ___    _ _  _  ___ _ _  __   In an alternate universe, 
> / \/ \(_)| ' // ._\  / - \(_)/ ./| ' /(__   their name is Macrohard. 
> \_||_/|_||_|_\\___/  \_-_/|_|\__\|_|_\ __)                             
> [ Mike Hicks | http://umn.edu/~hick0088/ | mailto:hick0088@tc.umn.edu ]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tclug-list-unsubscribe@mn-linux.org
> For additional commands, e-mail: tclug-list-help@mn-linux.org
> 
>