Enum OperationToolboxMergeMerge.ModeEnum

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

    public static enum OperationToolboxMergeMerge.ModeEnum
    extends Enum<OperationToolboxMergeMerge.ModeEnum>
    Defines the mode used to merge the PDF documents. The PDF document passed with the \"data\" element will be appended to the current PDF document or inserted at a specific point. The following modes define the position where the documents will be inserted. Instead of a single base document, the \"portfolio\" mode always expects a ZIP archive. The elements in this archive will be added, all with identical permissions, to the resulting portfolio (the data element is not required at all for \"portfolio\"). * atTheEnd = At the end of the PDF document * atTheBeginning = At the beginning of the PDF document * afterPage = After a page (please refer to the \"page\" attribute) in the PDF document * beforePage = Before a page (please refer to the \"page\" attribute) in the PDF document