Class MSPowerpointNode


  • public class MSPowerpointNode
    extends Node

    This Node uses Microsoft Office PowerPoint to convert a presentation file with a virtual printer or by native file export (only MS Office 2007 and above).

    For further configuration details, have a look at the file server-config/ms-office/export-configuration.xml

    Since:
    jadice server 4.2.0.0
    • Constructor Detail

      • MSPowerpointNode

        public MSPowerpointNode()
    • Method Detail

      • getWorkerClassName

        public String getWorkerClassName()
        Description copied from class: Node
        Return the node's associated com.levigo.jadice.server.core.NodeWorker full qualified class's name. By default, the worker class name is
        • The same as the node name with the trailing "Node" replaced by "Worker" if the node name ends in "Node"
        • The node class name with an appended "Worker" otherwise.
        The package name of the worker class is the name of the Node's package with an appended ".worker".

        This behavior can be overridden in concrete subclasses.

        Overrides:
        getWorkerClassName in class Node
        Returns:
        the full qualified class name of the worker of this node.
      • setTargetMimeType

        public void setTargetMimeType​(String targetMimeType)
        Set the target MIME type.
        Default value: application/pdf
        Parameters:
        targetMimeType - the targetMimeType to set
      • getTargetMimeType

        public String getTargetMimeType()
        Returns:
        the targetMimeType
      • setFilename

        public void setFilename​(String filename)

        Set the fallback filename. This value will be used to generate a temporary file when no filename is provided in the StreamDescriptor.

        Default value: presentation.ppt

        Parameters:
        filename - fallback filename
      • getFilename

        public String getFilename()
      • setExportRange

        public void setExportRange​(PageRange exportRange)
        Set the range of pages to export/convert. It must be ensured on client side that this range of pages is valid, else an error might occur and the job might fail.
        Parameters:
        exportRange - range of pages (default: PageRange.ALL_PAGES)
        Since:
        jadice server 4.3.1.1
      • getExportRange

        public PageRange getExportRange()