Package com.lowagie.tools
Class ConcatPdf
- java.lang.Object
-
- com.lowagie.tools.ConcatPdf
-
public class ConcatPdf extends java.lang.Object
Tool that can be used to concatenate existing PDF files.- Since:
- 2.1.1 (renamed to follow Java naming conventions)
-
-
Constructor Summary
Constructors Constructor Description ConcatPdf()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
concat(java.util.List<java.io.File> sources, java.io.File target)
static void
main(java.lang.String[] args)
This class can be used to concatenate existing PDF files.
-
-
-
Method Detail
-
main
public static void main(java.lang.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(java.util.List<java.io.File> sources, java.io.File target) throws java.io.IOException
- Throws:
java.io.IOException
-
-