sayanee / angularjs-pdf

:page_facing_up: An AngularJS directive <ng-pdf> to display PDF files with PDFJS
http://sayan.ee/angularjs-pdf/
MIT License
494 stars 248 forks source link

angular-pdf.js directive remove "read-only" #166

Closed joserojasv closed 7 years ago

joserojasv commented 7 years ago

Hello I was hoping may be you can give me a hand...

My issue is that looks like the directive canvas (viewer) is "read-only" I'm trying to mark some text to copy but is not possible, it looks like there is a top layer blocking, or like if the pdf is an image or svg, I was thinking if there is a way I can change this page mode?

and my second issue is I have some links inside the pdf pages, that render to another page, but we are not able to click them... we found some info about enable externalLinkTarget property but didn't work I think because the read-only mode but is just hunch we are not sure...

We'll appreciate any info you could give us please...

thanks you.

Jose Rojas

dennybiasiolli commented 7 years ago

Hi @joserojasv , now this directive doesn't render the TextLayer or links but only the page. This is a useful feature, any help will be welcome! 😄