File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
2629To check if all dependencies is properly installed, you could use following method:
2730Use ` 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
3741To resolve this issue, please run following command on console to check if all dependencies are installed
3842
You can’t perform that action at this time.
0 commit comments