VadimDez / ng2-pdf-viewer

📄 PDF Viewer Component for Angular
https://vadimdez.github.io/ng2-pdf-viewer/
MIT License
1.31k stars 420 forks source link

Advice fillable pdf to blob with new values #1114

Open dev080 opened 4 months ago

dev080 commented 4 months ago
Bug Report or Feature Request (mark with an x)
- [ ] Regression (a behavior that used to work and stopped working in a new release)
- [ ] Bug report -> please search issues before submitting
- [ ] Feature request
- [x] Documentation issue or request

I need an explanation on how realize thing:

We load fillable pdf with the src attribute, and after-load-complete allow us to recuperate the pdfDocumentProxy with the structure of the form.

We fill the form.

But after how can we upload it with the changes we made, blob data or another solution.

the pdfDocumentProxy is still in initial state.