Can Mozilla's pdf.js modify PDFs?

html, jquery, pdf

Solution

No. pdf.js is currently only a PDF reader (renderer), as stated by their README. Check out Generating PDF files with Javascript if you want to generate PDFs with Javascript.

Problem

I just want to know if Mozilla's pdf.js can modify PDFs or it is just strictly for viewing PDFs only.

Original source

Related problems