mikecousins/react-pdf-js

is it possible to select text or click a link in pdf?

Closed this issue · 6 comments

is it possible to select text or click a link in pdf?

+1

This would be a nice improvement.

this is needed 🍡

Yeah one day we'll need to investigate how react-pdf handled this and port it over.

https://github.com/wojtekmaj/react-pdf/blob/master/src/Page/TextLayer.jsx

They have a TextLayer that is drawn over top I think. Any work/pulls on this would be greatly appreciated.

Due to trying to keep this one pretty minimal I think I'm going to pass on adding this for now. It will take quite a bit of code and there are some other libraries that do this well already. I want to try to keep this one super lightweight.