Skip to content

Commit 6b1e339

Browse files
authored
Merge branch 'master' into james-branch
2 parents 0488355 + 0312844 commit 6b1e339

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

_includes/sidelist-faq.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a href="{{ site.faq_general }}dbr-free-trial.html">What I need to know about trial licenses?</a>
1515
</li>
1616
<li>
17-
<a href="{{ site.faq_general }}non-english-characters.html">What I can do when barcode image returnes messy (non-english) characters?</a>
17+
<a href="{{ site.faq_general }}non-english-characters.html">What I can do when barcode image returns messy (non-english) characters?</a>
1818
</li>
1919
<li>
2020
<a href="{{ site.faq_general }}dbr-supports-pdf.html">Can Barcode Reader SDK read PDF files? Do I need to pay for this feature?</a>
@@ -65,7 +65,7 @@
6565
<a href="{{ site.faq_general }}error-license-buffer.html">How to resolve error failed to read or write license buffer?</a>
6666
</li>
6767
<li>
68-
<a href="{{ site.faq_general }}error-10022-the-PDF-DLL-is-missing.html">How to resolve error message "-10022 The PDF DLL is missing" on Linux?</a>
68+
<a href="{{ site.faq_general }}error-10022-the-PDF-DLL-is-missing.html">How to resolve the error message "-10022 The PDF DLL is missing"?</a>
6969
</li>
7070
</ul>
71-
</li>
71+
</li>

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

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

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

13+
1314
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.
@@ -48,13 +49,13 @@ Use `dumpbin` command line tool to check dependency.
4849
```
4950
dumpbin/dependents your_ddl_file.ddl
5051
```
51-
52-
**For Linux:**
53-
Run the following command on the console to check if all dependencies are installed.
54-
55-
```
56-
ldd /lib/libDynamicPdf.so
57-
```
58-
59-
> Tips:
60-
> Generally, libatomic1 is not installed on ARM64, while it does appear to exist on the AMD64 image. If you are using ARM64, you could test if libatomic1 is installed.
52+
53+
**For Linux:**
54+
Run the following command on the console to check if all dependencies are installed.
55+
56+
```
57+
ldd /lib/libDynamicPdf.so
58+
```
59+
60+
> Tips:
61+
> Generally, libatomic1 is not installed on ARM64, while it does appear to exist on the AMD64 image. If you are using ARM64, you could test if libatomic1 is installed.

faq/general/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ permalink: /faq/general/index.html
5353

5454
22. [How to resolve error failed to read or write license buffer?](error-license-buffer.html)
5555

56-
23. [The error message "-10022 The PDF DLL is missing" on Linux?](error-10022-the-PDF-DLL-is-missing.html)
56+
23. [How to resolve the error message "-10022 The PDF DLL is missing"?](error-10022-the-PDF-DLL-is-missing.html)

0 commit comments

Comments
 (0)