mozilla / pdf.js

PDF Reader in JavaScript
https://mozilla.github.io/pdf.js/
Apache License 2.0
48.33k stars 9.97k forks source link

Is there an API from pdf.js that can be used to edit pdf ? #7079

Closed barisicm closed 8 years ago

barisicm commented 8 years ago

I am using pdf.js to view pdf files, however, i will have to edit them. Is there any way, they can be edited by using the API from pdf.js?

For example something similar to :
http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/js_api_reference.pdf

I apologise if the question is a bit inconclusive.

timvandermeij commented 8 years ago

We do not provide such functionality. PDF.js is only a renderer and viewer. Editing PDFs is out of scope for this project.