Posted 6 January 2022, 5:03 am EST
After user add graphical signature to pdf file using GcPdfViewerHow can i submit and save the signed file to the server?
Forums Home / Document APIs / Documents for PDF Topics
Posted by: moshek on 6 January 2022, 5:03 am EST
Posted 6 January 2022, 5:03 am EST
After user add graphical signature to pdf file using GcPdfViewerReplied 6 January 2022, 5:07 pm EST
Hi,Replied 16 May 2022, 12:48 am EST
I dont want Download option in GCPDF Viewer only Saving Modified documentReplied 16 May 2022, 2:48 pm EST
Hi Patrick,// viewer.toolbarLayout.viewer.default.splice(0, 0, 'download');
// viewer.toolbarLayout.viewer.mobile.splice(0, 0, 'download');
var annotationEditorButtons = ['custom-save', 'edit-select', 'edit-sign-tool', '$split', 'edit-text', 'edit-free-text', 'edit-ink', 'edit-square',
'edit-circle', 'edit-line', 'edit-polyline', 'edit-polygon', 'edit-stamp', 'edit-link',
'$split', 'edit-redact', 'edit-redact-apply', 'edit-erase', '$split', 'new-document', '$split', 'new-page', 'delete-page'];
Replied 16 May 2022, 10:43 pm EST
Hi Sir, The above code does not work I loaded the document I want to Save Modified document store on my Local storage click on save button dont want download just Save Click Event Loaded document i edit just to be saving on my local storage But GCPDFViewer Included my App when i edit the pdf document could not save button is disableReplied 17 May 2022, 9:20 pm EST
Hi Patrick,Replied 18 May 2022, 12:17 am EST
Hi thanks for the reply.Replied 18 May 2022, 8:32 pm EST
Hi Patrick,