stephanrauh / ngx-extended-pdf-viewer

A full-blown PDF viewer for Angular 16, 17, and beyond
https://pdfviewer.net
Apache License 2.0
489 stars 184 forks source link

How to Save Text And Pencil Written Text #1772

Closed devaliy closed 1 year ago

devaliy commented 1 year ago

Is there a way to capture or save the text written on the pdf so that it doesn’t disappear when you reopen the file

Blunderchips commented 1 year ago

Duplicate of https://github.com/stephanrauh/ngx-extended-pdf-viewer/issues/1679? If so, not yet (or at least directly).

stephanrauh commented 1 year ago

@devaliy When I read your issue, I had the same idea as @Blunderchips. I don't know exactly what a "text written on the PDF" is, but my best guess is you're referring to the new PDF editor feature. Is this correct? If it's not, can you rephrase your question more precisely?

TechOffeiceAhmad commented 1 year ago

is there any way to save pdf after sign on it ?

Screen Shot 2023-06-04 at 1 23 59 PM

stephanrauh commented 1 year ago

That's precisely the topic of #1679. Maybe it's already solved when I implement #1685. When you use the "download" button, the contents the user has added using the editor is part of the downloaded file, so I assume it will also be there when I implement the programmatic API.

stephanrauh commented 1 year ago

Holy moly... it was a bug, not a missing feature! Please update to version 17.0.0-beta.1. It includes the editor annotations both in print and in the download.