Skip to content

Commit 6073291

Browse files
Update pages_append_text_stamp.go
1 parent eb268b8 commit 6073291

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

uses_cases/pages/pages_append_text_stamp.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
)
88

99
func AppendPageStampText(pdf_api *asposepdfcloud.PdfApiService, documentName string, pageNumber int32, outputDocument string, text_value string, remoteFolder string) {
10+
// Append text stamp to page of the PDF document.
1011
uploadFile(pdf_api, documentName)
1112

1213
args := map[string]interface{}{

0 commit comments

Comments
 (0)