Skip to content

Commit 9cce118

Browse files
Update pages_delete.go
1 parent 6073291 commit 9cce118

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

uses_cases/pages/pages_delete.go

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

99
func DeletePage(pdf_api *asposepdfcloud.PdfApiService, document string, pageNumber int32, outputDocument string, remoteFolder string) {
10+
// Delete page of the PDF document.
1011
uploadFile(pdf_api, document)
1112

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

0 commit comments

Comments
 (0)