Skip to content

Commit 359581c

Browse files
Update pages_move.go
1 parent f63471e commit 359581c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

uses_cases/pages/pages_move.go

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

99
func MovePage(pdf_api *asposepdfcloud.PdfApiService, document string, pageNumber int32, newPageNumber int32, outputDocument string, remoteFolder string) {
10+
// Move page to new position in the PDF document.
1011
uploadFile(pdf_api, document)
1112

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

0 commit comments

Comments
 (0)