Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
com.aspose.pdf.devices |
The com.aspose.pdf.devices package provides classes which are used for representing
document as image(s) or a plain text.
|
Modifier and Type | Method and Description |
---|---|
void |
Document.sendTo(DocumentDevice device,
int fromPage,
int toPage,
OutputStream output)
Sends the certain pages of the document to the document device for processing.
|
void |
IDocument.sendTo(DocumentDevice device,
int fromPage,
int toPage,
OutputStream output)
Sends the certain pages of the document to the document device for processing.
|
void |
Document.sendTo(DocumentDevice device,
int fromPage,
int toPage,
String outputFileName)
Sends the whole document to the document device for processing.
|
void |
IDocument.sendTo(DocumentDevice device,
int fromPage,
int toPage,
String outputFileName)
Sends the whole document to the document device for processing.
|
void |
Document.sendTo(DocumentDevice device,
OutputStream output)
Sends the whole document to the document device for processing.
|
void |
IDocument.sendTo(DocumentDevice device,
OutputStream output)
Sends the whole document to the document device for processing.
|
void |
Document.sendTo(DocumentDevice device,
String outputFileName)
Sends the whole document to the document device for processing.
|
void |
IDocument.sendTo(DocumentDevice device,
String outputFileName)
Sends the whole document to the document device for processing.
|
Modifier and Type | Class and Description |
---|---|
class |
TiffDevice
This class helps to save pdf document page by page into the one tiff image.
|