home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / txpdf56.zip / Tests / test.cfg < prev    next >
Text File  |  2001-12-10  |  3KB  |  115 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. # tmpdir : #!ENV#TEMP#!/ENV#/
  6. #
  7. # You can use these variables
  8. #
  9. author : SANFACE Software
  10. # creator :
  11. # keywords :
  12. subject : This is an extensive txt2pdf test
  13. title : txt2pdf test
  14. # If the value of author, creator, keywords, subject is not
  15. # known there are omited
  16. # If the value of title is null, the file name is introduced
  17. #
  18. # default paper is letter
  19. paper : a4
  20. #
  21. # You can use also A3 (or a3), A4 (or a3), widthxheight
  22. # It is possible to use also -paper parameter
  23. #
  24. # default landscape is 0 
  25. # landscape : 1
  26. #
  27. # default font is Courier
  28. # You can also use Helvetica or Times
  29. # font : Helvetica
  30. #
  31. # lines
  32. # lines :
  33. #
  34. # default tab is 8 blank
  35. # tab : 8
  36. #
  37. # default pointSize is 10
  38. # pointSize : 8
  39. #
  40. # default vertSpace is 12
  41. # vertSpace : 12
  42. #
  43. colour : colour.cfg
  44. fontmark : fontmark.cfg
  45. beginfile : beginfiletest.cfg
  46. endfile :   endfiletest.cfg
  47.  
  48. npage : 1
  49.  
  50. # border : 1
  51.  
  52. bgdesign : bgdesign.txt
  53. fgdesign : fgdesign.txt
  54.  
  55. # These is the list of all the transition effect (the default is replace)
  56. # transition : split!H!I!
  57. # transition : split!H!O!
  58. # transition : split!V!I!
  59. # transition : split!V!O!
  60. # transition : blinds!H!
  61. # transition : blinds!V!
  62. # transition : box!I!
  63. # transition : box!O!
  64. # transition : wipe!0!
  65. # transition : wipe!90!
  66. # transition : wipe!180!
  67. # transition : wipe!270!
  68. # transition : dissolve
  69. # transition : glitter!0!
  70. # transition : glitter!270!
  71. # transition : glitter!315!
  72.  
  73. # The only supported page mode is FullScreen
  74. # pagemode : FullScreen
  75.  
  76. # The only supported page layouts are OneColumn, TwoColumnsLeft, TwoColumnRight
  77. # pagelayout : TwoColumnRight
  78.  
  79. # The 4 supported rotate degree are: 0, 90, 180, 270. The deafult is 0
  80. # rotate : 90
  81.  
  82. # Encoding : you can select one from WinAnsiEncoding, MacRomanEncoding, MacExpertEncoding
  83. typeencoding : WinAnsiEncoding
  84.  
  85. # sleep : seconds
  86. # sleep the setted seconds and reexecute infinitely the same command (default 0)
  87. # sleep : 60
  88.  
  89. # to put every converted PDF in a unique directory
  90. # pdfdir : ../PDF/
  91.  
  92. # to put the initial texts in a unique directory
  93. # txtdir : ../TEXT/
  94.  
  95. # HideToolbar boolean (Optional) A flag specifying whether to hide the viewer applicationÆs tool
  96. # bars when the document is active. Default value: false.
  97. # HideMenubar boolean (Optional) A flag specifying whether to hide the viewer applicationÆs
  98. # menu bar when the document is active. Default value: false.
  99. # HideWindowUI boolean (Optional) A flag specifying whether to hide user interface elements in
  100. # the documentÆs window (such as scroll bars and navigation controls),
  101. # leaving only the documentÆs contents displayed. Default value: false.
  102. # FitWindow boolean (Optional) A flag specifying whether to resize the documentÆs window to
  103. # fit the size of the first displayed page. Default value: false.
  104. # CenterWindow boolean (Optional) A flag specifying whether to position the documentÆs window
  105. # in the center of the screen. Default value: false.
  106.  
  107. ViewerPreferences : /HideToolbar true /HideMenubar true /HideWindowUI true /FitWindow true /CenterWindow true
  108.  
  109. # Display the page designated, with its contents magnified just enough
  110. # to fit the entire page within the window both horizontally and vertically.
  111.  
  112. fit : 1
  113.  
  114.