Skip to content

Commit 75357d4

Browse files
committed
update
1 parent 0a6825e commit 75357d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

faq/general/error-10022-the-PDF-DLL-is-missing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ The error message "-10022 The PDF DLL is missing" suggests that the Dynamsoft Ba
2020
- For Windows:
2121
`DynamicPdf.dll` // If you are using Winodws x86
2222
`DynamicPdfCore.dll` // If you are using Winodws x86
23+
`DynamicImage.dll` // If you are using Winodws x86
24+
2325
`DynamicPdfx64.dll` // If you are using Winodws x64
2426
`DynamicPdfCorex64.dll` // If you are using Winodws x64
27+
`DynamicImage.dll` // If you are using Winodws x64
2528

2629
To check if all dependencies is properly installed, you could use following method:
2730
Use `dumpbin` command line tool to check dependency.
@@ -33,6 +36,7 @@ Use `dumpbin` command line tool to check dependency.
3336
- For Linux:
3437
`libDynamicPdf.so`
3538
`libDynamicPdfCore.so`
39+
`libDynamicImage.so`
3640

3741
To resolve this issue, please run following command on console to check if all dependencies are installed
3842

0 commit comments

Comments
 (0)