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
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
-
Field Details
-
POLICY_ALLPAGES
static final int POLICY_ALLPAGES- See Also:
-
POLICY_SELECTION
static final int POLICY_SELECTION- See Also:
-
POLICY_BLANKPAGE
static final int POLICY_BLANKPAGE- See Also:
-
POLICY_BARCODE
static final int POLICY_BARCODE- See Also:
-
POLICY_TEXT
static final int POLICY_TEXT- See Also:
-
SEPARATOR_SKIP
static final int SEPARATOR_SKIP- See Also:
-
SEPARATOR_CURRENTSEG
static final int SEPARATOR_CURRENTSEG- See Also:
-
SEPARATOR_NEXTSEG
static final int SEPARATOR_NEXTSEG- See Also:
-
-
Method Details
-
split
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 splitpolicy
- 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
-