We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389626d commit a236687Copy full SHA for a236687
UsesCases/Links/replace/replaceFoundLink.js
@@ -6,7 +6,7 @@
6
// 6. Perform some action after successful addition
7
// All values of variables starting with "YOUR_****" should be replaced by real user values
8
9
-import credentials from "./credentials.json" with { type: "json" };
+import credentials from "./credentials.json" with { type: "json" }; // json-file in this format: { "id": "*****", "key": "*******" }
10
import fs from 'node:fs/promises';
11
import path from 'node:path';
12
import { PdfApi } from "asposepdfcloud";;
0 commit comments