meganz / webclient

The mega.nz web client
Other
1.06k stars 310 forks source link

[Request] Filling pdf forms without download #91

Open morz opened 2 years ago

morz commented 2 years ago

Hello! Possible to implement filling out PDF forms and saving him without downloading a file from cloud? Webclient use pdf.js which has a form filling function.

Example:

  1. Open https://mozilla.github.io/pdf.js/web/viewer.html
  2. Open in viewer file: sample_pdf.pdf
  3. Fill form
  4. Click save button
diegocr commented 2 years ago

That is a neat idea (which will involve upgrading our fork to support forms)

We will consider it, thanks!