|
|
ASCII to PDF converter
Does anyone know of an opensource ASCII to PDF converter that can be
run on a print spool in the form of a filter so that it can be sent to
an Output Managment database?
|
|
0
|
|
|
|
Reply
|
Print
|
4/21/2005 1:16:57 AM |
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Print Dude wrote:
> Does anyone know of an opensource ASCII to PDF converter that can be
> run on a print spool in the form of a filter so that it can be sent to
> an Output Managment database?
You should easily be able to build a print filter script that takes stdin and
pipes it through a2ps or enscript to build postscript from the ascii source.
Pipe the results through ps2pdf to build a pdf, and take the resulting file
and feed it into your output management database.
Something like
a2ps -o - | ps2pdf - targetfile.pdf
or
enscript -o - | ps2pdf - targetfile.pdf
followed by the logic to move targetfile.pdf to the OM database
If your OM db loader can read pdf's from stdin, then you can do this all in
one pipeline. Something like
a2ps -o - | ps2pdf - - | loadOMdatabase
or
enscript -o - | ps2pdf - - | loadOMdatabase
See a2ps(1), enscript(1), and ps2pdf(1)
If you don't have these tools, you can get them easily
a2ps is a GNU application with the application homepage
at http://www.inf.enst.fr/~demaille/a2ps/
enscript is a GNU application with it's homepage
at http://people.ssh.fi/mtr/genscript/
ps2pdf is part of the Ghostscript postscript interpreter package.
- --
Lew Pitcher
Master Codewright & JOAT-in-training | GPG public key available on request
Registered Linux User #112576 (http://counter.li.org/)
Slackware - Because I know what I'm doing.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFCZxqlagVFX4UWr64RAs7yAJ0WeRkhmgRcAKWkKpGdOzaslF+P4gCeNdtn
9IPgLFR2Bt9M1I1f8hb918I=
=PWaS
-----END PGP SIGNATURE-----
|
|
0
|
|
|
|
Reply
|
Lew
|
4/21/2005 3:14:45 AM
|
|
On Thu, 21 Apr 2005 01:16:57 GMT,
Print Dude (printdude1968@gmail.com) wrote:
> Does anyone know of an opensource ASCII to PDF converter that can be
> run on a print spool in the form of a filter so that it can be sent to
> an Output Managment database?
Ghostscript - it can create PDF output, and be used as a print filter.
--
Many a smale maketh a grate -- Geoffrey Chaucer
|
|
0
|
|
|
|
Reply
|
Bev
|
4/21/2005 3:19:17 AM
|
|
On Thu, 21 Apr 2005 01:16:57 GMT, Print Dude <printdude1968@gmail.com> wrote:
> Does anyone know of an opensource ASCII to PDF converter that can be
> run on a print spool in the form of a filter so that it can be sent to
> an Output Managment database?
txt2pdf (or text2pdf) - text to PDF is pretty simple. Google for those
program names & take your pick.
|
|
0
|
|
|
|
Reply
|
Dave
|
4/21/2005 2:59:52 PM
|
|
|
3 Replies
193 Views
(page loaded in 0.053 seconds)
Similiar Articles: Convert CDF to ASCII format - comp.lang.fortran... sys.matlab The American Standard Code for Information Interchange, or ASCII, encoding ... Convert ... ... Document in ASCII PDF | eHow.com Must See: Slide Shows. How to Convert a ... convert mat files (struct) to ascii text files / save data as ...how do I convert a binary stream to a base64 stream in a pdf file ... convert mat files (struct) to ascii text files / save data as ... how do I convert a ... be able to ... Converting PDF form to static PDF - comp.text.pdfConvert CDF to ASCII format - comp.lang.fortran Converting PDF form to static PDF - comp.text.pdf PDF Forms ... To Information | eHow.com PDF, or portable document file ... Word Bookmarks not converting correcting to pdf - comp.text.pdf ...When I convert the word docs to pdf, it loses the bookmark to the ... Greetinx Robert -- /"\ ASCII Ribbon ... comp.text.pdf - Adobe Acrobat and Portable Document Format ... How to convert .m files to .p files - comp.soft-sys.matlab ...convert mat files (struct) to ascii text files / save data as ... convert mat files (struct ... How to convert file (txt) to pdf on IBM aix 5 - comp.text.pdf ... Hello, I will ... Bookmarks not working when coverting from Word to pdf - comp.text ...When I do a pdf conversion (Acrobat 7) 1 of the ... Greetinx Robert -- /"\ ASCII Ribbon ... The Portable Document Format ... Bookmarks not working when ... Converting Word TOC to Acrobat Bookmarks - comp.text.pdf ...Greetinx Robert -- /"\ ASCII Ribbon Campaign | MS ... Retain Bookmarks When You Convert from Word to PDF | eHow.com How to Convert Word Styles to PDF ... equations in acrobat professional - comp.text.pdf... in your original document, they should convert to PDF. ... LaTeX, etc. Greetinx Robert -- /"\ ASCII ... is the top of the Acrobat line of Portable Document Format (PDF ... rdo (Raster Document Object) file conversion - comp.graphics.misc ...Hi, I'm desperatly searching for a way to convert a .rdo file (Xerox proprietary format) into an ascii file to ... Xerox PDF Printing - comp.text.pdf rdo (Raster Document ... ms word to pdf - empty boxes - comp.text.pdfWhen I try to convert to pdf (acrobat pdf maker or ... 2cents Robert -- /"\ ASCII Ribbon Campaign ... When Converting it to Word. The Portable Document Format ... How to Convert a .PDF to .ASCII | eHow.comThe ASCII (American Standard Code for Information Interchange) format represents a plain text. The standard ASCII set has 128 characters and includes letters of the ... Tinynice Txt2PDF - Convert ASCII text files to PDF on the fly ...Convert your ASCII text files, for example, your text reports and products specification into PDF documents for easier p 7/15/2012 11:49:20 AM
|
|
|
|
|
|
|
|
|