Skip to content

Commit 019a586

Browse files
Update pages_add.go
1 parent 6abc6ee commit 019a586

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

uses_cases/pages/pages_add.go

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

99
func AppendNewPage(pdf_api *asposepdfcloud.PdfApiService, document string, outputDocument string, remoteFolder string) {
10+
// Append page to the PDF document.
1011
uploadFile(pdf_api, document)
1112

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

0 commit comments

Comments
 (0)