Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 22,022 for

reader

(0.86 sec)
  1. Get all Possible 1D BarCodes from an Image in R...

    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....initialize barcode reader barcode_reader_type = Rjb :: import...barcoderecognition.BarCodeReadType' ) reader = Rjb :: import ( 'com.aspose...

    docs.aspose.com/barcode/java/get-all-possible-1...
  2. Get all Possible 1D Barcodes from an Image in P...

    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....initialize barcode reader $barcode_reader_type = new BarCodeReadType...(); $reader = new BarCodeReader ( $img , $barcode_reader_type...

    docs.aspose.com/barcode/java/get-all-possible-1...
  3. Set Target Barcode Types for Recognition|Docume...

    This Article Describes How to Set Target Barcode Types for Recognition... using ( BarCodeReader reader = new BarCodeReader ( $"{path}multiple_codes...$"{path}multiple_codes.png" )) { reader . SetBarCodeReadType ( DecodeType...

    docs.aspose.com/barcode/net/set-target-barcode-...
  4. Read Barcode Properties and Metadata|Documentation

    This article describes how to read barcode parameters and encoded metadata...png" ); $reader = new BarCodeReader ( "test...DecodeType :: CODE_128 ); foreach ( $reader -> readBarCodes () as $result...

    docs.aspose.com/barcode/phpjava/read-barcode-pr...
  5. Quick Start|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....licensePath ); BarCodeReader reader = new BarCodeReader ( fileName...BarCodeResult [] barCodeResults = reader . readBarCodes (); for ( BarCodeResult...

    docs.aspose.com/barcode/androidjava/quick-start/
  6. Reading Code Text|Documentation

    Learn how to read and interpret barcode code text and raw data with BarCodeReader in Aspose.BarCode for Java....and raw bytes: BarCodeReader reader = new BarCodeReader ( imagePath...BarCodeResult [] results = reader . readBarCodes (); for ( BarCodeResult...

    docs.aspose.com/barcode/java/developer-guide/ba...
  7. Generate PDF417 and Micro PDF417 Barcodes in Ja...

    Aspose.BarCode for JavaScript via C++ can be used to generate different types of PDF417 and Micro PDF417 barcodes....// Try to recognize it var reader = new BarCodeInstance . BarCodeReader...); reader . ReadBarCodes (); for ( var i = 0 ; i < reader . FoundCount...

    docs.aspose.com/barcode/javascript-cpp/pdf417-b...
  8. PdfSaveOptions.InterpolateImages | Aspose.Words...

    Discover PdfSaveOptions' InterpolateImages property, a key feature that enhances image quality in your documents. Optimize your PDFs effortlessly!...be performed by a conforming reader. When false is specified, the...and the default behaviour of reader is used instead. public bool...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Quick Start|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....gif" ; $reader = new BarCodeReader ( $filePath...CODE_128 ); $resultsArray = $reader -> readBarCodes (); foreach...

    docs.aspose.com/barcode/phpjava/quick-start/
  10. Programming with Thunderbird|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....); try ( MboxrdStorageReader reader = new MboxrdStorageReader (...= { null }; while (( msg = reader . readNextMessage ( /* out...

    docs.aspose.com/email/java/programming-with-thu...