Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 22,024 for

reader

(1.16 sec)
  1. High Performance Mode|Documentation

    Learn how to use the High Performance quality preset in Aspose.BarCode for Java recognition....optimization is to: Construct the reader with DecodeType.ALL_SUPPORTED_TYPES...BarCodeImageFormat . PNG ); }); // Reader scans all supported types,...

    docs.aspose.com/barcode/java/developer-guide/ba...
  2. 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...
  3. 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/
  4. Sequence Page numbers while merging two PDF Doc...

    Hi, I am using aspose.pdf for creating PDF documents. I need to merger two PDF files. Issue is the merged file (second one) is restarting page numbers. For example. 1st PDF had 3 pages and 2nd PDF had 6 pages so merged…...seems that even how the pdf reader reads the pdf doesn’t seem...the second pdf, yet the pdf reader still reads it as the 3 page...

    forum.aspose.com/t/sequence-page-numbers-while-...
  5. 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...
  6. 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...
  7. Scan GS1 DataBar (Omnidirectional, Stacked Omni...

    PHP sample code to read GS1 DataBar (Omnidirectional, Stacked Omnidirectional, Expanded, Expanded Stacked, and Truncated) barcode in PHP-based applications....base64_encode ( $image_bytes ); $reader = new BarCodeReader ( $image...DecodeType :: Databar ); forEach ( $reader -> readBarCodes () as $res...

    products.aspose.com/barcode/php-java/databar/re...
  8. 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/
  9. 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; } Professionalize...

    forum.aspose.com/t/how-to-remove-default-bookma...
  10. 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...