Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 21,990 for

reader

(0.15 sec)
  1. Scan Code 16K barcode Images via PHP via Java |...

    PHP sample code to read Code 16K barcode in PHP-based applications....base64_encode ( $image_bytes ); $reader = new BarCodeReader ( $image...DecodeType :: Code16K ); forEach ( $reader -> readBarCodes () as $res...

    products.aspose.com/barcode/php-java/code16k/re...
  2. Scan Codablock-F and GS1 Codablock-F barcodes I...

    PHP sample code to read Codablock-F and GS1 Codablock-F barcodes in PHP-based applications....base64_encode ( $image_bytes ); $reader = new BarCodeReader ( $image...:: CodablockF ); forEach ( $reader -> readBarCodes () as $res...

    products.aspose.com/barcode/php-java/codablock/...
  3. Recognizing Specific Barcode Symbology in PHP|D...

    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....PHPCode # initialize barcode reader $img = $dataDir . "barcode..."barcode.jpg" ; $barcode_reader_type = new BarCodeReadType (); $rd =...

    docs.aspose.com/barcode/java/recognizing-specif...
  4. System Requirements for C++|Aspose.PDF for C++

    This section lists the supported operating systems that a developer needs to successfully work with Aspose.PDF for C++....need at least Adobe Acrobat Reader. It can be downloaded for free...

    docs.aspose.com/pdf/cpp/system-requirements/
  5. Generate Postal Barcodes|Documentation

    Use Aspose.BarCode for PHP via Java to generate postal barcodes...BarcodeImageFormat :: PNG ); $reader = new BarCodeReader ( $image...DecodeType :: AUSTRALIA_POST ); $reader -> setCustomerInformati ( ...

    docs.aspose.com/barcode/phpjava/generate-postal...
  6. How to Remove Default Bookmark When Exporting a...

    Hello Team, I’m exporting a range with name as HTML, and I’ve noticed that a bookmark with the range name is automatically inserted into the generated HTML content. How can I prevent this bookmark from being included du…...Position = 0; using (StreamReader reader = new StreamReader(htmlStream))...eam)) { htmlStm = reader.ReadToEnd(); } } return htmlStm; }```...

    forum.aspose.com/t/how-to-remove-default-bookma...
  7. Missing character in PDF print - Free Support F...

    Hi, The attached PDF document contains two lines of text with different fonts, both displaying the same text “A±B”. When printing this PDF using Aspose.PDF, the plusminus character (±) is correctly shown in the first l…...document with Adobe Acrobat Reader gives the correct result for...

    forum.aspose.com/t/missing-character-in-pdf-pri...
  8. System Requirements of Aspose.PDF for JavaScrip...

    This section lists the supported operating systems that a developer needs to successfully work with of Aspose.PDF for JavaScript via C++....need at least an Adobe Acrobat Reader . It can be downloaded for...

    docs.aspose.com/pdf/javascript-cpp/system-requi...
  9. Converting a TEXT file to PDF using Android via...

    Sample code on Java for TEXT to PDF conversion. Use example code for batch TEXT to PDF conversion in Android...()); return ; } BufferedReader reader = new BufferedReader ( new...true ) { try { if (( string = reader . readLine ()) == null ) break...

    products.aspose.com/pdf/android-java/conversion...
  10. Scan DotCode barcode Images via Node.js via Jav...

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

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