Skip to content
Snippets Groups Projects
Unverified Commit b1926385 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Add documentation comment (#37)

parent 3c928cf0
Branches
No related tags found
No related merge requests found
...@@ -134,6 +134,14 @@ export default class DBPSignatureLitElement extends DBPSignatureBaseLitElement { ...@@ -134,6 +134,14 @@ export default class DBPSignatureLitElement extends DBPSignatureBaseLitElement {
this.queuedFilesAnnotationsCount++; this.queuedFilesAnnotationsCount++;
} }
/**
* Add multiple annotations to a PDF file
*
* @param file
* @param annotations
* @param i18n
* @returns {File}
*/
async addAnnotationsToFile(file, annotations, i18n) { async addAnnotationsToFile(file, annotations, i18n) {
// We need to work with the AnnotationFactory because the pdf file is broken if // We need to work with the AnnotationFactory because the pdf file is broken if
// we add the multiple annotations to the file itself // we add the multiple annotations to the file itself
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment