[Poppler-bugs] [Bug 33722] New: poppler fails to extract OpenAction
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Jan 30 08:55:37 PST 2011
https://bugs.freedesktop.org/show_bug.cgi?id=33722
Summary: poppler fails to extract OpenAction
Product: poppler
Version: unspecified
Platform: Other
OS/Version: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: general
AssignedTo: poppler-bugs at lists.freedesktop.org
ReportedBy: igorenbein at finjan.com
Hello,
I am using poppler version 0.16.0.
Below is a part of code I am trying to run.
// --------------------------------------
PDFDoc pdf_doc_obj;
XRef* xref = pdf_doc_obj.getXRef();
Object xref_catalog;
xref -> getCatalog( &xref_catalog );
Dict* catalog_dictionary = xref_catalog.getDict();
catalog_dictionary -> lookup( "OpenAction", &obj );
// --------------------------------------
poppler fails to find "OpenAction" object.
I tried the same on version 0.12.4. It was found OK.
Please advise.
Thanks
Test file is attached.
NOTE!!! The attached test file is MALICIOUS!!!
Attached file is a password protected archive.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Poppler-bugs
mailing list