Class ImageXRefViewer

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.util.EventListener

    public class ImageXRefViewer
    extends AbstractTool
    Allows you to inspect the Image XObjects inside a PDF file.
    Since:
    2.1.1 (imported from itexttoolbox project)
    • Field Detail

      • total_number_of_pictures

        int total_number_of_pictures
        The total number of pictures inside the PDF.
      • jSpinner

        javax.swing.JSpinner jSpinner
        The spinner that will allow you to select an image.
      • image_panel

        javax.swing.JPanel image_panel
        The panel that will show the images.
      • layout

        java.awt.CardLayout layout
        The layout with the images.
    • Constructor Detail

      • ImageXRefViewer

        public ImageXRefViewer()
        Creates a ViewImageXObjects object.