Skip to content

Commit 93926c2

Browse files
authored
Update error-10022-the-PDF-DLL-is-missing.md
1 parent f2314a3 commit 93926c2

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

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

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,29 @@ This error occurs when the necessary PDF library files required for handling PDF
1818

1919
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.
2020

21-
**For Windows:**
22-
23-
- `DynamicPdf.dll` // for Windows x86
21+
**For Windows x86:**
2422

25-
- `DynamicPdfCore.dll` // for Windows x86
23+
- `DynamicPdf.dll`
24+
25+
- `DynamicPdfCore.dll`
26+
27+
- `DynamicImage.dll`
28+
29+
**For Windows x64:**
2630

27-
- `DynamicPdfx64.dll` // for Windows x64
31+
- `DynamicPdfx64.dll`
2832

29-
- `DynamicPdfCorex64.dll` // for Windows x64
33+
- `DynamicPdfCorex64.dll`
34+
35+
- `DynamicImagex64.dll`
3036

3137
**For Linux:**
3238

3339
- `libDynamicPdf.so`
3440

3541
- `libDynamicPdfCore.so`
42+
43+
- `libDynamicImage.so`
3644

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

0 commit comments

Comments
 (0)