Package | Description |
---|---|
com.aspose.pdf | |
com.aspose.pdf.devices |
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) |
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.
|
Copyright © 2014 Aspose. All Rights Reserved.