Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 21,607 for

reader

(0.26 sec)
  1. Transform XML using C# | Aspose.PDF

    Transform XML programmatically with C# sample code using Aspose.PDF for .NET...XslCompiledTransform (); using ( var reader = System . Xml . XmlReader...xsltString ))) { transform . Load ( reader ); } var memoryStream = new...

    products.aspose.com/pdf/net/transform-xml/
  2. PdfSaveOptions.pageMode property | Aspose.Words...

    PdfSaveOptions.pageMode property. Specifies how the PDF document should be displayed when opened in a PDF Reader....displayed when opened in a PDF reader. get pageMode () : Aspose ...instructions for some PDF readers to follow when opening an output...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Check Barcode Recognition Quality|Documentation

    This article describes how to verify barcode recognition quality...( "ReadExtQuality:" ); var reader = new BarCodeInstance . BarCodeReader...); reader . ReadBarCodes (); for ( var i = 0 ; i < reader . FoundCount...

    docs.aspose.com/barcode/javascript-cpp/check-re...
  4. Preparing content for recognition|Documentation

    How to prepare a batch of images, URLs and other content for recognition....recognition: // Initialize file reader const reader = new FileReader ();...event . target . files [ 0 ]; reader . readAsArrayBuffer ( file...

    docs.aspose.com/ocr/javascript-cpp/content-for-...
  5. Create image with read barcodes - Free Support ...

    Hello: I have now been able to read all EAN-13 codes from a JPG image. By adjusting the quality for difficult images, the result is fantastic. $license = new \Aspose\Barcode\Internal\License(); ** $license->setLicens…...lic’)** ** $reader = new BarCodeReader(‘photo1...DecodeType::EAN_13);** ** $reader->getQualitySettings()->set...

    forum.aspose.com/t/create-image-with-read-barco...
  6. Data encoding for 2D barcodes|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....proper Encoding and decode it on reader side. Main problem hire is...and can be detected by many readers, like UTF8 encoding, some encodings...

    docs.aspose.com/barcode/net/data-encoding-2d/
  7. Reading Code Text Raw|Documentation

    Learn how and when to use raw code bytes from BarCodeReader in Aspose.BarCode for Java....byte stream: BarCodeReader reader = new BarCodeReader ( imagePath...BarCodeResult [] results = reader . readBarCodes (); for ( BarCodeResult...

    docs.aspose.com/barcode/java/developer-guide/ba...
  8. Decode FNC Symbols|Documentation

    This article describes how to decode FNC symbols in GS1 barcodes in Aspose.BarCode for JavaScript via C++ according to business needs...; i < reader . FoundCount ; i ++ ) { var result = reader . FoundBarCodes...; i < reader . FoundCount ; i ++ ) { var result = reader . FoundBarCodes...

    docs.aspose.com/barcode/javascript-cpp/decode-f...
  9. 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....MboxStorageReader class to create a reader object for the Mbox file and...file: import aspose.email as ae reader = ae . storage . mbox . MboxStorageReader...

    docs.aspose.com/email/python-net/programming-wi...
  10. IDataReader | Aspose.Words for Java

    Provides a means of reading one or more forward-only streams of result sets obtained by executing a command at a data source and is implemented by .NET Framework data providers that access relational databases in Java....indicating whether the data reader is closed. nextResult() Advances...Advances the data reader to the next result, when reading the results...

    reference.aspose.com/words/java/com.aspose.word...