Class OfficeText2PdfConverter
java.lang.Object
de.xima.fc.transform.pdf.convert.text.OfficeText2PdfConverter
- All Implemented Interfaces:
IPdfConverter
Aspose based
IPdfConverter implementation for MS-Word and Open-/LibreOffice text documents. The only
supported conversion parameter is PdfConversionParams.ParamNames.TARGET_PAGE_FORMAT.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconvert(InputStream is, OutputStream os, PdfConversionParams conversionParams)
-
Constructor Details
-
OfficeText2PdfConverter
public OfficeText2PdfConverter()
-
-
Method Details
-
convert
- Specified by:
convertin interfaceIPdfConverter- Parameters:
is- the input stream providing the source dataos- the output stream for the resulting PDF dataconversionParams- parameters for the conversion
-