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 3cc8174 commit c92b99cCopy full SHA for c92b99c
UsesCases/Bookmarks/remove/removeBookmarks.js
@@ -5,7 +5,7 @@
5
// 6. Perform some action after successful removing the Bookmark from document
6
// All values of variables starting with "YOUR_****" should be replaced by real user values
7
8
-import credentials from "credentials.json" with { type: "json" };
+import credentials from "credentials.json" with { type: "json" }; // json-file in this format: { "id": "*****", "key": "*******" }
9
import fs from 'node:fs/promises';
10
import path from 'node:path';
11
import { PdfApi } from "asposepdfcloud";
0 commit comments