You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
14
15
15
16
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.
16
17
17
18
### To resolve this issue you could try the following methods
18
19
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.
24
21
25
-
-`DynamicPdfCore.dll`
22
+
**For Windows x86:**
26
23
27
-
-`DynamicImage.dll`
24
+
-`DynamicPdf.dll`
28
25
29
-
**For Windows x64:**
30
-
31
-
-`DynamicPdfx64.dll`
32
-
33
-
-`DynamicPdfCorex64.dll`
26
+
-`DynamicPdfCore.dll`
27
+
28
+
-`DynamicImage.dll`
29
+
30
+
**For Windows x64:**
34
31
35
-
-`DynamicImagex64.dll`
36
-
37
-
**For Linux:**
32
+
-`DynamicPdfx64.dll`
33
+
34
+
-`DynamicPdfCorex64.dll`
38
35
39
-
-`libDynamicPdf.so`
40
-
41
-
-`libDynamicPdfCore.so`
36
+
-`DynamicImagex64.dll`
42
37
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
+
```
53
52
54
53
**For Linux:**
55
54
Run the following command on the console to check if all dependencies are installed.
0 commit comments