Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 1,970 for

barcode

(0.04 sec)
  1. Считыватель штрих-кодов с использованием Java |...

    Как сканировать штрих-коды с помощью Java в приложении. Пример Java, который считывает штрих-код с изображения, который поможет вам создать онлайн-сканер штрих-кода....parser = new Parser("/path/barcode.png")) { // Извлеките все штрих-коды...Iterable<PageBarcodeArea> barcodes = parser.getBarcodes(); //...

    blog.groupdocs.com/ru/parser/scan-barcode-using...
  2. Lettore di codici a barre utilizzando C# | Scan...

    Come eseguire la scansione di codici a barre utilizzando C# all'interno di un'applicazione .NET. Esempio C# che legge il codice a barre da un'immagine che ti aiuterà a costruire uno scanner di codici a barre online....parser = new Parser("/path/barcode.png")) { // Estrai tutti i...IEnumerable<PageBarcodeArea> barcodes = parser.GetBarcodes(); //...

    blog.groupdocs.com/it/parser/scan-barcode-using...
  3. GroupDocs.Assembly Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....you can insert images and barcodes dynamically in email messages...you can **insert images and barcodes **dynamically in email messages...

    blog.groupdocs.com/categories/groupdocs.assembl...
  4. QR-codelezer met Java | Scan QR-code van afbeel...

    Hoe QR-codes te scannen met Java in de applicatie. Java-voorbeeld dat QR-code leest van een afbeelding waarmee u een online QR-scanner kunt bouwen....Iterable<PageBarcodeArea> barcodes = parser.getBarcodes(); //...Herhalen for(PageBarcodeArea barcode : barcodes) { // Druk de geïdentificeerde...

    blog.groupdocs.com/nl/parser/scan-qr-code-using...
  5. Leitor de código de barras usando Java | Escane...

    Como digitalizar códigos de barras usando Java dentro do aplicativo. Exemplo Java que lê o código de barras de uma imagem que o ajudará a construir um leitor de código de barras online....parser = new Parser("/path/barcode.png")) { // Extraia todos os...Iterable<PageBarcodeArea> barcodes = parser.getBarcodes(); //...

    blog.groupdocs.com/pt/parser/scan-barcode-using...
  6. Leitor de código de barras usando C# | Escanear...

    Como digitalizar códigos de barras usando C# em um aplicativo .NET. Exemplo em C# que lê o código de barras de uma imagem que o ajudará a criar um leitor de código de barras online....parser = new Parser("/path/barcode.png")) { // Extraia todos os...IEnumerable<PageBarcodeArea> barcodes = parser.GetBarcodes(); //...

    blog.groupdocs.com/pt/parser/scan-barcode-using...
  7. 使用 Java 的二维码阅读器 |扫描图片中的二维码

    如何在应用程序中使用 Java 扫描二维码。从图像中读取二维码的 Java 示例,可帮助您构建在线二维码扫描仪。...Iterable<PageBarcodeArea> barcodes = parser.getBarcodes(); //...迭代 for(PageBarcodeArea barcode : barcodes) { // 打印识别的二维码值 Console...

    blog.groupdocs.com/zh/parser/scan-qr-code-using...
  8. 使用 C# 的二维码阅读器 |扫描图片中的二维码

    如何在 .NET 应用程序中使用 C# 扫描二维码。从图像中读取 QR 代码的 C# 示例将帮助您构建在线 QR 扫描仪。...IEnumerable<PageBarcodeArea> barcodes = parser.GetBarcodes(); //...foreach (PageBarcodeArea barcode in barcodes) { // 打印识别的二维码值 Console...

    blog.groupdocs.com/zh/parser/scan-qr-code-using...
  9. Зчитувач штрих-кодів за допомогою Java | Сканув...

    Як сканувати штрих-коди за допомогою Java у програмі. Приклад Java, який зчитує штрих-код із зображення, який допоможе вам створити онлайн-сканер штрих-кодів....parser = new Parser("/path/barcode.png")) { // Витягніть усі штрих-коди...Iterable<PageBarcodeArea> barcodes = parser.getBarcodes(); //...

    blog.groupdocs.com/uk/parser/scan-barcode-using...
  10. QR-codelezer met C# | Scan QR-code van afbeelding

    QR-code scannen met C# in de .NET-toepassing. C#-voorbeeld dat QR-code leest van een afbeelding waarmee u een online QR-scanner kunt bouwen....tekst, metadata, afbeeldingen, barcodes en gestructureerde inhoud...IEnumerable<PageBarcodeArea> barcodes = parser.GetBarcodes(); //...

    blog.groupdocs.com/nl/parser/scan-qr-code-using...