jdryg / angular-pdf-viewer

Just another Angular directive for displaying PDF files using PDF.js
http://jdryg.github.io/angular-pdf-viewer
Do What The F*ck You Want To Public License
22 stars 10 forks source link

Unicode character, hyperlink, image embed support #15

Open avijitcse opened 7 years ago

avijitcse commented 7 years ago

This library has very less overhead for PDF generation. Are you planning to support unicode character, hyperlink, image embed feature in near future?

jdryg commented 7 years ago

Hi, This is a PDF viewer AngularJS directive based on PDF.js. It's not a PDF generation lib.

As far as I can tell, all the features you mention are supported (except from hyperlinks inside the document itself, which should be handled by the application using the directive).

Check TCPDF examples using the demo application. Download the PDF from TCPDF's page and select it in the demo using the Choose File button at the top toolbar.