mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
add following page link in reflowed page
This commit is contained in:
@@ -112,6 +112,10 @@ function PdfDocument:getPageLinks(pageno)
|
||||
return links
|
||||
end
|
||||
|
||||
function PdfDocument:getLinkFromPosition(pageno, pos)
|
||||
return self.koptinterface:getLinkFromPosition(self, pageno, pos)
|
||||
end
|
||||
|
||||
function PdfDocument:getPageBBox(pageno)
|
||||
return self.koptinterface:getPageBBox(self, pageno)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user