Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 17,682 for

reader

(0.07 sec)
  1. [Defect] Accessibility issues for document comp...

    Compare 2 docx files attached, Open a resulted pdf in acrobat pro, Enable voice over (cmd + f5), Run using key board by ctr+option + arrow buttons, Check observations. Actual: By navigate using right arrow, observing…...exported as artifacts and Acrobat reader skips reading artifacts. You...exported as artifacts and Acrobat reader skips reading artifacts. 1646×607...

    forum.aspose.com/t/defect-accessibility-issues-...
  2. Work with Barcode Recognition State in XML|Docu...

    This Article Describes How to Save or Load Barcode Recognition State in the XML format... //init barcode reader using ( BarCodeReader read...from a stream. //init barcode reader using ( BarCodeReader read...

    docs.aspose.com/barcode/net/barcode-reading-in-...
  3. Develop custom libraries using Aspose.Barcode f...

    How to develop custom libraries using Aspose.Barcode for multiple .Net versions in the same project...BarCode" ); using ( BarCodeReader reader = new BarCodeReader ( bmp ))...foreach ( BarCodeResult result in reader . ReadBarCodes ()) Console...

    docs.aspose.com/barcode/net/aspose-barcode-mult...
  4. Barcode Android API | Scan or Generate Barcodes...

    Android barcode scanner library to recognize different kinds of 1D, 2D, and postal barcodes. Scan barcodes at any angle in Android apps....Recognition Live Example The barcode reader API provides a set of features...initialize reader with image & expected type BarCodeReader reader = new...

    products.aspose.com/barcode/android-java/
  5. Warnings while loading a document - Free Suppor...

    While loading a document the following warnings occure using the WarningCallback method: Aspose warning: 9: 3F01; Aspose warning: 9: Import of element ‘shapedefaults’ is not supported in Docx format by Aspose.Words.; …...Words reader. In most cases you can safely...

    forum.aspose.com/t/warnings-while-loading-a-doc...
  6. PdfSaveOptions.preblend_images property | Aspos...

    PdfSaveOptions.preblend_images property. Gets or sets a value determining whether or not to preblend transparent images with black background color....visual appearance in Adobe Reader and remove anti-aliasing artifacts...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Convert PDF to EPUB Online | PDF File to EPUB

    Learn how to convert PDF to EPUB online. Discover easy steps and programmatic methods for seamless conversion of PDF files to EPUB format....tired of reading PDFs on your e-reader? Want to enjoy the benefits...to enjoy their PDFs on any e-reader or mobile device. Convert PDF...

    blog.aspose.com/pdf/convert-pdf-to-epub-online/
  8. Licensing|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....setLicense (); BarCodeReader reader = new BarCodeReader ( path...for ( BarCodeResult result : reader . readBarCodes ()) { System...

    docs.aspose.com/barcode/java/licensing/
  9. Licensing|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....setLicense (); BarCodeReader reader = new BarCodeReader ( path...for ( BarCodeResult result : reader . readBarCodes ()) { System...

    docs.aspose.com/barcode/androidjava/licensing/
  10. Generate and Read Mailmark 2D Barcodes in C#|Do...

    This article explains how to Generate and Read Royal Mail Mailmark 2D Barcodes using Aspose.BarCode for .NET....Mailmark 2D Code BarCodeReader reader = new BarCodeReader ( $"{path}Mailmark2DType9...foreach ( BarCodeResult result in reader . ReadBarCodes ()) { Mailmark2DCodetext...

    docs.aspose.com/barcode/net/mailmark-2d-barcodes/