com.groupdocs.merger.domain.options.interfaces

Interface ISplitOptions

    • Method Detail

      • getMode

        int getMode()

        Gets the mode for page splitting.

      • getPathByIndex

        String getPathByIndex(int index,
                              String extension)

        Gets the full file path of splitted document by index with defined extension.

        Parameters:
        index - Index of splitted document.
        extension - Extension of file.
        Returns:
        The full file path.
      • getSplitStreamFactory

        SplitStreamFactory getSplitStreamFactory()

        Delegate that defines method to create output split stream.