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 f73fbe0 commit fb137dbCopy full SHA for fb137db
UsesCases/Stamps/remove/removeStamps.js
@@ -6,10 +6,10 @@
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/credentials.json" with { type: "json" };
+import credentials from "./credentials.json" with { type: "json" };
10
import fs from 'node:fs/promises';
11
import path from 'node:path';
12
-import { PdfApi } from "../../../src/api/api.js";
+import { PdfApi } from "asposepdfcloud";
13
14
const configParams = {
15
LOCAL_FOLDER: "C:\\Samples\\",
@@ -71,4 +71,4 @@ async function main() {
71
}
72
73
74
-main();
+main();
0 commit comments