How to edit a pdf in the browser and save it to the server

前端 未结 7 1691
-上瘾入骨i
-上瘾入骨i 2020-12-13 02:55

Here are the requirements, the users needs to be able to view uploaded PDFs in the browser. They need to be able to add notes to the PDF and save the updated PDF to the ser

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-13 03:32

    We do this using lowagie on a Spring/Java platform.

    Users are presented with pre-generated sales tax returns and can add certain manual adjustments in a few fields. We then recompute totals fields based on their manual input and save the whole thing back to our DB.

提交回复
热议问题