Skip to content

Commit 389626d

Browse files
Update removeLink.js
1 parent 089483e commit 389626d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UsesCases/Links/remove/removeLink.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 Link Annotation 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)