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 359581c commit bef9a7fCopy full SHA for bef9a7f
uses_cases/pages/pages_helper.go
@@ -24,8 +24,8 @@ const (
24
IMAGE_STAMP_WIDTH = 24
25
IMAGE_STAMP_HEIGHT = 24
26
27
- PDF_API_SID = "****************"
28
- PDF_API_KEY = "****************"
+ API_SID = "****************" // Your Application SID
+ API_KEY = "****************" // Your Application Key
29
)
30
31
func initPdfApi(appSID string, appKey string) *asposepdfcloud.PdfApiService {
0 commit comments