Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 22,030 for

reader

(0.14 sec)
  1. Scan Aztec Code Images via .NET | products.aspo...

    C# sample code to scan and decode Aztec Code barcode type in .NET Framework, .NET Standard, COM Interloop for PHP, VBScript, Delphi, or C++....Initialize barcode reader using ( var reader = new Aspose.BarCode...image foreach ( var barcode in reader.ReadBarCodes()) { // Display...

    products.aspose.com/barcode/net/aztec/recognize/
  2. Scan Code 93 Extended and Code 93 Standard barc...

    PHP sample code to read Code 93 Extended and Code 93 Standard barcodes in PHP-based applications....base64_encode ( $image_bytes ); $reader = new BarCodeReader ( $image...DecodeType :: Code93 ); forEach ( $reader -> readBarCodes () as $res...

    products.aspose.com/barcode/php-java/code93/rec...
  3. Scan GS1 Code 128 barcode Images via .NET | pro...

    C# sample code to scan and decode GS1 Code 128 barcode barcode type in .NET Framework, .NET Standard, COM Interloop for PHP, VBScript, Delphi, or C++....Initialize barcode reader using ( var reader = new Aspose.BarCode...image foreach ( var barcode in reader.ReadBarCodes()) { // Display...

    products.aspose.com/barcode/net/code128/recognize/
  4. Scan GS1 DataBar (Omnidirectional, Stacked Omni...

    C# sample code to scan and decode GS1 DataBar (Omnidirectional, Stacked Omnidirectional, Expanded, Expanded Stacked, and Truncated) barcode barcode type in .NET Framework, .NET Standard, COM Interloop for PHP, VBScript, Delphi, or C++....Initialize barcode reader using ( var reader = new Aspose.BarCode...image foreach ( var barcode in reader.ReadBarCodes()) { // Display...

    products.aspose.com/barcode/net/databar/recognize/
  5. Creating, Reading and Saving Projects with Aspo...

    Learn how to create, read or save Microsoft Project files using Aspose.Tasks for Java....BufferedReader reader; 32 String line; 33 try 34 { 35 reader = new BufferedReader(..."UTF8" )); 36 while ((line = reader. readLine ()) != null ) 37...

    docs.aspose.com/tasks/java/creating-reading-and...
  6. Signing with certificate and TSA using Aspose.P...

    Hello. I’m trying to sign a document. TEST.pdf (28.1 KB) using the following Test-Certificate: D-TRUST GmbH - Test_CSM017878135.zip (8.9 KB) Password: H0FS7R1A6R I’m using the following code: Dim pdfDocument As D…...pdf - Adobe Acrobat Reader (64-bit).png (10.5 KB) However...tempel.pdf - Adobe Acrobat Reader (64-bit).png (15.8 KB) How...

    forum.aspose.com/t/signing-with-certificate-and...
  7. Barcode Scanner Online | Read Barcode Online

    Online Barcode scanner to read barcodes on any device. You can scan barcodes online for free from any image. You can scan different barcodes like Code 39, Code 128, EAN-8, EAN-13, QR codes, PDF417 codes, DataMatrix codes, etc.... Barcode Reader Online - Developer’s Guide...Scanner - Free Online QR Code Reader...

    blog.aspose.com/barcode/barcode-scanner-online/
  8. Use Aspose.Barcode for .Net Standard Library In...

    How to use Aspose.Barcode for .Net Standard library in .Net Framework projects... (); using ( BarCodeReader reader = new BarCodeReader ( bmp ...foreach ( BarCodeResult result in reader . ReadBarCodes ()) Console...

    docs.aspose.com/barcode/net/aspose-barcode-net-...
  9. Scan USPS OneCode barcode Images via Node.js vi...

    Node.js source code for USPS OneCode barcode scanning and decoding in JavaScript applications.... QualitySettings ; let reader = new BarCodeReader ( " <file...null , DecodeType . OneCode ); reader. readBarCodes (). forEach (...

    products.aspose.com/barcode/nodejs-java/onecode...
  10. Scan Italian Pharmacode (Code 32) barcode Image...

    Node.js source code for Italian Pharmacode (Code 32) barcode scanning and decoding in JavaScript applications.... QualitySettings ; let reader = new BarCodeReader ( " <file...null , DecodeType . Code32 ); reader. readBarCodes (). forEach (...

    products.aspose.com/barcode/nodejs-java/code32/...