org.enhydra.snapperPreviewer.spec
Interface PDFPictureExtractor
public interface PDFPictureExtractor
- Author:
- lola
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
Method Summary |
java.io.File |
getPicture(java.io.File pdfFile,
java.lang.String imageKey,
java.lang.String tempDir)
|
java.util.Vector |
getPictureList(java.io.File pdfFile)
|
void |
init()
|
void |
writePictureByKey(java.lang.String pdfFilePath,
java.lang.String imageKey,
com.lutris.appserver.server.httpPresentation.HttpPresentationComms comms,
int scale,
java.lang.String errorImagePath)
|
init
void init()
throws java.io.IOException
- Throws:
java.io.IOException
getPictureList
java.util.Vector getPictureList(java.io.File pdfFile)
writePictureByKey
void writePictureByKey(java.lang.String pdfFilePath,
java.lang.String imageKey,
com.lutris.appserver.server.httpPresentation.HttpPresentationComms comms,
int scale,
java.lang.String errorImagePath)
getPicture
java.io.File getPicture(java.io.File pdfFile,
java.lang.String imageKey,
java.lang.String tempDir)