home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / txpdf56.zip / contributed / pdfindex / Tests / txt2pdf.cfg < prev   
Text File  |  2001-11-01  |  2KB  |  83 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.  
  46. npage : 1
  47.  
  48. # border : 1
  49.  
  50. bgdesign : bgdesign.txt
  51. fgdesign : fgdesign.txt
  52.  
  53. # These is the list of all the transition effect (the default is replace)
  54. # transition : split!H!I!
  55. # transition : split!H!O!
  56. # transition : split!V!I!
  57. # transition : split!V!O!
  58. # transition : blinds!H!
  59. # transition : blinds!V!
  60. # transition : box!I!
  61. # transition : box!O!
  62. # transition : wipe!0!
  63. # transition : wipe!90!
  64. # transition : wipe!180!
  65. # transition : wipe!270!
  66. # transition : dissolve
  67. # transition : glitter!0!
  68. # transition : glitter!270!
  69. # transition : glitter!315!
  70.  
  71. # The only supported page mode is FullScreen
  72. # pagemode : FullScreen
  73.  
  74. # The only supported page layouts are OneColumn, TwoColumnsLeft, TwoColumnRight
  75. # pagelayout : TwoColumnRight
  76.  
  77. # The 4 supported rotate degree are: 0, 90, 180, 270. The deafult is 0
  78. rotate : 90
  79.  
  80. # Encoding : you can select one from WinAnsiEncoding, MacRomanEncoding, MacExpertEncoding
  81. typeencoding : WinAnsiEncoding
  82.