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 6abc6ee commit 019a586Copy full SHA for 019a586
uses_cases/pages/pages_add.go
@@ -7,6 +7,7 @@ import (
7
)
8
9
func AppendNewPage(pdf_api *asposepdfcloud.PdfApiService, document string, outputDocument string, remoteFolder string) {
10
+ // Append page to the PDF document.
11
uploadFile(pdf_api, document)
12
13
args := map[string]interface{}{
0 commit comments