How to convert file (txt) to pdf on IBM aix 5

  • Follow


Hello,

I will create pdf file on aix 5.1 from txt file.
How can I do that ?
Any ideas, let me know.

Thanks

David


0
Reply DavidA 6/15/2004 6:47:33 AM

DavidA wrote:
> I will create pdf file on aix 5.1 from txt file.
> How can I do that ?
> Any ideas, let me know.

You can use PDFlib to do this. The PDFlib Lite source code
distribution contains a little sample program which you
can use for basic text-to-PDF conversion.

Thomas

_______________________________________________________________
Thomas Merz          tm@pdflib.com        http://www.pdflib.com
Personalize PDF: PDFlib Personalization Server and Block plugin
_______PDFlib - a library for generating PDF on the fly________

0
Reply Thomas 6/15/2004 9:38:58 AM


On Tue, 15 Jun 2004 08:47:33 +0200, "DavidA" <david.arts@gdbi.com>
wrote:

>Hello,
>
>I will create pdf file on aix 5.1 from txt file.
>How can I do that ?
>Any ideas, let me know.

This may be one possible way:

1. Convert first to PostScript using a2ps 
    (or any other text to PS tool)

	http://aixpdslib.seas.ucla.edu/packages/a2ps.html

2. convert this PostScript file to PDF using PStill

	http://www.pstill.com
	
	Direct link to AIX version: 	
	http://www.wizards.de/~frank/pstill1724_fsaix_rs6k.tar.gz

	(Free for personal/edu use)

Frank Siegert,
Author of PStill

0
Reply frank 6/15/2004 7:37:50 PM

"Frank M. Siegert" <frank@wizards.de> wrote in message
news:40cf4d57.1914515@News.individual.net...
> On Tue, 15 Jun 2004 08:47:33 +0200, "DavidA" <david.arts@gdbi.com>
> wrote:
>
> >Hello,
> >
> >I will create pdf file on aix 5.1 from txt file.
> >How can I do that ?
> >Any ideas, let me know.
>
> This may be one possible way:
>
> 1. Convert first to PostScript using a2ps
>     (or any other text to PS tool)
>
> http://aixpdslib.seas.ucla.edu/packages/a2ps.html
>
> 2. convert this PostScript file to PDF using PStill
>
> http://www.pstill.com
>
> Direct link to AIX version:
> http://www.wizards.de/~frank/pstill1724_fsaix_rs6k.tar.gz
>

I use pstill on AIX and it works fine. The support is good as well.

Tom.


0
Reply Tom 6/15/2004 10:59:08 PM

3 Replies
1641 Views

(page loaded in 0.052 seconds)

Similiar Articles:













7/22/2012 2:43:56 PM


Reply: