Liferay 6.2-ce-ga5

com.liferay.portlet.documentlibrary.util
Class LiferayPDFBoxConverter

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.util.LiferayPDFBoxConverter

public class LiferayPDFBoxConverter
extends Object


Constructor Summary
LiferayPDFBoxConverter(File inputFile, File thumbnailFile, File[] previewFiles, String extension, String thumbnailExtension, int dpi, int height, int width, boolean generatePreview, boolean generateThumbnail)
           
 
Method Summary
 void generateImagesPB()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiferayPDFBoxConverter

public LiferayPDFBoxConverter(File inputFile,
                              File thumbnailFile,
                              File[] previewFiles,
                              String extension,
                              String thumbnailExtension,
                              int dpi,
                              int height,
                              int width,
                              boolean generatePreview,
                              boolean generateThumbnail)
Method Detail

generateImagesPB

public void generateImagesPB()
                      throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5