Skip to content

Commit f63471e

Browse files
Update page_save_as_image.go
1 parent 9cce118 commit f63471e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uses_cases/pages/page_save_as_image.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
func SavePageAsPNG(pdf_api *asposepdfcloud.PdfApiService, document string, pageNumber int32, outputPNG string, remoteFolder string) {
12-
// Get page information of the PDF document.
12+
// Show page information of the PDF document.
1313
uploadFile(pdf_api, document)
1414

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

0 commit comments

Comments
 (0)