Skip to content

Commit c75b538

Browse files
Update wordsCount.js
1 parent 7e7405f commit c75b538

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UsesCases/Pages/wordsCount/wordsCount.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
// 6. Perform some action after successful addition
77
// All values of variables starting with "YOUR_****" should be replaced by real user values
88

9-
import credentials from "../../../../Credentials/credentials.json" with { type: "json" };
9+
import credentials from "./credentials.json" with { type: "json" };
1010
import fs from 'node:fs/promises';
1111
import path from 'node:path';
12-
import { PdfApi } from "../../../src/api/api.js";
12+
import { PdfApi } from "asposepdfcloud";
1313

1414
const configParams = {
1515
LOCAL_FOLDER: "C:\\Samples\\",
@@ -60,4 +60,4 @@ export default pdfPages;
6060
(async () => {
6161
await pdfPages.uploadDocument();
6262
await pdfPages.getWordsCount();
63-
})().catch((error) => { console.log(error.message); });
63+
})().catch((error) => { console.log(error.message); });

0 commit comments

Comments
 (0)