java.lang.Object
org.sejda.model.task.BaseTask<T>
org.sejda.impl.icepdf.PdfToMultipleImageTask<T>
- Type Parameters:
T - the type of parameters.
- All Implemented Interfaces:
- Task<T>
public class PdfToMultipleImageTask<T extends AbstractPdfToMultipleImageParameters>
- extends BaseTask<T>
ICEpdf implementation of a task which converts a pdf document to a collection of images, one image per page.
- Author:
- Andrea Vacondio
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PdfToMultipleImageTask
public PdfToMultipleImageTask()
before
public void before(T parameters)
throws TaskExecutionException
- Specified by:
before in interface Task<T extends AbstractPdfToMultipleImageParameters>
- Throws:
TaskExecutionException
execute
public void execute(T parameters)
throws TaskException
- Throws:
TaskException
after
public void after()
- Specified by:
after in interface Task<T extends AbstractPdfToMultipleImageParameters>
Copyright © 2012. All Rights Reserved.