Export annotations of PDFTron using jquery
Export annotations of PDFTron using jquery Here we will learn how to export annotations drawn using PDFTron. Events for export annotation When we draw any annotation “annotationChanged” event will be fired, then we cache that event and we can export that annotation using “exportAnnotations”. When we draw annotations we’ll save them in the database and …