upgraded to xpdf-3.01pl1
[swftools.git] / pdf2swf / xpdf / Catalog.h
index 8ab7c61..c38f109 100644 (file)
@@ -67,6 +67,8 @@ public:
 
   Object *getOutline() { return &outline; }
 
+  Object *getAcroForm() { return &acroForm; }
+
 private:
 
   XRef *xref;                  // the xref table for this PDF file
@@ -80,6 +82,7 @@ private:
   Object metadata;             // metadata stream
   Object structTreeRoot;       // structure tree root dictionary
   Object outline;              // outline dictionary
+  Object acroForm;             // AcroForm dictionary
   GBool ok;                    // true if catalog is valid
 
   int readPageTree(Dict *pages, PageAttrs *attrs, int start);