Package | Description |
---|---|
com.aspose.html.rendering.pdf |
Constructor and Description |
---|
PdfDevice(PdfRenderingOptions options,
ICreateStreamProvider streamProvider)
Initializes a new instance of the
PdfDevice class by rendering options and stream provider. |
PdfDevice(PdfRenderingOptions options,
OutputStream outputStream)
Initializes a new instance of the
PdfDevice class by rendering options and output stream. |
PdfDevice(PdfRenderingOptions options,
com.aspose.html.internal.ms.System.IO.Stream stream)
Initializes a new instance of the
PdfDevice class by rendering options and output stream. |
PdfDevice(PdfRenderingOptions options,
String file)
Initializes a new instance of the
PdfDevice class by rendering options and output file name. |