Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Adobe automated text conversion

0 views
Skip to first unread message

shuot

unread,
Jun 8, 2009, 5:03:16 PM6/8/09
to
Hi,

Is there's an Adobe product to do automated command line conversion of
TEXT files to PDF files ?

Thanks

Peter Flynn

unread,
Jun 8, 2009, 5:31:39 PM6/8/09
to

No idea, but for free you can just use LaTeX's VerbatimInput to generate
a PDF from any plaintext file.

$ cat <<EOF >temp.tex;pdflatex temp.tex
\documentclass{article}
\usepackage[margin=1in]{geometry}
\usepackage{fancyvrb}
\begin{document}
\VerbatimInput{yourfilename.txt}
\end{document}
EOF

///Peter

Wendy

unread,
Jun 15, 2009, 5:16:41 AM6/15/09
to
There are tons of freePDF creator.

Just find it here: http://www.allpdftools.com/resources/hot-tips.html

0 new messages