Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 21,623 for

reader

(0.08 sec)
  1. 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.... PNG ); const reader = new BarCodeReader ( base64Image...base64Image ); const resultsArray = reader . readBarCodes (); const barCodeResult...

    docs.aspose.com/barcode/nodejsjava/installation/
  2. Working with Links in PDF programmatically|Aspo...

    This guide is about how to add an internal page link in PDF or insert an external website hyperlink to PDF in Java language....actions or to ensure that your reader has immediate access to related...

    docs.aspose.com/pdf/java/links/
  3. Scan QR Code using C#

    This topic explains how to scan QR code using C#. The algorithm explains stepwise details while the code snippet can be used to create QR scanner in C#....sufficient to develop a QR reader using C# . First, use the BarCodeRecognition...namespace to initiate a barcode reader while setting the barcode type...

    kb.aspose.com/barcode/net/scan-qrcode-using-csh...
  4. PDF.Net StampAnnotation.Opacity Property has NO...

    Hi, I tryied to use StampAnnotation to put an image as a semi transparent stamp on the PDF. Below is what happened The stamp is on the PDF. But it’s solid. No transparency. Right click the stamp to view the property. t…...If I open the PDF in Forxit Reader 8.2.0, then drag the stamp...If I open the PDF in Acrobat Reader or Professional. The stamp...

    forum.aspose.com/t/pdf-net-stampannotation-opac...
  5. Barcode API for Android Apps - Java SDK for QR,...

    Add barcode generation and recognition to Android apps. Use Java to create and scan 1D and 2D barcodes, including QR Code, Data Matrix, PDF417, Code 128, and more....BarCodeReader BarCodeReader reader = new BarCodeReader ( "QRCode...recognition quality settings reader . setQualitySettings ( QualitySettings...

    products.aspose.com/barcode/android-java/
  6. System Requirements|Aspose.PDF for PHP via Java

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

    docs.aspose.com/pdf/php-java/system-requirements/
  7. Scan Aztec Code Images via Node.js via Java | A...

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

    products.aspose.com/barcode/nodejs-java/aztec/r...
  8. Scan EAN (International Article Number) barcode...

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

    products.aspose.com/barcode/nodejs-java/ean/rec...
  9. Scan ISSN barcode Images via Node.js via Java |...

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

    products.aspose.com/barcode/nodejs-java/issn/re...
  10. Recognizing Multiple Symbologies in Single Imag...

    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 . "symbologies..."symbologies.png" ; $barcode_reader_type = new BarCodeReadType (); $rd...

    docs.aspose.com/barcode/java/recognizing-multip...