Skip to content

Commit 0488355

Browse files
authored
Update error-10022-the-PDF-DLL-is-missing.md
1 parent b249135 commit 0488355

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

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

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

1919
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:**
21+
**For Windows x86:**
2222

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

25-
- `DynamicPdfCore.dll` // for Windows x86
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

0 commit comments

Comments
 (0)