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