Class OfficeText2PdfConverter
- java.lang.Object
-
- de.xima.fc.transform.pdf.convert.text.OfficeText2PdfConverter
-
- All Implemented Interfaces:
IPdfConverter
public class OfficeText2PdfConverter extends Object implements IPdfConverter
IPdfConverter
implementation for MS-Word and Open-/LibreOffice text documents. The only supported conversion parameter isPdfConversionParams.ParamNames.TARGET_PAGE_FORMAT
, its only supported value isETargetPageFormat.FROM_SOURCE
(which makes it the default as well).- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description OfficeText2PdfConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
convert(InputStream is, OutputStream os, PdfConversionParams conversionParams)
-
-
-
Method Detail
-
convert
public void convert(InputStream is, OutputStream os, PdfConversionParams conversionParams)
- Specified by:
convert
in interfaceIPdfConverter
- Parameters:
is
- the input stream providing the source dataos
- the output stream for the resulting PDF dataconversionParams
- parameters for the conversion
-
-