com.silverpeas.converter.openoffice
Class OpenOfficeToPDFConverter

java.lang.Object
  extended by com.silverpeas.converter.openoffice.OpenOfficeConverter
      extended by com.silverpeas.converter.openoffice.OpenOfficeToPDFConverter
All Implemented Interfaces:
DocumentFormatConversion, ToPDFConverter

@Named(value="toPDFConverter")
public class OpenOfficeToPDFConverter
extends OpenOfficeConverter
implements ToPDFConverter

Implementation of the ToPDFConverter interface by using the OpenOffice API to perform its job.

Author:
Yohann Chastagnier

Constructor Summary
OpenOfficeToPDFConverter()
           
 
Method Summary
 DocumentFormat[] getSupportedFormats()
          Gets the formats of documents supported by the converter.
 boolean isDocumentSupported(File document)
          Is the specified document in the format on which the converter works?
 
Methods inherited from class com.silverpeas.converter.openoffice.OpenOfficeConverter
closeConnection, convert, convert, convert, convert, convert, getOpenOfficeDocumentConverterFrom, openConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.silverpeas.converter.DocumentFormatConversion
convert, convert, convert
 

Constructor Detail

OpenOfficeToPDFConverter

public OpenOfficeToPDFConverter()
Method Detail

getSupportedFormats

public DocumentFormat[] getSupportedFormats()
Description copied from interface: DocumentFormatConversion
Gets the formats of documents supported by the converter.

Specified by:
getSupportedFormats in interface DocumentFormatConversion
Returns:
an array with the different formats into which the object implementing this interface can convert a document.

isDocumentSupported

public boolean isDocumentSupported(File document)
Description copied from class: OpenOfficeConverter
Is the specified document in the format on which the converter works?

Specified by:
isDocumentSupported in class OpenOfficeConverter
Parameters:
document - the document to check its format is supported.
Returns:
true if the format of the document is supported by this converter, false otherwise.


Copyright © 2016 Silverpeas. All Rights Reserved.