home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Apps.iso / Rhapsody / Publishing / PDFView-2.0-PI / PDFView-2.0-IP.README
Encoding:
Text File  |  1998-04-22  |  7.1 KB  |  180 lines

  1. PDFView 2.0:
  2. –OpenStep port.
  3.  
  4. PDFView 1.71:
  5. -Added french localization. Thanks to Hugues RICHARD.
  6.  
  7. PDFView 1.7:
  8. -PDFView supports embeded TrueType and CFF (new in PDF 1.2) fonts.
  9. Thanks to OneVision GmbH.
  10. -Various PDF 1.2 features are now supported: Separation colorspaces,
  11. Overprinting, Patterns, Transfer functions... However level 1
  12. compatibility suffered - if you are interested contact me and support
  13. me in testing.
  14. –Encrypted PDFs are now supported. Credits to Geoffrey Keating.
  15. -PDFView includes an Interface to the CMYKAdjust feature of the
  16. WindowServer.
  17.  
  18. PDFView 1.61:
  19. -First steps towards PDF 1.2. Mainly FlateDecoding. Thanks to
  20. Jean-loup Gailly and Mark Adler for their wonderful zlib.
  21.  
  22. PDFView 1.6:
  23. -The current zoom factor is now displayed and can be set.
  24. -Page increment and decrement buttons have been added to
  25. the page number text field.
  26. –The important feature called history has been implemented.
  27. -PDFView supports four mouse functions:
  28. Normal hypertext mode.
  29. Zoom cursor.
  30. Text cursor.
  31. Create note.
  32. -Notes can be modified added and deleted.
  33. -Thumbnails can be created and deleted.
  34. -Pages can be cropped and rotated.
  35. -The page mode and base URL of the document may be set.
  36. –Any changes may be saved. Important hint: <Save> always appends
  37. an update section to the document, which is good for small changes
  38. to large documents. Whereas <Save As> copies only needed data to
  39. the new document, which may even decrease file size.
  40.  
  41. PDFView 1.42:
  42. -Thumbnails show the visible rectangle and work as ineractive map for
  43. the page.
  44.  
  45. PDFView 1.4:
  46. -Added service: PDFView/Perform PDF Action.
  47. The send type is NXAsciiPboardType which should contain a valid PDF action
  48. as defined in PDF-1.1.
  49. Example 1:[1 /XYZ 0 0 .5]
  50. will jump to the second page in the current document and set
  51. the zoom to .5.
  52. Example 2:<</Type /Action /S /GoToR /F (myPDFfile) /D [0 /XYZ 0 0 1]>>
  53. will open the document called myPDFfile at page one zoom 1.
  54. This allows other applications to refer to specific locations
  55. in a PDF document.
  56. -Added filter service: PDFToRTF.
  57. This offers the 'Save text as RTF' function as a filter. Thus PDFView works
  58. with Librarian. Hint: Use build index in Librarian to speed up search.
  59. -Movie links are now handled in a primitive way.
  60.  
  61. PDFView 1.31:
  62. -Text annotations are now resizeable.
  63. -You can now search for Text annotations.
  64. -Document info has been added.
  65. -The entire text of a document can be saved as RTF.
  66. -The functions 'search text', 'search annots', 'list all fonts'
  67. and 'save entire text as RTF' can be aborted by <Command-Period>.
  68.  
  69. PDFView 1.3:
  70. -PDFView is now able to find, select and copy text.
  71. -You can now choose the zoom modifier key: Alternate or Control.
  72.  
  73. PDFView 1.21:
  74. -Fixed a bug in the fit to papersize option (Printing).
  75. -Font substitution now uses absolute values of given italic angles,
  76. because the sign of the italic angle in a fontdescriptor is not reliable.
  77. -Fixed problems with NextStep 4.0.
  78. -My private email address changed.
  79.  
  80. PDFView 1.2:
  81.  
  82. New features are:
  83. -The page mode entry is evaluated and used, thus either bookmarks
  84. or thumbs are displayed automatically if requested by the file.
  85. FullScreen page mode however is currently not supported.
  86. -The open action entry is evaluated and used, thus documents
  87. may appear at page, zoom and location as requested by the open action.
  88. -Hyper links to other files are now handled, i hope properly.
  89. -The function 'Save page as EPS' has been added.
  90. -The 'fit...' magnifications and scrolling behavior have been improved,
  91. thus more documents draw directly to the screen even when caching is enabled.
  92. -A document frame is now memoried.
  93. -Again the performance of substitute fonts has been slightly improved.
  94. -URL (http links) are recognized and passed to a service. The service is
  95. configurable in the preferences.
  96. The print setup code has been completely rewriten. Would anyone like to
  97. support me in testing Level1 compatibility?
  98.  
  99. Some notes to claims William Shipley made for his OmniPDF and the other viewers:
  100. -It is not true that Objective-C is a guarantee for faster interpretation.
  101. To prove this try the last page of focus.pdf from the Acrobat CD for example.
  102. -It is true that PDFView is slower when it has to do font substitution.
  103. Sophisticated font substitution has a price, on the Mac even a special
  104. waitcursor appears when the ATM computes substitute fonts.
  105. -PDFView does no longer use foreign code.
  106. -I wonder in which sense OmniPDF outputs print jobs that obey the DSC
  107. more than any other NextStep application. In particular PDFView is
  108. able to output print jobs with different paper formats for each page
  109. or to fit all pages on one common paper format, not so OmniPDF (Version 1.32).
  110. In addition PDFView produces Level1 compatible PostScript, correct DSC comments
  111. for binary data and hexadecimal data if your printer communication does not
  112. allow binary data.
  113. -PDFView has an explicit application wide cache size limit. This is important
  114. for two reasons. First the time to draw a page into a cache at zoom factors
  115. above 200 percent grows substantially. Second, which also is the reason for
  116. first, the size of the offscreen buffer - the cache - for a letter page at
  117. zoom 400 percent reaches nearly 30 MB on a true color system. Magnifications
  118. may ocur without a users explicit intention due to hyperlinks which may request
  119. an arbitrary rectangle to be magnified. OmniPDF currently avoids magnifications
  120. requested by hyperlinks.
  121. -Last it is surprising that, though less functionality, OmniPDF is nearly twice
  122. as large as PDFView 1.1.
  123. -PDFView is supported by me. Contact addresses below.
  124. I have one suggestion to William Shipley:
  125. Make an open interface for OmniWeb and i will implement it for PDFView.
  126. Than let users decide which viewer they like to use.
  127.  
  128. PDFView 1.1:
  129.  
  130. New features are:
  131. -The page is now centered in its view and the window
  132. can be resized freely.
  133. -The fit page options are now explicitly 'fit width',
  134. 'fit height' and 'fit'.
  135. -The content of a page may be cached up to a user defined
  136. cache size limit.
  137. -Hyper links are handled more seriously. A border
  138. is drawn if requested and the mouse turns red above
  139. the link rectangle.
  140. -Text annotations are displayed and can be opened,
  141. closed and moved.
  142. -A page overview has been added, where thumbnails are
  143. displayed if there are any.
  144. -The outline tree (tree of book marks) is offered for use.
  145. -A bug has been fixed which prevented font substitution to
  146. work on some printers.
  147. -The font substitution now takes more advantage of fontcaching.
  148. Thus the text display performance schould have improved.
  149.  
  150. PDFView 1.0:
  151.  
  152. PDFView lets you view and print PDF files.
  153.  
  154. Besides the basic commands in the display menu
  155. you can zoom a rectangle by halting the alternate key
  156. (this uses to be right Alt on PC keyboards) down. And
  157. you can abort this by pressing the right mouse button.
  158.  
  159. Further PDFView can follow the hyper links as long as
  160. they refer to the same document.
  161.  
  162. This is not much but a lot more than nothing.
  163.  
  164. Much pleasure
  165. Guenther
  166.  
  167.  
  168. This Software is for free noncomercial use.
  169. You schould never pay for it.
  170. You are welcome to distribute copies of it
  171. as long as you don't modify them.
  172. There are no warranties.
  173.  
  174. If you have suggestions, feel free to contact
  175. me under the following addresses:
  176. guenther@onevision.de
  177. guenther@golem.franken.de
  178.  
  179. Guenther
  180.