Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 21,606 for

reader

(0.06 sec)
  1. PdfPageLayout enumeration | Aspose.Words for No...

    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 SinglePage...pages when opened in a PDF reader. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 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...
  3. 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/
  4. 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...
  5. DataMatrixExtendedParameters|Aspose.BarCode for...

    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.... is_reader_programming Indicates whether...whether code is used for instruct reader to interpret the following...

    docs.aspose.com/barcode/python-net/api-referenc...
  6. PdfPageLayout Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.PdfPageLayout enum for optimal PDF viewing. Customize page layouts for enhanced readability in any PDF Reader....document is opened in a PDF reader. public enum PdfPageLayout...pages when opened in a PDF reader. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.sav...
  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. "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...
  9. Pdf417ExtendedParameters|Aspose.BarCode for Pyt...

    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.... is_reader_initialization Used to instruct the reader to interpret...the symbol as programming for reader initialization. is_linked Flag...

    docs.aspose.com/barcode/python-net/api-referenc...
  10. Read Excel File in Java

    This article demonstrates how to read Excel file in Java. It provides IDE setup instructions and a step-by-step guide along with a working code example to build an XLSX Reader in Java....code example to build an XLSX reader in Java . In addition, it outlines...each cell. Code to Create XLSX Reader in Java This basic code snippet...

    kb.aspose.com/cells/java/read-excel-file-in-java/