Skip to content

Commit c92b99c

Browse files
Update removeBookmarks.js
1 parent 3cc8174 commit c92b99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UsesCases/Bookmarks/remove/removeBookmarks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// 6. Perform some action after successful removing the Bookmark from document
66
// All values of variables starting with "YOUR_****" should be replaced by real user values
77

8-
import credentials from "credentials.json" with { type: "json" };
8+
import credentials from "credentials.json" with { type: "json" }; // json-file in this format: { "id": "*****", "key": "*******" }
99
import fs from 'node:fs/promises';
1010
import path from 'node:path';
1111
import { PdfApi } from "asposepdfcloud";

0 commit comments

Comments
 (0)