Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions _includes/sidelist-faq.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
<li>
<a href="{{ site.faq_general }}index.html" class="otherLinkColour">FAQ</a>
<a class="otherLinkColour">FAQ</a>
<ul>

<li>
<a href="{{ site.faq_general }}general.html">General</a>
</li>
<li>
<a href="{{ site.faq_general }}license-usage.html">Licensing & Usage</a>
<a href="{{ site.faq_general }}license-usage.html">Dynamsoft Licensing & Usage</a>
</li>
<li>
<a href="{{ site.faq_general }}configuration.html">Configuration</a>
<a href="{{ site.faq_general }}configuration.html">Dynamsoft Barcode Reader Configuration</a>

</li>
<li>
<a href="{{ site.faq_general }}multi-platform.html">Multi Platform</a>
<a href="https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/faq/">Dynamsoft Barcode Reader for JS</a>
</li>

<li>
<a href="{{ site.faq_general }}error-debug.html">Error & Debug</a>
<a href="https://www.dynamsoft.com/barcode-reader/docs/mobile/programming/objectivec-swift/faq/">Dynamsoft Barcode Reader for iOS</a>
</li>
<li>
<a href="https://www.dynamsoft.com/barcode-reader/docs/mobile/programming/android/faq/">Dynamsoft Barcode Reader for Android</a>
</li>
<li>
<a href="https://www.dynamsoft.com/barcode-reader/docs/mobile/programming/maui/faq/">Dynamsoft Barcode Reader for MAUI</a>
</li>
</ul>
</li>
10 changes: 4 additions & 6 deletions faq/general/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ permalink: /faq/general/configuration.html

3. [How to filter incorrect results with the barcode result length?](avoid-incorrect-results.html)

4. [What will happen if licenses are not renewed in time?](what-happens-if-license-expires.html)
4. [How to Handle Non-printable Characters Like "\u{1D}" or "{GS}" from the Barcode Text?](unprintable-character.html)

5. [How to Handle Non-printable Characters Like "\u{1D}" or "{GS}" from the Barcode Text?](unprintable-character.html)
5. [How to create custom settings template?](custom-settings-template.html)

6. [How to create custom settings template?](custom-settings-template.html)
6. [How can I sort the barcodes of my image in reading order?](sort-barcodes-image.html)

7. [How can I sort the barcodes of my image in reading order?](sort-barcodes-image.html)

8. [How to Scan EAN/UPC with Addon Codes?](how-to-scan-ean-upc-with-addon.md)
7. [How to Scan EAN/UPC with Addon Codes?](how-to-scan-ean-upc-with-addon.md)
2 changes: 0 additions & 2 deletions faq/general/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ permalink: /faq/general/general.html
5. [How to scan specific pages of a pdf file?](scan-specific-page.html)

6. [How to scan barcodes on US Driver's Licenses and extract the information?](scan-us-drivers-license.html)

7. [How does your SDK compare to other commercial SDKs?](competitors-comparison.html)
2 changes: 2 additions & 0 deletions faq/general/license-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ permalink: /faq/general/license-usage.html
8. [How does license tracking work with the three standard licensing options - Per Scan, Per Device, Per Concurrent Device?](how-license-tracking-works.html)

9. [When is a new license spot taken when using a per-device licensing model?](new-license-required-per-device-licensing.html)

10. [What will happen if licenses are not renewed in time?](what-happens-if-license-expires.html)