edu.stanford.hci.r3.paper.bundles
Class PDFBundle

java.lang.Object
  extended by edu.stanford.hci.r3.paper.Bundle
      extended by edu.stanford.hci.r3.paper.bundles.PDFBundle

public class PDFBundle
extends Bundle

Create a Bundle that contains PDFSheets. The PDF manipulation code in this class leverages iText. This class exists to enable us to open an existing PDF and modify its pages.

This software is distributed under the BSD License.


Constructor Summary
PDFBundle(java.io.File pdfFile)
           
 
Method Summary
 
Methods inherited from class edu.stanford.hci.r3.paper.Bundle
addGlobalRegion, addSheet, addSheets, createAndAddSheets, getGlobalRegions, getName, getSheet, getSheetNumber, getSheets, removeSheets
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFBundle

public PDFBundle(java.io.File pdfFile)
Parameters:
pdfFile -

Copyright 2006 Stanford University