home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / txpdf56.zip / txt2pdf.cfg < prev    next >
Text File  |  2002-03-11  |  4KB  |  129 lines

  1. # Default directory, where temporary files are created, is ./
  2. # It's better if you use the specific temporary directory of your system
  3. # eg /tmp/                          on UNIX systems
  4. #    /temp/                         on Windows systems
  5. #    /desktop folder/temp           on MacOS
  6. #    /sys$scratch/ or SYS$SCRATCH   on OpenVMS
  7. #
  8. # tmpdir : /your_temporary_directory
  9. # tmpdir : #!ENV#TEMP#!/ENV#
  10. #
  11. # You can use these variables
  12. #
  13. # author : 
  14. # creator :
  15. # keywords :
  16. # subject : 
  17. # title :
  18. # If the value of author, creator, keywords, subject is not
  19. # known there are omited
  20. # If the value of title is null, the file name is introduced
  21. #
  22. # default paper is letter
  23. # paper : a4
  24. #
  25. # You can use also A3 (or a3), A4 (or a3), A5 (or a4), tabloid, ledger,
  26. # legal, statement, executive, widthxheight
  27. # It is possible to use also -paper parameter
  28. #
  29. # default landscape is 0 
  30. # landscape : 1
  31. #
  32. # default font is Courier
  33. # You can also use Helvetica or Times
  34. # font : Times
  35. #
  36. # default page number is 0 (no page number)
  37. # npage : 1
  38. #
  39. # lines
  40. # lines :
  41. #
  42. # default tab is 8 blank
  43. # tab : 8
  44. #
  45. # default pointSize is 10
  46. # pointSize : 10
  47. #
  48. # default vertSpace is 12
  49. # vertSpace : 12
  50. #
  51. # If you want to put inside a file the list of your input textual files you can
  52. # use this option
  53. # list : list.txt
  54. #
  55. colour : colour.cfg
  56. # fontmark : fontmark.cfg
  57. #
  58. # Text you can add at the begin of every file
  59. # beginfile : beginfile.cfg
  60. # Text you can add at the end of every file
  61. # endfile : endfile.cfg
  62.  
  63. # Background design file
  64. # bgdesign : bgdesign.txt
  65. # Foreground design file
  66. # fgdesign : fgdesign.txt
  67.  
  68. # These is the list of all the transition effect (the default is replace)
  69. # transition:replace
  70. # transition : split!H!I!
  71. # transition : split!H!O!
  72. # transition : split!V!I!
  73. # transition : split!V!O!
  74. # transition : blinds!H!
  75. # transition : blinds!V!
  76. # transition : box!I!
  77. # transition : box!O!
  78. # transition : wipe!0!
  79. # transition : wipe!90!
  80. # transition : wipe!180!
  81. # transition : wipe!270!
  82. # transition : dissolve
  83. # transition : glitter!0!
  84. # transition : glitter!270!
  85. # transition : glitter!315!
  86.  
  87. # The only supported page mode is FullScreen
  88. # pagemode : FullScreen
  89.  
  90. # The only supported page layouts are OneColumn, TwoColumnsLeft, TwoColumnRight
  91. # pagelayout : OneColumn
  92.  
  93. # The 4 supported rotate degree are: 0, 90, 180, 270. The deafult is 0
  94. # rotate : 90
  95.  
  96. # Encoding : you can select one from WinAnsiEncoding, MacRomanEncoding, MacExpertEncoding
  97. # typeencoding : default
  98.  
  99. # sleep : seconds
  100. # sleep the setted seconds and reexecute infinitely the same command (default 0)
  101. # sleep : 60
  102.  
  103. # to put every converted PDF in a unique directory
  104. # pdfdir : c:/temp/
  105.  
  106. # to put the initial texts in a unique directory
  107. # txtdir : c:/temp/
  108.  
  109. # HideToolbar boolean (Optional) A flag specifying whether to hide the viewer applicationÆs tool
  110. # bars when the document is active. Default value: false.
  111. # HideMenubar boolean (Optional) A flag specifying whether to hide the viewer applicationÆs
  112. # menu bar when the document is active. Default value: false.
  113. # HideWindowUI boolean (Optional) A flag specifying whether to hide user interface elements in
  114. # the documentÆs window (such as scroll bars and navigation controls),
  115. # leaving only the documentÆs contents displayed. Default value: false.
  116. # FitWindow boolean (Optional) A flag specifying whether to resize the documentÆs window to
  117. # fit the size of the first displayed page. Default value: false.
  118. # CenterWindow boolean (Optional) A flag specifying whether to position the documentÆs window
  119. # in the center of the screen. Default value: false.
  120.  
  121. # ViewerPreferences : /HideToolbar true /HideMenubar true /HideWindowUI true /FitWindow true /CenterWindow true
  122.  
  123. # Display the page designated, with its contents magnified just enough
  124. # to fit the entire page within the window both horizontally and vertically.
  125.  
  126. # fit : 1
  127.  
  128.