We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb268b8 commit 6073291Copy full SHA for 6073291
uses_cases/pages/pages_append_text_stamp.go
@@ -7,6 +7,7 @@ import (
7
)
8
9
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.
11
uploadFile(pdf_api, documentName)
12
13
args := map[string]interface{}{
0 commit comments