Skip to content

Commit 0a6825e

Browse files
committed
update
1 parent e529143 commit 0a6825e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ needAutoGenerateSidebar: false
1010

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

13-
The error message "-10022 The PDF DLL is missing" suggests that the Dynamsoft Barcode Reader is looking for a DLL file, which is typically used in Windows environments,rather than a shared object (SO) file, which is used in Linux environments. However,you might also encounter same error message in Linux (They indicate the same issue), since we have unified error message library. This error could be an issue with how the error message is generated or with how the library is handling file dependencies.
13+
The error message "-10022 The PDF DLL is missing" suggests that the Dynamsoft Barcode Reader is looking for a DLL file, which is typically used in Windows environments,rather than a shared object (SO) file, which is used in Linux environments. However,you might also encounter same error message in Linux (They indicate the same issue), since we have unified error message library. This error occurs when the necessary PDF library files required for handling PDF files is either missing or required dependencies not in correct path.
14+
15+
# To resolve this isuue you could try following method
16+
17+
- General Solution:
18+
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. If you still have this issue, please refer to next step based on your OS.
1419

1520
- For Windows:
1621
`DynamicPdf.dll` // If you are using Winodws x86

0 commit comments

Comments
 (0)