Package com.lowagie.tools
Class HandoutPdf
- java.lang.Object
-
- com.lowagie.tools.HandoutPdf
-
public class HandoutPdf extends java.lang.Object
Takes an existing PDF file and makes handouts.- Since:
- 2.1.1 (renamed to follow Java naming conventions)
-
-
Constructor Summary
Constructors Constructor Description HandoutPdf()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Makes handouts based on an existing PDF file.
-