Skip to content

Commit 0b9860d

Browse files
authored
Update error-10022-the-PDF-DLL-is-missing.md
1 parent d54e683 commit 0b9860d

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

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

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,37 @@ The error message "-10022 The PDF DLL is missing" indicates that the Dynamsoft B
1616

1717
1. Please check if the PDF library files are located in the same directory as the Dynamsoft Barcode Reader library (e.g. DynamsoftBarcodeReaderx64.dll). If they are not, kindly copy the PDF library files to that location and try again.
1818

19-
- For Windows:
20-
`DynamicPdf.dll` // for Windows x86
21-
`DynamicPdfCore.dll` // for Windows x86
22-
`DynamicPdfx64.dll` // for Windows x64
23-
`DynamicPdfCorex64.dll` // for Windows x64
24-
25-
- For Linux:
26-
`libDynamicPdf.so`
27-
`libDynamicPdfCore.so`
19+
**For Windows:**
20+
21+
- `DynamicPdf.dll` // for Windows x86
22+
23+
- `DynamicPdfCore.dll` // for Windows x86
24+
25+
- `DynamicPdfx64.dll` // for Windows x64
26+
27+
- `DynamicPdfCorex64.dll` // for Windows x64
28+
29+
**For Linux:**
30+
31+
- `libDynamicPdf.so`
32+
33+
- `libDynamicPdfCore.so`
2834

2935
2. If you still have this issue, please check if all dependencies are installed based on your OS.
3036

31-
- For Windows:
37+
**For Windows:**
3238
Use `dumpbin` command line tool to check dependency.
39+
3340
```
3441
dumpbin/dependents your_ddl_file.ddl
3542
```
3643

37-
- For Linux:
38-
Run the following command on the console to check if all dependencies are installed
44+
**For Linux:**
45+
Run the following command on the console to check if all dependencies are installed.
46+
3947
```
4048
ldd /lib/libDynamicPdf.so
4149
```
50+
4251
> Tips:
4352
> Generally, libatomic1 is not installed on ARM64, while it does appear to exist on the AMD64 image. If you are using ARM64, you could test if libatomic1 is installed.

0 commit comments

Comments
 (0)