Skip to content

Commit f47280f

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

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,32 +16,32 @@ 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:**
19+
**For Windows:**
2020

21-
- `DynamicPdf.dll` // for Windows x86
21+
- `DynamicPdf.dll` // for Windows x86
2222

23-
- `DynamicPdfCore.dll` // for Windows x86
23+
- `DynamicPdfCore.dll` // for Windows x86
2424

25-
- `DynamicPdfx64.dll` // for Windows x64
25+
- `DynamicPdfx64.dll` // for Windows x64
2626

27-
- `DynamicPdfCorex64.dll` // for Windows x64
27+
- `DynamicPdfCorex64.dll` // for Windows x64
2828

29-
**For Linux:**
29+
**For Linux:**
3030

31-
- `libDynamicPdf.so`
31+
- `libDynamicPdf.so`
3232

33-
- `libDynamicPdfCore.so`
33+
- `libDynamicPdfCore.so`
3434

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

37-
**For Windows:**
37+
**For Windows:**
3838
Use `dumpbin` command line tool to check dependency.
3939

4040
```
41-
dumpbin/dependents your_ddl_file.ddl
41+
dumpbin/dependents your_ddl_file.ddl
4242
```
4343

44-
**For Linux:**
44+
**For Linux:**
4545
Run the following command on the console to check if all dependencies are installed.
4646

4747
```

0 commit comments

Comments
 (0)