home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / Rhapsody / text / converter / PDFConvert.0.1.README < prev   
Encoding:
Text File  |  1998-01-15  |  3.0 KB  |  42 lines

  1. PDFConvert.app
  2.  
  3. Note
  4. ----
  5. PPC users please read the why only intel section below.
  6.  
  7.  
  8. What is PDFConvert.app
  9. ----------------------
  10.  
  11. PDFConvert.app is a simple application that attempts to function as front end to pdftotext and pdftops from the xpdf package (See xpdf below).  I assume that someone is porting a real pdf viewer to Rhapsody, this is just a stop gap measure to allow me to look at the docs.  You can have it, and do with it as you please.  
  12.  
  13. xpdf
  14. ----
  15. See the README.xpdf included with this distribution.  xpdf is a pdf viewer for the x-windows system.  It is freely available and distributed by Derek B. Noonburg at derekn@aimnet.com.  The web page for xpdf is http://www.aimnet.com/~derekn/xpdf/.  Derek has graciously allowed me to bundle a binary of pdftops and pdftotext with PDFConvert.app.  Please visit Derek's sight and let him know you appreciate the software.
  16.  
  17. pdftops and pdftotext
  18. ---------------------
  19. All PDFConvert.app does is provide a gui for running these applications (which do exactly as their names suggest, they convert pdf into either postscript or text).  PDFConvert.app will also open pdf files with a double click in workspace, and then by default convert them to postscript and open them with your postscript viewer.  These applications seem to handle the pdf docs on Rhapsody pretty well.
  20.  
  21. This is a hack, this is only hack, I repeat this is a hack 
  22. ----------------------------------------------------------
  23. I know anothers are writing pdf viewers, (Hey omni where is OmniPDF for Intel?????).  This is just a hack to allow me to see the .pdf files included with Rhapsody.  If you wanna wait for the "real" viewers, fine by me, but don't send me flames saying that this app is slow, buggy, blew up my system or whatever.
  24.  
  25. Distributing PDFConvert
  26. -----------------------
  27. You have the source, if you wanna make it better, please feel free.  All I ask is that you leave the README that I write alone and include both this README and the README.xpdf with each distribution.  Please let me know if you are going to re-release PDFConvert and it would be nice of you to let Derek know as well.  PDFConvert is Copyright 1998 Eric Peyton.  xpdf, pdftops and pdftotext are copyright 1997 Derek B. Noonburg.  Please distribute source with every release of PDFConvert.app.  Please read the README.xpdf and follow Derek's restrictions on xpdf distribution.  Thanks.
  28.  
  29. Why only Intel
  30. --------------
  31. I attempted to compile this both -arch ppc and -arch i386.  The i386 compile went fine, however the ppc compile resulted in the following output 
  32. Gfx.cc:222: Internal compiler error.
  33. Gfx.cc:222: Please submit a full bug report to `bug-next@next.com'
  34.  
  35. I can find nothing wrong in the code that would cause this problem, however I rarely use c++ so I might not notice alot of things.
  36. I have submitted a bug report, with additional information.  If a ppc user wants to go get the source from Derek's site and compile both pdftops and pdftotext, please submit them to me and I'll make sure that it gets into the distribution.
  37.  
  38. epeyton@cmg.fcnbd.com
  39. Eric Peyton
  40. Openstep/Rhapsody Development (ONLY!!)
  41.  
  42.