File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
// 6. Perform some action after successful retrieving the Bookmark from document
6
6
// All values of variables starting with "YOUR_****" should be replaced by real user values
7
7
8
- import credentials from "../../../../Credentials/ credentials.json" with { type : "json" } ;
9
- import fs from " node:fs/promises" ;
8
+ import credentials from "credentials.json" with { type : "json" } ; // json-file in this format: { "id": "*****", "key": "*******" }
9
+ import fs from ' node:fs/promises' ;
10
10
import path from "node:path" ;
11
- import { PdfApi } from "../../../src/api/api.js " ;
11
+ import { PdfApi } from "asposepdfcloud " ;
12
12
13
13
const configParams = {
14
14
LOCAL_FOLDER : "C:\\Samples\\" ,
@@ -44,4 +44,4 @@ async function main() {
44
44
}
45
45
}
46
46
47
- main ( ) ;
47
+ main ( ) ;
You can’t perform that action at this time.
0 commit comments