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 f63471e commit 359581cCopy full SHA for 359581c
uses_cases/pages/pages_move.go
@@ -7,6 +7,7 @@ import (
7
)
8
9
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.
11
uploadFile(pdf_api, document)
12
13
args := map[string]interface{}{
0 commit comments