save highlight to pdf document

This commit is contained in:
chrox
2014-02-02 00:16:51 +08:00
parent 702d656f8e
commit b42b4ed204
4 changed files with 89 additions and 3 deletions

View File

@@ -290,6 +290,10 @@ function Document:getPageText(pageno)
return text
end
function Document:saveHighlight(pageno, item)
return nil
end
--[[
helper functions
--]]