home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / DTP / DCATOPM.ZIP / DCAIMP.TXT < prev   
Text File  |  1992-03-11  |  4KB  |  100 lines

  1. ==================================
  2. 1. INSTALLATION
  3. ==================================
  4.  
  5. This section presents information on installing new filters.
  6.  
  7. 1.1 FILTER INSTALLATION
  8.  
  9. If the filter is an update to a filter that is currently installed
  10. in your ALDUS.INI:
  11.  
  12.   a) Copy the filter file to the C:\ALDUS\USENGLSH\FILTERS directory 
  13.      replacing the old filter with the new filter (they should be 
  14.      named the same).
  15.   b) Restart PageMaker or Persuasion.
  16.  
  17. If this is a completely new filter for you:
  18.  
  19.   a) Copy the new filter file to the C:\ALDUS\USENGLSH\FILTERS directory.
  20.   b) Edit your ALDUS.INI file in a text editor such as Windows Notepad.
  21.      The ALDUS.INI is normally located in the C:\ALDUS\USENGLSH directory.
  22.   c) Add an entry for the new filter.  If adding a new import filter, add 
  23.      the new entry under the [AldusImports] section.  If adding a new 
  24.      export filter, add the new entry under the [AldusExports] section.
  25.  
  26.      The following are sample entries for use with the filters that are 
  27.      found on the Drivers/Filters Pack #4.  Copy the entry from below that 
  28.      matches your new filter into your ALDUS.INI under the appropriate 
  29.      section.  Note: some filters have more than one entry, e.g. the Lotus 
  30.      1-2-3 and the DCA/RFT import filters.
  31.  
  32.           [AldusImports]
  33.           ASCII/ANSI Import Filter=ASCIIMP.FLT,TXT
  34.           DCA Import=DCAIMP.FLT,DCA
  35.           RFT Import=DCAIMP.FLT,RFT
  36.           Excel Spreadsheet Import=EXCELIMP.FLT,XLS
  37.           Excel Chart Import=CHARTIMP.FLT,XLC
  38.           Lotus 1-2-3 Rel 1A (.WKS) Import=123IMP.FLT,WKS
  39.           Lotus 1-2-3 Rel 2-2.2 (.WK1) Import=123IMP.FLT,WK1
  40.           Lotus 1-2-3 Rel 3 (.WK3) Import=123IMP.FLT,WK3
  41.           Symphony 1.0-1.01 (.WRK) Import=123IMP.FLT,WRK
  42.           Symphony 1.1-2.0 (.WR1) Import=123IMP.FLT,WR1
  43.           Word for Windows 1.0 Import=WINWDIMP.FLT,DOC
  44.           Word for Windows 2.0 Import=WNWD2IMP.FLT,DOC
  45.           Samna Word Import=SAMAWIMP.FLT,SAM
  46.           Table Editor Import=TEIMP.FLT,TBL
  47.           Ventura Publisher Import=VPIMP.FLT,CHP
  48.           XYWrite III Import=XY3IMP.FLT,DOC
  49.           WordPerfect 5.0-5.1 Import=WP5IMP.FLT,WP5
  50.  
  51.           [AldusExports]
  52.           XYWrite III Export=XY3EXP.FLT,DOC
  53.           WordPerfect 5.0-5.1 Export=WP5EXP.FLT,WP5
  54.  
  55.   d) Save the ALDUS.INI as a text only ASCII file.
  56.   e) Restart PageMaker or Persuasion.
  57.  
  58.  
  59. 1.2 IMPROVING PERFORMANCE
  60.  
  61. Because PageMaker and Persuasion load each installed filter during startup, 
  62. the more filters you install, the longer PageMaker's and Persuasion's 
  63. startup time will be.  We suggest, therefore, that you install only those 
  64. filters you will typically use.
  65.  
  66. But if you must install several filters, there is another option for 
  67. accelerating startup.  By making modest changes to the filter lines in 
  68. ALDUS.INI, you can reduce startup time while still installing all the
  69. filters you need.  To do this, open ALDUS.INI using the Notepad and type a 
  70. semicolon at the beginning of the line for each filter entry you will 
  71. rarely use.  
  72.  
  73.    For Example:  [AldusImports]
  74.                  ASCII/ANSI Text Import=ASCIIMP.FLT,TXT
  75.                  ;Rich Text Format (RTF) Import=RTFIMP.FLT,RTF
  76.                  ;Windows Word 1.x Import=WINWDIMP.FLT,DOC
  77.                  Table Editor Import=TEIMP.FLT,TBL
  78.  
  79. When you restart PageMaker or Persuasion, these filters will not be loaded.
  80. When you want to use these filters again, remove the semicolon from the
  81. filter lines in ALDUS.INI, and then restart PageMaker or Persuasion.
  82.  
  83.  
  84.  
  85. =========================================
  86. 2. FILTER INFORMATION
  87. =========================================
  88.  
  89. DCA/RFT Import Filter - DCAIMP.FLT (.DCA, .RFT)
  90.  
  91. This filter contains a slight modification that improves the placement of 
  92. some Revisable Form Text (DCA) files.  Previously it was assumed that a 
  93. space character always accompanied the 'soft return' character found at the 
  94. end of each line.  Some applications, such as AdvanceWrite, DisplayWrite 
  95. and SmartWare, now write out DCA files that contain only a soft return.  
  96. Consequently these files would place into PageMaker without the necessary 
  97. space character between words.  The filter now accommodates both variations 
  98. and a space is inserted when necessary.
  99.  
  100.