home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / txtpdf11.zip / text2pdf / readme next >
Text File  |  1998-09-24  |  2KB  |  56 lines

  1. --------------------------------------------------------------------
  2. What Text2Pdf does
  3. --------------------------------------------------------------------
  4.  
  5. Text2Pdf converts a text file into a PDF file. 
  6.  
  7. For infos on PDF (portable document format) see Adobe <http://www.adobe.com>.
  8.  
  9. --------------------------------------------------------------------
  10. How to use Text2Pdf
  11. --------------------------------------------------------------------
  12.  
  13. To use text2pdf simply enter
  14.  
  15.   text2pdf TextFile > PdfFile
  16.  
  17. For example:
  18.  
  19.   text2pdf readme > readme.pdf
  20.  
  21. See text2pdf.html for further infos.
  22.  
  23. --------------------------------------------------------------------
  24. The OS/2 version
  25. --------------------------------------------------------------------
  26.  
  27. I downloaded the Text2Pdf source code from http://www.ep.cs.nott.ac.uk/~pns/pdfcorner/text2pdf/ and compiled it for OS/2.
  28.  
  29. The compilation for OS/2 required no modifications of the Text2Pdf source code, except of LF_EXTRA, as explained in the header of the text2pdf.c file.
  30.  
  31. --------------------------------------------------------------------
  32. Files in this distribution
  33. --------------------------------------------------------------------
  34.  
  35. text2pdf.c    - The source code
  36. text2pdf.exe  - The executable for OS/2
  37. text2pdf.html - Text2Pdf documentation
  38. readme        - This file
  39.  
  40. --------------------------------------------------------------------
  41. Miscellaneous
  42. --------------------------------------------------------------------
  43.  
  44. Please send questions releated to Text2Pdf directly to the original auhor of the program. His name is Phil Smith <pns@cs.nott.ac.uk>. See text2pdf.html and http://www.ep.cs.nott.ac.uk/~pns/pdfcorner/text2pdf/ for further infos.
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52. Rolf Lochbuehler
  53. rolf@together.net
  54.  
  55. --
  56. $Header: G:/text2pdf/RCS/readme,v 1.2 1998-09-24 23:29:42-04 rl Exp $