PdfProducer
Contents
[
Hide
]PdfProducer class
Represents a class to produce PDF from other formats.
The PdfProducer type exposes the following members:
Methods
Name | Description |
---|---|
produce(input_stream, format, output_stream) | Produce the PDF stream using specified import format. |
produce(input_file_name, format, output_stream) | Produce the PDF stream using specified import format. |
produce(input_stream, format, output_file_name) | Produce the PDF stream using specified import format. |
produce(input_file_name, format, output_file_name) | Produce the PDF stream using specified import format. |
produce(input_file_name, options, output_stream) | Produce the PDF stream using specified import option. |
produce(input_stream, options, output_file_name) | Produce the PDF stream using specified import option. |
produce(input_file_name, options, output_file_name) | Produce the PDF stream using specified import option. |
produce(input_stream, options, output_stream) | Produce the PDF stream using specified import option. |
See Also
- namespace aspose.pdf.facades
- assembly Aspose.PDF