home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / txpdf56.zip / EPD / txt2pdf.cfg < prev   
Text File  |  2001-11-01  |  3KB  |  120 lines

  1. #
  2. # Default directory, where temporary files are created, is ./
  3. # It's better if you use the specific temporary directory of your system
  4. # eg /tmp/                          on UNIX systems
  5. #    /temp/                         on Windows systems
  6. #    /desktop folder/temp           on MacOS
  7. #    /sys$scratch/ or SYS$SCRATCH   on OpenVMS
  8. #
  9. # tmpdir : /your_temporary_directory
  10. # tmdpir : /tmp
  11. # tmpdir : #!ENV#TMPDIR#!/ENV#
  12. #
  13. # You can use these variables
  14. #
  15. # author :
  16. # creator :
  17. # keywords :
  18. # subject :
  19. # title :
  20. #
  21. # If the value of author, creator, keywords, subject is not
  22. # known there are omited
  23. # If the value of title is null, the file name is introduced
  24. #
  25. # default paper is letter
  26. # paper : a4
  27. #
  28. # You can use also A3 (or a3), A4 (or a3), A5 (or a4), tabloid, ledger,
  29. # legal, statement, executive, widthxheight
  30. # It is possible to use also -paper parameter
  31. #
  32. # default landscape is 0
  33. # landscape : 1
  34. #
  35. # default font is Courier
  36. # You can also use Helvetica or Times
  37. # font : Times
  38. #
  39. # default page number is 0 (no page number)
  40. npage : 1
  41. # deafult x position page number is page_width / 2
  42. npagex : 100
  43. # deafult y position page number is 20
  44. # npagey : 200
  45. #
  46. # lines
  47. # lines : 60
  48. #
  49. # default tab is 8 blank
  50. # tab : 8
  51. #
  52. # default pointSize is 10
  53. # pointSize : 10
  54. # pointSize : 9
  55. #
  56. # default vertSpace is 12
  57. # vertSpace : 11
  58. #
  59. # link : links.cfg
  60. # colour : colour.cfg
  61. # fontmark : fontmark.cfg
  62. #
  63. # Text you can add at the begin of every file
  64. # beginfile : beginfile.cfg
  65. # Text you can add at the end of every file
  66. # endfile : endfile.cfg
  67. #
  68. # topmargin : 50
  69. # leftmargin : 50
  70. # topmargin : 30
  71. # leftmargin : 25
  72. #
  73. # Encoding : you can select one from WinAnsiEncoding, MacRomanEncoding, MacExpertEncoding, PDFDocEncoding
  74. # typeencoding : default
  75. #
  76. # All the text bold, italic, bolditalic (default normal)
  77. # alltext : bold
  78.  
  79. # These is the list of all the transition effect (the default is replace)
  80. # transition : split!H!I!
  81. # transition : split!H!O!
  82. # transition : split!V!I!
  83. # transition : split!V!O!
  84. # transition : blinds!H!
  85. # transition : blinds!V!
  86. # transition : box!I!
  87. # transition : box!O!
  88. # transition : wipe!0!
  89. # transition : wipe!90!
  90. # transition : wipe!180!
  91. # transition : wipe!270!
  92. # transition : dissolve
  93. # transition : glitter!0!
  94. # transition : glitter!270!
  95. # transition : glitter!315!
  96.  
  97. # The only supported page mode is FullScreen
  98. # pagemode : FullScreen
  99.  
  100. # The only supported page layouts are OneColumn, TwoColumnsLeft, TwoColumnRight
  101. pagelayout : TwoColumnRight
  102.  
  103. # Background design file
  104. bgdesign : bgdesign.txt
  105. # bgdesign1 : 
  106. # Foreground design file
  107. # fgdesign : fgdesign.txt
  108. # fgdesign1:
  109. # bgdesign1 : bgdesign1.txt
  110. # bgdesign1no : bgdesign1no.txt
  111.  
  112. # compress : 1
  113.  
  114. # Only for txt2pdf-mail
  115. #
  116. # mailhost : different_host@your_domain.com
  117. # mailfrom : nobody@nobody.com
  118. # mailsubject : Your report
  119. # mailbody : In attach your report
  120.