Bug 691721

Summary: all annotations can be links not just Link ones
Product: MuPDF Reporter: zeniko
Component: mupdfAssignee: Tor Andersson <tor.andersson>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: unspecified   
Hardware: PC   
OS: Windows 7   
Customer: Word Size: ---

Description zeniko 2010-10-26 15:13:22 UTC
pdf_loadlinks should consider all annotation subtypes, as per the PDF spec any of them can contain an /A reference (only /Dest is Link specific).

Also, we've needed support for Launch, Named and GoToR actions and access to the further arguments of a GoTo action's destination (mainly XYZ coordinates) - code for which you might want to integrate as well (see the mupdf/pdf_annot.c changes in http://software.zeniko.ch/sumatrapdf/SumatraMuPDF.patch ).