Skip to content

Commit eb268b8

Browse files
Update pages_append_image_stamp.go
1 parent 019a586 commit eb268b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

uses_cases/pages/pages_append_image_stamp.go

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

1010
func AppendPageStampImage(pdf_api *asposepdfcloud.PdfApiService, documentName string, outputDocument string, imageFileName string, pageNumber int32, width float64, height float64, remoteFolder string) {
11+
// Append image stamp to page of the PDF document.
1112
uploadFile(pdf_api, documentName)
1213
uploadFile(pdf_api, imageFileName)
1314

0 commit comments

Comments
 (0)