Bug 691721 - all annotations can be links not just Link ones
Summary: all annotations can be links not just Link ones
Status: RESOLVED FIXED
Alias: None
Product: MuPDF
Classification: Unclassified
Component: mupdf (show other bugs)
Version: unspecified
Hardware: PC Windows 7
: P4 normal
Assignee: Tor Andersson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-26 15:13 UTC by zeniko
Modified: 2011-02-03 10:42 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ).