Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.Pdf.New library which are either directly in it like Document or indirectly through several subpackages. |
com.aspose.pdf.facades |
The
com.aspose.pdf.facades package provides classes originaly came from Aspose.Pdf.Kit. |
com.aspose.pdf.javax.imageio |
Modifier and Type | Method and Description |
---|---|
void |
ButtonField.addImage(BufferedImage image)
Adds image into the field resources an draws it.
|
void |
ButtonField.addImage(BufferedImage image,
boolean fillArea)
Adds image into the field resources an draws it.
|
boolean |
MemoryExtender.CallBackPageImage.invoke(BufferedImage img)
This method should give an answer, to add the new image into the cache or not.
|
Modifier and Type | Method and Description |
---|---|
BufferedImage[] |
PdfViewer.decodeAllPages()
Get pages of current pdf file.
|
BufferedImage |
PdfViewer.decodePage(int pageNumber)
Decodes a page of one Pdf file.
|
BufferedImage |
PdfViewer.decodePageToImage(int pageNumber,
com.aspose.ms.System.Drawing.Imaging.ImageFormat imageFormat)
Decodes page to BufferedImage
|
Modifier and Type | Method and Description |
---|---|
static BufferedImage |
ImageIO.read(InputStream is) |
Modifier and Type | Method and Description |
---|---|
static void |
ImageIO.write(BufferedImage img,
String format,
OutputStream os) |
Copyright © 2018 Aspose. All Rights Reserved.