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 9cce118 commit f63471eCopy full SHA for f63471e
uses_cases/pages/page_save_as_image.go
@@ -9,7 +9,7 @@ import (
9
)
10
11
func SavePageAsPNG(pdf_api *asposepdfcloud.PdfApiService, document string, pageNumber int32, outputPNG string, remoteFolder string) {
12
- // Get page information of the PDF document.
+ // Show page information of the PDF document.
13
uploadFile(pdf_api, document)
14
15
args := map[string]interface{}{
0 commit comments