public interface IPdfConverter
Declares functionality to convert PUB document into PDF document
| Modifier and Type | Method and Description |
|---|---|
void |
convertToPdf(Document doc,
OutputStream outputStream)
Converts PUB document into PDF format and saves result in stream passed
|
void |
convertToPdf(Document doc,
String fileName)
Converts PUB document into PDF format and saves result as PDF file
|
void convertToPdf(Document doc, String fileName)
Converts PUB document into PDF format and saves result as PDF file
doc - PUB documentfileName - name of PDF filevoid convertToPdf(Document doc, OutputStream outputStream)
Converts PUB document into PDF format and saves result in stream passed
doc - PUB documentoutputStream - output streamCopyright © 2020 Aspose. All Rights Reserved.