Highlight a section inside pdf using Pdf.js

前端 未结 3 1233
谎友^
谎友^ 2020-12-29 16:07

I\'m currently using pdf.js for my project for rendering pdf Now there is this tricky task to highlight a section of pdf page given the co-ordinate

example

3条回答
  •  误落风尘
    2020-12-29 16:17

    One of the authors for PDF.js, cjones, has stated:

    No, and that’s (highlighting) not like something we would add to pdf.js. That ought to be easy to layer on top of pdf.js.

    Source: http://blog.mozilla.org/cjones/2011/07/03/pdf-js-first-milestone/

    You will need to implement it yourself if you are interested in using this functionality.

提交回复
热议问题