railo.runtime.text.pdf
Class PDF2Image

java.lang.Object
  extended by railo.runtime.text.pdf.PDF2Image
Direct Known Subclasses:
PDF2ImageICEpdf, PDF2ImageJPedal, PDF2ImagePDFRenderer

public abstract class PDF2Image
extends Object


Constructor Summary
PDF2Image()
           
 
Method Summary
static PDF2Image getInstance()
           
abstract  Image toImage(byte[] input, int page)
           
abstract  void writeImages(byte[] input, Set pages, Resource outputDirectory, String prefix, String format, int scale, boolean overwrite, boolean goodQuality, boolean transparent)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDF2Image

public PDF2Image()
Method Detail

getInstance

public static PDF2Image getInstance()

toImage

public abstract Image toImage(byte[] input,
                              int page)
                       throws IOException,
                              PageException
Throws:
IOException
PageException

writeImages

public abstract void writeImages(byte[] input,
                                 Set pages,
                                 Resource outputDirectory,
                                 String prefix,
                                 String format,
                                 int scale,
                                 boolean overwrite,
                                 boolean goodQuality,
                                 boolean transparent)
                          throws PageException,
                                 IOException
Throws:
PageException
IOException


Copyright © 2012 Railo