ICEpdf
  1. ICEpdf
  2. PDF-1065

Addition of file attachments utility tab in Viewer RI.

    Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 6.1.3
    • Fix Version/s: 6.2
    • Component/s: Core/Rendering
    • Labels:
      None
    • Environment:
      All

      Description

      With the provided PDF file it is a container file that has other PDF files included in the file. It also shows a main PDF file/page that isn't listed in the container files. With ICEpdf, this main PDF content isn't shown, just the thumbnails of the files in the container. With Adobe it shows the main file as well as a list of the PDF files contained.

        Activity

        Arran Mccullough created issue -
        Patrick Corless made changes -
        Field Original Value New Value
        Fix Version/s 6.2 [ 13090 ]
        Patrick Corless made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        Hide
        Patrick Corless added a comment -

        After a marathon development session the viewer now sports a new attachments tab on the utility pain and we can now correctly distinguish between a collection and attachments. The new tab allows for the viewing of all root linked file attachments it currently doesn't include those found in annotation gotoRactions. The file attachment view allows pdf files to be opened with a double click and any file attachment can be saved by selecting the row and right clicking and selecting "Save As..." from the context menu.

        Show
        Patrick Corless added a comment - After a marathon development session the viewer now sports a new attachments tab on the utility pain and we can now correctly distinguish between a collection and attachments. The new tab allows for the viewing of all root linked file attachments it currently doesn't include those found in annotation gotoRactions. The file attachment view allows pdf files to be opened with a double click and any file attachment can be saved by selecting the row and right clicking and selecting "Save As..." from the context menu.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49963 Tue Jan 10 12:56:54 MST 2017 patrick.corless PDF-1065 addition of file attchement panel to the viewer RI as well as save as file saving option.
        Files Changed
        Commit graph MODIFY /icepdf/branches/icepdf-6.1.0/icepdf/examples/capture/PortfolioCapture.java
        Commit graph DEL /icepdf/branches/icepdf-6.1.0/icepdf/core/src/org/icepdf/core/pobjects/actions/FileSpecification.java
        Commit graph MODIFY /icepdf/branches/icepdf-6.1.0/icepdf/core/src/org/icepdf/core/pobjects/actions/SubmitFormAction.java
        Commit graph MODIFY /icepdf/branches/icepdf-6.1.0/icepdf/core/src/org/icepdf/core/util/Utils.java
        Commit graph MODIFY /icepdf/branches/icepdf-6.1.0/icepdf/viewer/src/org/icepdf/ri/util/PropertiesManager.java
        Commit graph ADD /icepdf/branches/icepdf-6.1.0/icepdf/core/src/org/icepdf/core/pobjects/EmbeddedFileStream.java
        Commit graph ADD /icepdf/branches/icepdf-6.1.0/icepdf/core/src/org/icepdf/core/pobjects/FileSpecification.java
        Commit graph MODIFY /icepdf/branches/icepdf-6.1.0/icepdf/viewer/src/org/icepdf/ri/common/SwingViewBuilder.java
        Commit graph MODIFY /icepdf/branches/icepdf-6.1.0/icepdf/viewer/src/org/icepdf/ri/resources/MessageBundle.properties
        Commit graph MODIFY /icepdf/branches/icepdf-6.1.0/icepdf/viewer/src/org/icepdf/ri/common/views/CollectionDocumentView.java
        Commit graph ADD /icepdf/branches/icepdf-6.1.0/icepdf/viewer/src/org/icepdf/ri/common/utility/attachment/AttachmentPanel.java
        Commit graph MODIFY /icepdf/branches/icepdf-6.1.0/icepdf/viewer/src/org/icepdf/ri/common/SwingController.java
        Commit graph MODIFY /icepdf/branches/icepdf-6.1.0/icepdf/core/src/org/icepdf/core/pobjects/Catalog.java
        Commit graph ADD /icepdf/branches/icepdf-6.1.0/icepdf/viewer/src/org/icepdf/ri/common/utility/attachment/FileTableModel.java
        Commit graph MODIFY /icepdf/branches/icepdf-6.1.0/icepdf/core/src/org/icepdf/core/pobjects/actions/LaunchAction.java
        Commit graph ADD /icepdf/branches/icepdf-6.1.0/icepdf/viewer/src/org/icepdf/ri/common/utility/attachment
        Commit graph MODIFY /icepdf/branches/icepdf-6.1.0/icepdf/viewer/src/org/icepdf/ri/common/ViewModel.java
        Commit graph MODIFY /icepdf/branches/icepdf-6.1.0/icepdf/core/src/org/icepdf/core/pobjects/actions/GoToRAction.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49964 Tue Jan 10 12:57:38 MST 2017 patrick.corless PDF-1065 addition of file attchement panel to the viewer RI as well as save as file saving option.
        Files Changed
        Commit graph ADD /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/utility/attachment/FileTableModel.java
        Commit graph ADD /icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/EmbeddedFileStream.java
        Commit graph MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/utility/annotation/SubmitFormActionDialog.java
        Commit graph MODIFY /icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/actions/GoToRAction.java
        Commit graph MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/SwingViewBuilder.java
        Commit graph MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/views/CollectionDocumentView.java
        Commit graph ADD /icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/FileSpecification.java
        Commit graph ADD /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/utility/attachment
        Commit graph MODIFY /icepdf/trunk/icepdf/examples/capture/PortfolioCapture.java
        Commit graph ADD /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/utility/attachment/AttachmentPanel.java
        Commit graph MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/SwingController.java
        Commit graph MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/ViewModel.java
        Commit graph MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/util/PropertiesManager.java
        Commit graph MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/resources/MessageBundle.properties
        Commit graph MODIFY /icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/actions/SubmitFormAction.java
        Commit graph MODIFY /icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/Catalog.java
        Commit graph MODIFY /icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/actions/LaunchAction.java
        Commit graph MODIFY /icepdf/trunk/icepdf/core/src/org/icepdf/core/util/Utils.java
        Commit graph DEL /icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/actions/FileSpecification.java
        Hide
        Patrick Corless added a comment -

        Marking as fixed.

        Show
        Patrick Corless added a comment - Marking as fixed.
        Patrick Corless made changes -
        Status In Progress [ 3 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49970 Tue Jan 10 14:00:44 MST 2017 patrick.corless PDF-1065 touched up jdk 1.5 compile issues.
        Files Changed
        Commit graph MODIFY /icepdf/branches/icepdf-6.1.0/icepdf/viewer/src/org/icepdf/ri/common/utility/attachment/AttachmentPanel.java
        Commit graph MODIFY /icepdf/branches/icepdf-6.1.0/icepdf/viewer/src/org/icepdf/ri/common/utility/attachment/FileTableModel.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49971 Tue Jan 10 14:00:59 MST 2017 patrick.corless PDF-1065 touched up jdk 1.5 compile issues.
        Files Changed
        Commit graph MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/utility/attachment/FileTableModel.java
        Commit graph MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/utility/attachment/AttachmentPanel.java
        Patrick Corless made changes -
        Issue Type Bug [ 1 ] New Feature [ 2 ]
        Patrick Corless made changes -
        Summary First part of PDF container file not shown Addition of file attachments utility tab in Viewer RI.
        Patrick Corless made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Patrick Corless
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: