hi I am getting an exception after my PDF got analysed while creating cluster:1
here is the error message:
C:\Download Data\briss-0.0.11>java -jar briss-0.0.11.jar
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at at.laborg.briss.PDFPageCluster.getPreviewImage(PDF PageCluster.java:13
2)
at at.laborg.briss.MergedPanel.<init>(MergedPanel.jav a:64)
at at.laborg.briss.Briss$ClusterPagesTask.done(Briss. java:566)
at javax.swing.SwingWorker$5.run(Unknown Source)
at javax.swing.SwingWorker$DoSubmitAccumulativeRunnab le.run(Unknown Sour
ce)
at sun.swing.AccumulativeRunnable.run(Unknown Source)
at javax.swing.SwingWorker$DoSubmitAccumulativeRunnab le.actionPerformed(
Unknown Source)
at javax.swing.Timer.fireActionPerformed(Unknown Source)
at javax.swing.Timer$DoPostEvent.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilter s(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(U nknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarch y(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
My pdf file is around 50MB, I think I can extract a few pages and chop them, but then all the bookmarks would be lost, is the size a problem there?
Edit:
Actually, I got it solved by increasing the memory allocation for java VM