Class AddBackpagesTool

java.lang.Object
org.pdfsam.tools.backpages.AddBackpagesTool
All Implemented Interfaces:
Tool

public class AddBackpagesTool extends Object implements Tool
A tool that inserts a PDF document (or selected pages of it) into another document, repeating the process every "n" pages
Author:
Andrea Vacondio
  • Constructor Details

    • AddBackpagesTool

      public AddBackpagesTool()
  • Method Details

    • descriptor

      public ToolDescriptor descriptor()
      Specified by:
      descriptor in interface Tool
    • panel

      public javafx.scene.layout.Pane panel()
      Specified by:
      panel in interface Tool
    • id

      public String id()
      Specified by:
      id in interface Tool
    • graphic

      public javafx.scene.Node graphic()
      Specified by:
      graphic in interface Tool