From 74868edee12cc83df4c3b2e3bcbd4a604f06a47c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 29 Dec 2012 22:54:16 +0530 Subject: [PATCH] Suppres box around links in acroread --- src/calibre/ebooks/pdf/render/links.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/pdf/render/links.py b/src/calibre/ebooks/pdf/render/links.py index faae73e3a8..41b7fcfd39 100644 --- a/src/calibre/ebooks/pdf/render/links.py +++ b/src/calibre/ebooks/pdf/render/links.py @@ -51,7 +51,7 @@ class Links(object): is_local = not href or combined_path in self.anchors annot = Dictionary({ 'Type':Name('Annot'), 'Subtype':Name('Link'), - 'Rect':rect, + 'Rect':rect, 'Border':Array([0,0,0]), }) if self.mark_links: annot.update({'Border':Array([16, 16, 1]), 'C':Array([1.0, 0,