home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / colorspc.zip / FIXPDF.TXT < prev    next >
Text File  |  2002-03-10  |  890b  |  29 lines

  1. fixpdf.cmd
  2.  
  3. Julian Thomas <jt@jt-mj.net>
  4.  
  5. March 10 2001.
  6.  
  7. This is a free OS/2 Rexx command-line program. It removes one specific 
  8. backward-compatibility problem between Acrobat 4 Distiller and Acrobat 3 
  9. Reader. The symptom of this problem is the message "Could not find the 
  10. ColorSpace named 'Cs9'" or Cs6, etc.
  11.  
  12. The program will attempt to fix your PDF file. 
  13. If your PDF file has any other problem or uses any other Acrobat 4 (PDF 1.3) 
  14. feature, it won't help that.
  15.  
  16. Disclaimer: While it's been tested on a number of files by several Beta users,
  17. there are, of course, no guarantees.
  18.  
  19. USAGE:
  20.  
  21. fixpdf filespec [output file]
  22.  
  23. If no output file is specified, the input file is copied as a .BAK file
  24. and the fixed file replaces the original file.
  25.  
  26. If a filespec includes spaces (a practice that I believe should be avoided),
  27. the program will handle it correctly.
  28.  
  29.