home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / Apps / PDFView.README < prev   
Text File  |  1996-11-06  |  7KB  |  160 lines

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