Interface SplitService

  • All Superinterfaces:
    com.google.gwt.user.client.rpc.RemoteService

    @RemoteServiceRelativePath("split")
    public interface SplitService
    extends com.google.gwt.user.client.rpc.RemoteService
    The client side stub for the Split Service.
    Since:
    8.4
    Author:
    Marco Meschieri - LogicalDOC
    • Method Detail

      • split

        void split​(long docId,
                   int policy,
                   int separator,
                   String expression)
            throws ServerException
        Splits a document using different options, the splitted segments are saved in the same folder as the original PDF with -N prefix.
        Parameters:
        docId - the document to split
        policy - of split (see the TYPE_ constants)
        separator - separator way to handle the separator (see the TYPE_ constants)
        expression - the expression to use processing the split
        Throws:
        ServerException - an error happened in the server application