Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 21,606 for

reader

(0.04 sec)
  1. Scan Standard 2 of 5 (Industrial 2 of 5) barcod...

    C# sample code to scan and decode Standard 2 of 5 (Industrial 2 of 5) 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/standard2of5/re...
  2. Product Overview|Documentation

    Aspose.BarCode for .NET: Product Description, Main Features, and General Information...EAN13 using ( BarCodeReader reader = new BarCodeReader ( dataDir...foreach ( BarCodeResult result in reader . ReadBarCodes ()) { // Read...

    docs.aspose.com/barcode/net/product-overview/
  3. Scan Royal Mail 4-State Customer Code (RM4SCC) ...

    PHP sample code to read Royal Mail 4-State Customer Code (RM4SCC) in PHP-based applications....base64_encode ( $image_bytes ); $reader = new BarCodeReader ( $image...DecodeType :: RM4SCC ); forEach ( $reader -> readBarCodes () as $res...

    products.aspose.com/barcode/php-java/rm4scc/rec...
  4. Scan Standard 2 of 5 (Industrial 2 of 5) barcod...

    PHP sample code to read Standard 2 of 5 (Industrial 2 of 5) barcode in PHP-based applications....base64_encode ( $image_bytes ); $reader = new BarCodeReader ( $image...Standard2of5 ); forEach ( $reader -> readBarCodes () as $res...

    products.aspose.com/barcode/php-java/standard2o...
  5. Installation|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....BarCodeImageFormat :: PNG ); $reader = new BarCodeReader ( $base64Image..., null ); $resultsArray = $reader -> readBarCodes (); $barCodeResult...

    docs.aspose.com/barcode/phpjava/installation/
  6. Generate and Read Swiss QR Code in C#|Documenta...

    This article explains how to Generate and Read Swiss QR Codes using Aspose.BarCode for .NET...Swiss QR Code BarCodeReader reader = new BarCodeReader ( $"{path}SwissQRBill...foreach ( BarCodeResult result in reader . ReadBarCodes ()) { SwissQRCodetext...

    docs.aspose.com/barcode/net/swiss-qr-code/
  7. Develop custom libraries using Aspose.Barcode f...

    How to develop custom libraries using Aspose.Barcode for multiple .Net versions in the same project...BarCode" ); using ( BarCodeReader reader = new BarCodeReader ( bmp ))...foreach ( BarCodeResult result in reader . ReadBarCodes ()) Console...

    docs.aspose.com/barcode/net/aspose-barcode-mult...
  8. Encrypt and Decrypt PDF|Aspose.PDF for Python v...

    Encrypt and Decrypt PDF File with Python via C++ application.... Acrobat/Reader will prompt a user to enter...extracting, commenting, etc. Acrobat/Reader will disallow these things...

    docs.aspose.com/pdf/python-cpp/set-privileges-e...
  9. [Defect] Accessibility issues for document comp...

    Compare 2 docx files attached, Open a resulted pdf in acrobat pro, Enable voice over (cmd + f5), Run using key board by ctr+option + arrow buttons, Check observations. Actual: By navigate using right arrow, observing…...exported as artifacts and Acrobat reader skips reading artifacts. You...exported as artifacts and Acrobat reader skips reading artifacts. 1646×607...

    forum.aspose.com/t/defect-accessibility-issues-...
  10. XImage TrySetAlternativeText returns true, but ...

    I am creating a PDF programmatically that includes images that need Alt Text. I am able to add the image to the document, save the document to a memory stream, get the appropriate page and XImage object, call the TrySet…...Check PDF Reader Compatibility : Sometimes, the PDF reader you are...correctly. Try using different PDF readers or tools that can inspect the...

    forum.aspose.com/t/ximage-trysetalternativetext...