Class PdfUtils
- java.lang.Object
-
- com.openindex.openestate.tool.utils.PdfUtils
-
public final class PdfUtils extends Object
PdfUtils.- Author:
- Andreas Rudolph
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.lowagie.text.ImagecreateImage(BufferedImage srcImg, int width, int height, int resolution, boolean mayRotate)static com.lowagie.text.ImagecreateImage(File srcImg, int width, int height, int resolution, boolean mayRotate)static com.lowagie.text.ImagecreateImage(InputStream srcImg, int width, int height, int resolution, boolean mayRotate)
-
-
-
Method Detail
-
createImage
public static com.lowagie.text.Image createImage(InputStream srcImg, int width, int height, int resolution, boolean mayRotate) throws IOException
- Throws:
IOException
-
createImage
public static com.lowagie.text.Image createImage(File srcImg, int width, int height, int resolution, boolean mayRotate) throws IOException
- Throws:
IOException
-
createImage
public static com.lowagie.text.Image createImage(BufferedImage srcImg, int width, int height, int resolution, boolean mayRotate) throws IOException
- Throws:
IOException
-
-