Enum OperationToolboxSplitSplit.ModeEnum

  • All Implemented Interfaces:
    Serializable, Comparable<OperationToolboxSplitSplit.ModeEnum>
    Enclosing class:
    OperationToolboxSplitSplit

    public static enum OperationToolboxSplitSplit.ModeEnum
    extends Enum<OperationToolboxSplitSplit.ModeEnum>
    Defines the mode used to split the PDF document. * last = Last page - Uses \"pages\" to define the last page that will be contained in the new PDF document. * first = First page - Uses \"pages\" to define the first page that will be contained in the new PDF document. * list = List of pages - Uses \"pages\" to define a list of pages that should be extracted from the document. A single PDF document will be created on the basis of this list. * single = Selected pages - Uses the \"pages\" attribute to define a list of pages that should be extracted from the document. And creates a ZIP file with the corresponding pages. * each = Every nth page - Uses the \"pages\" attribute to define the interval at which pages should be extracted. The \"startPage\" attribute is used to define the page on which the process will start. The result will be a ZIP file. * group = Group pages - Multiple pages will be added to a single PDF document. The \"pages\" attribute can be used to define how many pages will be saved in a single PDF document. The \"startPage\" attribute is used to define the page on which the process will start. The result will be a ZIP file. * burst = Ungroup pages - A new PDF document will be generated from each page. The result will be a ZIP file.