home *** CD-ROM | disk | FTP | other *** search
/ Freelog 11 / Freelog011.iso / BeOS / BAS / Bureau / bepdf / README.beos < prev   
Text File  |  1999-03-26  |  4KB  |  113 lines

  1. BePDF release 0.6
  2. based on xpdf 0.80
  3. Hubert Figui├¿re <hub@frbug.org>
  4. January 23th 1999
  5.  
  6. $Id: README.beos,v 1.7 1999/03/27 01:30:28 hub Exp $
  7.  
  8. ABSTRACT
  9.  
  10. This document supplement the file README specially for the BeOS version.
  11.  
  12. WHAT IS BePDF
  13.  
  14. BePDF is a free PDF viewer for BeOS. This version is a port of xpdf that was written
  15. for the X-Window system. It uses the 0.80 portable engine unmodified and add wrappers 
  16. around it to make it a BeOS native program. It is designed to run as good as it can 
  17. on BeOS.
  18.  
  19. This version is currently a version in development and is not  as functionnal as the 
  20. X-Window version. What would you expect from a 2 days coding program ?
  21.  
  22. SETUP
  23.  
  24. This program requires BeOS R4 (PowerPC or Intel).
  25.  
  26. You can set is as preferred handler for file of type application/pdf.
  27.  
  28. Openning a big PDF file from a CD-ROM can take a while. Please be patient.
  29.  
  30. Window zooming is smart. It will zoom the window to the document size of to the screen size, 
  31. whatever is the smallest.
  32.  
  33.  
  34. KNOWN LIMITATIONS
  35.  
  36. *Bezier curve are not drawn properly in all cases. This is because they sometimes use
  37. the Even and Odd rule to file Bezier in PDF. BeOS does not support it yet. I have either
  38. to wait for this mode to be supported or to do this myself.
  39. *It does not recognize the encoding used for non ASCII. It defaults to ISO-8859-1, but for
  40. files like BeOS documentation, Macintosh Roman encoding is better. Choose whatever
  41. suits the best. Note also that ligature like 'fi' produce squares. There are a lot in the BeOS 
  42. user's guide.
  43. *Font mapping is really basic.
  44. *Cross references are not handled yet
  45. *Printing is badly supported (ie experimental)
  46. *Multiple window mode seems to have trouble...
  47. *Some documents with weird encodings may be displayed correctly and may be unreadable.
  48. *Does not support the news PDF 1.3 introduced by the upcoming Acrobat 4. Currently this
  49. cause BePDF to crash badly.
  50. *lot of other things
  51.  
  52. SOURCE CODE
  53.  
  54. Full source code is available under GPL Licensing.
  55. Master site is <http://www.frbug.org/pdf/>
  56.  
  57. FEEDBACK & SUPPORT
  58.  
  59. If you have trouble using this or if you find crashes, feel free to contact me at:
  60.     <hub@frbug.org>
  61. You can also send me patches for bug fixes and improvement. Use diff -u from an official 
  62. source tree (don't forget to tell me which one it is).
  63.  
  64. CREDITS
  65.  
  66. Engine and original documentation :  copyright 1996-1998 Derek B. Noonburg.
  67. BeOS interface : copyright 1998 Hubert Figui├¿re.
  68. Thanks to :
  69. -Derek B. Noonburg for xpdf
  70. -Beno├»t Triquet for original work on a BeOS version
  71. -Mathias Agopian for hints.
  72. -Icons by Jonas Sundstr├╢m
  73.  
  74. CHANGES
  75.  
  76. release 0.5, Nov 1st 1998
  77. -BeOS Master Awards release.
  78.  
  79. release 0.5.1, January 26th 1999
  80. -[FEATURE] Added icon for PDF documents
  81. -[BUG] fixed bug with page number not properlly displayed
  82. -Internal code reorganization
  83. -Renamed to BePDF
  84. -[FEATURE] Added B├⌐zier curves suport for vector graphics.
  85. -[FEATURE] Jumped to 0.80 engine
  86. -Now under GPL License (see file COPYING)
  87.  
  88. release 0.6
  89. -[FEATURE] Bitmap image are now displayed
  90. -[FEATURE] Scrollbars are now handled correctly (this was NOT done, hence it is
  91. a feature and not a bug).
  92. -[FEATURE] Added direct page access thru the BTextControl
  93. -[FEATURE] Added zooming support thru a menu
  94. -[FEATURE] Added total page number
  95. -[FEATURE] A nicer icon for the application has been added (thanks Jonas for 
  96. providing it).
  97. -[FEATURE] We now can navigate with Page Up/Down and Space/backspace keys like in
  98. less, Netscape, etc.
  99. -[FEATURE] Basic printing support. This is really a hack. Don't use it.
  100. -Window now only displays the file name instead of the full path
  101. -[BUG] fixed bug where BShape were not filled in the right place: Documentation
  102. was unclear. Vector graphics should be drawn better but not the best way (see KNOWN
  103. LIMITATION section above).
  104. -[BUG] bezier curve where not stroke the right way. Used the same algorithm as
  105. for BeOutputDev::fill ()
  106. -[BUG] links border should be drawn in the right place now.
  107. -[BUG] now compiled to use Gzip instead of compress. This later is not in BeOS and
  108. previous engine version required a script to be installed.
  109. -[BUG] fixed a bug where the page was not completly drawn until next update 
  110. (BView::Sync() is worth the effort)
  111. -[BUG] clipping region are now handled properly. Caveat: this is SLOW.
  112. -[BUG] removed unused popuo at the left bottom of window
  113.