Skip to content

Commit 089483e

Browse files
Update getLinkById.js
1 parent 1075e98 commit 089483e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UsesCases/Links/get/getLinkById.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 retrieving 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)