Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 22,220 for

reader

(0.37 sec)
  1. Scan GS1 Code 128 barcode Images via JavaScript...

    JavaScript sample code to scan and decode GS1 Code 128 barcode in any modern browser using WebAssembly-based library....be executed - JavaScript var reader = new BarCodeInstance . BarCodeReader...<file name> " , " Code128 " ); reader. ReadBarCodes (); //Display...

    products.aspose.com/barcode/javascript-cpp/code...
  2. PdfZoomBehavior Enum | Aspose.Words for .NET

    Discover Aspose.Words.PdfZoomBehavior enum for customizable PDF zoom settings. Enhance user experience with tailored viewing options in PDF documents....the default zooming that a reader applies when opening a rendered..."PdfZoomBehavior.ZoomFactor" to get a PDF reader to // apply a percentage-based...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Read Barcodes from PDF Documents|Documentation

    How to Recognize Barcodes from PDF Files...image of the page BarCodeReader reader = new BarCodeReader ( ms ,...foreach ( BarCodeResult result in reader . ReadBarCodes ()) Console...

    docs.aspose.com/barcode/net/read-barcode-from-p...
  4. Scan Standard 2 of 5 (Industrial 2 of 5) barcod...

    JavaScript sample code to scan and decode Standard 2 of 5 (Industrial 2 of 5) barcode in any modern browser using WebAssembly-based library....be executed - JavaScript var reader = new BarCodeInstance . BarCodeReader...name> " , " Standard2of5 " ); reader. ReadBarCodes (); //Display...

    products.aspose.com/barcode/javascript-cpp/stan...
  5. PdfPageLayout enumeration | Aspose.Words for Py...

    aspose.words.saving.PdfPageLayout enumeration. Specifies the page layout to be used when the document is opened in a PDF Reader....document is opened in a PDF reader. Members Name Description SINGLE_PAGE...pages when opened in a PDF reader. doc = aw . Document ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  6. AztecExtendedParameters|Aspose.BarCode for Pyth...

    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....Default value is empty string is_reader_initialization Indicates whether...whether code is used for instruct reader to interpret the following...

    docs.aspose.com/barcode/python-net/api-referenc...
  7. How to Read Barcode using C++

    This simple example focuses on how to read Barcode using C++. In order to develop a Barcode Reader C++ source code is used by following few coding steps....order to develop a Barcode reader C++ source code is used inside...for which you to develop a reader by using DecodeType enumerator...

    kb.aspose.com/barcode/cpp/how-to-read-barcode-u...
  8. Working with Outlook Calendar Items|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....email as ae reader = ae . calendar . CalendarReader...print ( f "Calendar contains { reader . count } events" ) print (...

    docs.aspose.com/email/python-net/working-with-o...
  9. "The root object missing or invalid" error when...

    Good afternoon. I’m using Aspose.PDF version 25.7.0. I have a PDF 1.7 file and want to programmatically create another PDF document based on it: csharp using Aspose.Pdf; class Program { static void Main() { var pd…...also fails to open in Acrobat Reader with a similar error. Nevertheless...also fails to open in Acrobat Reader, it confirms that the file...

    forum.aspose.com/t/the-root-object-missing-or-i...
  10. Hello, world!|Documentation

    Get started with Aspose.OCR for JavaScript via C++ by creating and running a bare minimum example....} ` ); const reader = new FileReader (); reader . onload = function...result:" ); log ( result_str ); }; reader . readAsArrayBuffer ( file...

    docs.aspose.com/ocr/javascript-cpp/hello-world/