X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fxpdf%2FCatalog.h;h=c38f10985008d8ec0ec4587ff99075561065e3ac;hb=85c46a8011c7fd5e4bda282266006c972ea7606b;hp=8ab7c61c5b9aa6dd0f36ea31fd9017fc62b395c0;hpb=c7432833fe3a6469d63fad135151a92e12877b94;p=swftools.git diff --git a/pdf2swf/xpdf/Catalog.h b/pdf2swf/xpdf/Catalog.h index 8ab7c61..c38f109 100644 --- a/pdf2swf/xpdf/Catalog.h +++ b/pdf2swf/xpdf/Catalog.h @@ -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);