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 6073291 commit 9cce118Copy full SHA for 9cce118
uses_cases/pages/pages_delete.go
@@ -7,6 +7,7 @@ import (
7
)
8
9
func DeletePage(pdf_api *asposepdfcloud.PdfApiService, document string, pageNumber int32, outputDocument string, remoteFolder string) {
10
+ // Delete page of the PDF document.
11
uploadFile(pdf_api, document)
12
13
args := map[string]interface{}{
0 commit comments