Skip to content

Commit 08c595d

Browse files
authored
Merge pull request #738 from dynamsoft-docs/james-branch
James branch
2 parents 0312844 + 6b1e339 commit 08c595d

File tree

1 file changed

+28
-29
lines changed

1 file changed

+28
-29
lines changed

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

Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -10,46 +10,45 @@ needAutoGenerateSidebar: false
1010

1111
[<< Back to FAQ index](index.md)
1212

13-
The error message `-10022 The PDF DLL is missing` indicates that the Dynamsoft Barcode Reader is looking for a PDF DLL file, which is typically used in Windows environments. However, this error message may also appear in Linux environments, as both cases point to the same issue due to a shared error message library.
13+
14+
The error message `-10022 The PDF DLL is missing` indicates that the Dynamsoft Barcode Reader is looking for a PDF DLL file, which is typically used in Windows environments. However, this error message may also appear in Linux environments, as both cases point to the same issue due to a shared error message library.
1415

1516
This error occurs when the necessary PDF library files required for handling PDF files are either missing or the required dependencies are not in the correct path.
1617

1718
### To resolve this issue you could try the following methods
1819

19-
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.
20-
21-
**For Windows x86:**
22-
23-
- `DynamicPdf.dll`
20+
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.
2421

25-
- `DynamicPdfCore.dll`
22+
**For Windows x86:**
2623

27-
- `DynamicImage.dll`
24+
- `DynamicPdf.dll`
2825

29-
**For Windows x64:**
30-
31-
- `DynamicPdfx64.dll`
32-
33-
- `DynamicPdfCorex64.dll`
26+
- `DynamicPdfCore.dll`
27+
28+
- `DynamicImage.dll`
29+
30+
**For Windows x64:**
3431

35-
- `DynamicImagex64.dll`
36-
37-
**For Linux:**
32+
- `DynamicPdfx64.dll`
33+
34+
- `DynamicPdfCorex64.dll`
3835

39-
- `libDynamicPdf.so`
40-
41-
- `libDynamicPdfCore.so`
36+
- `DynamicImagex64.dll`
4237

43-
- `libDynamicImage.so`
44-
45-
2. If you still have this issue, please check if all dependencies are installed based on your OS.
46-
47-
**For Windows:**
48-
Use `dumpbin` command line tool to check dependency.
49-
50-
```
51-
dumpbin/dependents your_ddl_file.ddl
52-
```
38+
**For Linux:**
39+
40+
- `libDynamicPdf.so`
41+
42+
- `libDynamicPdfCore.so`
43+
44+
If you still have this issue, please check if all dependencies are installed based on your OS.
45+
46+
**For Windows:**
47+
Use `dumpbin` command line tool to check dependency.
48+
49+
```
50+
dumpbin/dependents your_ddl_file.ddl
51+
```
5352

5453
**For Linux:**
5554
Run the following command on the console to check if all dependencies are installed.

0 commit comments

Comments
 (0)