Snapper 1.0 API

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)
           
 

Method Detail

init

public void init()
          throws java.io.IOException
Throws:
java.io.IOException

getPictureList

public java.util.Vector getPictureList(java.io.File pdfFile)

writePictureByKey

public void writePictureByKey(java.lang.String pdfFilePath,
                              java.lang.String imageKey,
                              com.lutris.appserver.server.httpPresentation.HttpPresentationComms comms,
                              int scale,
                              java.lang.String errorImagePath)

getPicture

public java.io.File getPicture(java.io.File pdfFile,
                               java.lang.String imageKey,
                               java.lang.String tempDir)

Snapper 1.0 API