Class PDPageable

java.lang.Object
org.apache.pdfbox.pdmodel.PDPageable
All Implemented Interfaces:
Pageable, Printable

public class PDPageable extends Object implements Pageable, Printable
Adapter class that implements the Pageable and Printable interfaces for printing a given PDF document. Note that the given PDF document should not be modified (pages added, removed, etc.) while an instance of this class is being used.
Since:
Apache PDFBox 1.3.0
See Also: