Class PDF2HtmlConverter
- java.lang.Object
-
- org.nuxeo.ecm.platform.convert.plugins.CommandLineBasedConverter
-
- org.nuxeo.ecm.platform.convert.plugins.PDF2HtmlConverter
-
- All Implemented Interfaces:
Converter
,ExternalConverter
public class PDF2HtmlConverter extends CommandLineBasedConverter
Pdf2Html converter based on the pdftohtml command-line executable.- Author:
- tiry, Vincent Dutat
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.nuxeo.ecm.platform.convert.plugins.CommandLineBasedConverter
CommandLineBasedConverter.CmdReturn
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.platform.convert.plugins.CommandLineBasedConverter
CMD_NAME_PARAMETER, initParameters, TMP_PATH_PARAMETER
-
-
Constructor Summary
Constructors Constructor Description PDF2HtmlConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BlobHolder
buildResult(List<String> cmdOutput, CmdParameters cmdParams)
Builds result from commandLine output buffer.protected Map<String,Blob>
getCmdBlobParameters(BlobHolder blobHolder, Map<String,Serializable> parameters)
Extracts BlobParameters.protected Map<String,String>
getCmdStringParameters(BlobHolder blobHolder, Map<String,Serializable> parameters)
Extracts String parameters.-
Methods inherited from class org.nuxeo.ecm.platform.convert.plugins.CommandLineBasedConverter
convert, execOnBlob, getCommandLineService, getCommandName, getTmpDirectory, init, isConverterAvailable
-
-
-
-
Method Detail
-
buildResult
protected BlobHolder buildResult(List<String> cmdOutput, CmdParameters cmdParams)
Description copied from class:CommandLineBasedConverter
Builds result from commandLine output buffer.- Specified by:
buildResult
in classCommandLineBasedConverter
-
getCmdBlobParameters
protected Map<String,Blob> getCmdBlobParameters(BlobHolder blobHolder, Map<String,Serializable> parameters) throws ConversionException
Description copied from class:CommandLineBasedConverter
Extracts BlobParameters.- Specified by:
getCmdBlobParameters
in classCommandLineBasedConverter
- Throws:
ConversionException
-
getCmdStringParameters
protected Map<String,String> getCmdStringParameters(BlobHolder blobHolder, Map<String,Serializable> parameters) throws ConversionException
Description copied from class:CommandLineBasedConverter
Extracts String parameters.- Specified by:
getCmdStringParameters
in classCommandLineBasedConverter
- Throws:
ConversionException
-
-