|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jomic.tools.AbstractTask net.sf.jomic.tools.ExtractPdfImagesTask
public class ExtractPdfImagesTask
Task to extract all images from a PDF file to a specified target folder. The images will be named "00.jpg", "01.jpg" and so on, with the actual number of digits depending on the number of images in the PDF.
Constructor Summary | |
---|---|
ExtractPdfImagesTask(java.io.File newPdfFile,
java.io.File newTargetFolder)
|
Method Summary | |
---|---|
void |
start()
Start the task, which will cause the progress to iterate from 0 to getMaximum . |
Methods inherited from class net.sf.jomic.tools.AbstractTask |
---|
addProgressChangeListener, getMaxProgress, getProgress, getProgressMessage, isInterrupted, removeProgressChangeListener, setMaxProgress, setProgress, setProgressMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtractPdfImagesTask(java.io.File newPdfFile, java.io.File newTargetFolder)
Method Detail |
---|
public void start() throws java.lang.Exception
Task
getMaximum
.
start
in interface Task
start
in class AbstractTask
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |