Skip to content

Commit 0a53f69

Browse files
Update replace_annotation.go
1 parent 15c4822 commit 0a53f69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

uses_cases/annotations/replace_annotation.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
func getAnnotation(pdf_api *asposepdfcloud.PdfApiService, document_name string, annotation_id string, remote_folder string) *asposepdfcloud.TextAnnotation {
10-
// Get annotation from the page in the PDF document.
10+
// Get annotation by Id in the PDF document.
1111
args := map[string]interface{}{
1212
"folder": remote_folder,
1313
}
@@ -25,7 +25,7 @@ func getAnnotation(pdf_api *asposepdfcloud.PdfApiService, document_name string,
2525
}
2626

2727
func ModifyAnnotation(pdf_api *asposepdfcloud.PdfApiService, document_name string, output_document string, annotation_id string, remote_folder string) {
28-
// Change annotation on the page in the PDF document.
28+
// Change annotation by Id in the PDF document.
2929
UploadFile(pdf_api, document_name)
3030
args := map[string]interface{}{
3131
"folder": remote_folder,

0 commit comments

Comments
 (0)