home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / CHIP_CD_2003-11.iso / macos / pack1 / files / txt2pdfosx.sit / txt2pdf-6.7m / txt2pdf.cfg < prev    next >
Encoding:
Text File  |  2003-08-07  |  5.2 KB  |  175 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. # To change default 1.2 pdf version
  19. # pdfversion : 1.2
  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, jisb4, jisb5, widthxheight
  30. # It is possible to use also -paper parameter
  31. #
  32. # default landscape is 0 
  33. # landscape : 1
  34. #
  35. # /F1 normal Courier 
  36. # /F2 italic Courier 
  37. # /F3 bold Courier 
  38. # /F4 bolditalic Courier 
  39. # /F5 normal Helvetica 
  40. # /F6 italic Helvetica 
  41. # /F7 bold Helvetica 
  42. # /F8 bolditalic Helvetica 
  43. # /F9 normal Times 
  44. # /F10 italic Times 
  45. # /F11 bold Times 
  46. # /F12 bolditalic Times 
  47. # /F13 Symbol 
  48. # /F14 ZapfDingbats 
  49. # /F20 Japanese HeiseiMin-W3-90ms-RKSJ-H
  50. # /F21 Japanese HeiseiKakuGo-W5-90ms-RKSJ-H
  51. # /F30 Traditional Chinese PMingLiU ETen-B5-H
  52. # /F35 Simplified Chinese STSong GB-EUC-H
  53. # /F40 Korean HYSMyeongJoStd KSCms-UHC-H
  54. # /F41 Korean HYSMyeongJoStd Bold KSCms-UHC-H
  55. # font : F30
  56. # tradchinese : 1
  57. # simplchinese : 1
  58. # korean : 1
  59. # japanese : 1
  60. #
  61. # default page number is 0 (no page number)
  62. # npage : 1
  63. #
  64. # lines
  65. # lines :
  66. #
  67. # default tab is 8 blank
  68. # tab : 8
  69. #
  70. # default pointSize is 10
  71. # pointSize : 10
  72. #
  73. # default vertSpace is 12
  74. # vertSpace : 12
  75. #
  76. # If you want to put inside a file the list of your input textual files you can
  77. # use this option
  78. # list : list.txt
  79. #
  80. # colour : colour.cfg
  81. # fontmark : fontmark.cfg
  82. #
  83. # Text you can add at the begin of every file
  84. # beginfile : beginfile.cfg
  85. # Text you can add at the end of every file
  86. # endfile : endfile.cfg
  87.  
  88. # Background design file
  89. # bgdesign : bgdesign.txt
  90. # Foreground design file
  91. # fgdesign : fgdesign.txt
  92.  
  93. # Annotations: you can put an annotation in the first page
  94. # annotationtext : Annotation test
  95.  
  96. # These is the list of all the transition effect (the default is replace)
  97. # transition:replace
  98. # transition : split!H!I!
  99. # transition : split!H!O!
  100. # transition : split!V!I!
  101. # transition : split!V!O!
  102. # transition : blinds!H!
  103. # transition : blinds!V!
  104. # transition : box!I!
  105. # transition : box!O!
  106. # transition : wipe!0!
  107. # transition : wipe!90!
  108. # transition : wipe!180!
  109. # transition : wipe!270!
  110. # transition : dissolve
  111. # transition : glitter!0!
  112. # transition : glitter!270!
  113. # transition : glitter!315!
  114.  
  115. # The only supported page mode is FullScreen
  116. # pagemode : FullScreen
  117.  
  118. # The only supported page layouts are OneColumn, TwoColumnsLeft, TwoColumnRight
  119. # pagelayout : OneColumn
  120.  
  121. # The 4 supported rotate degree are: 0, 90, 180, 270. The deafult is 0
  122. # rotate : 90
  123.  
  124. # Encoding : you can select one from WinAnsiEncoding, MacRomanEncoding, MacExpertEncoding
  125. # typeencoding : default
  126.  
  127. # sleep : seconds
  128. # sleep the setted seconds and reexecute infinitely the same command (default 0)
  129. # sleep : 60
  130.  
  131. # to put every converted PDF in a unique directory
  132. # pdfdir : c:/temp/
  133.  
  134. # to put the initial texts in a unique directory
  135. # txtdir : c:/temp/
  136.  
  137. # HideToolbar boolean (Optional) A flag specifying whether to hide the viewer applicationÆs tool
  138. # bars when the document is active. Default value: false.
  139. # HideMenubar boolean (Optional) A flag specifying whether to hide the viewer applicationÆs
  140. # menu bar when the document is active. Default value: false.
  141. # HideWindowUI boolean (Optional) A flag specifying whether to hide user interface elements in
  142. # the documentÆs window (such as scroll bars and navigation controls),
  143. # leaving only the documentÆs contents displayed. Default value: false.
  144. # FitWindow boolean (Optional) A flag specifying whether to resize the documentÆs window to
  145. # fit the size of the first displayed page. Default value: false.
  146. # CenterWindow boolean (Optional) A flag specifying whether to position the documentÆs window
  147. # in the center of the screen. Default value: false.
  148.  
  149. # ViewerPreferences : /HideToolbar true /HideMenubar true /HideWindowUI true /FitWindow true /CenterWindow true
  150.  
  151. # Display the page designated, with its contents magnified just enough
  152. # to fit the entire page within the window both horizontally and vertically.
  153.  
  154. # fit : 1
  155.  
  156. # zoom feature: to set the open of first page with the selected zoom 
  157. # default zoom : 0 means don't use this feature
  158. # zoom : 1 means 100%
  159. # zoom : 1.5 means 150%
  160.  
  161. # zoom : 1
  162.  
  163. # with pagemark : 1 you can open the PDF inside your browser at the page you
  164. # prefer using the URL http://your_site.your_ext/your_pdf_document#pagen
  165. # where n is the number of the page
  166. # e.g. http://www.sanface.com/pdf/test.pdf#page2
  167.  
  168. # pagemark : 1
  169.  
  170. # If you don't want that txt2pdf will change the original file extension
  171. # with .pdf Simply txt2pdf will add .pdf at the end of the file
  172. # withextension : 1
  173.