Class CopyPage

java.lang.Object
org.jpedal.manipulator.CopyPage
All Implemented Interfaces:
org.jpedal.manipulator.Manipulation

public class CopyPage extends Object implements org.jpedal.manipulator.Manipulation
Copies pages
  • Constructor Details

    • CopyPage

      public CopyPage(int sourcePage, int destinationPage)
      Copies a page to a new location in the document.
      Parameters:
      sourcePage - the page number of the page which will be copied (duplicated)
      destinationPage - the location of the copied page, all following pages are shifted by 1. Page indexes start from 1. To append a page to the end of the file, supply 1 higher than the file page index.