You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AngularJS
hi,
I am new to angular and had question.
I am trying to open a PDF in "write " mode and save once edited.
Is that possible using Angular?
Tito
unread,
Apr 12, 2016, 3:52:45 PM4/12/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AngularJS
what do you have so far?
Ameet Urunkar
unread,
Apr 12, 2016, 4:11:20 PM4/12/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AngularJS
Open PFD locally and then have it edited.
Cannot open in Edit mode.
angularjs-pdf --By using this library we can implement PDF viewer feature. There is no feature available to annotate PDF.
Zlatko Đurić
unread,
Apr 13, 2016, 5:14:55 AM4/13/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AngularJS
Well from the angular-pdf code you can see two things: they use pdf.js, and they don't expose annotation capabilities.
So you would have to extend the angular-pdf code (fork it, do the changes, maybe submit a PR back). You would have to expose the annotation functionality yourself and wrap it.
There are a few examples on the web on how to do it with pdf.js.