Class ConcatPdf

java.lang.Object
com.lowagie.tools.ConcatPdf

public class ConcatPdf extends Object
Tool that can be used to concatenate existing PDF files.
Since:
2.1.1 (renamed to follow Java naming conventions)
  • Constructor Details

    • ConcatPdf

      public ConcatPdf()
  • Method Details

    • main

      public static void main(String[] args)
      This class can be used to concatenate existing PDF files. (This was an example known as PdfCopy.java)
      Parameters:
      args - the command line arguments
    • concat

      public static void concat(List<File> sources, File target) throws IOException
      Throws:
      IOException