Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 22,425 for

reader

(0.23 sec)
  1. Read Emails from MBOX in Python|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 . storage . mbox . MboxStorageReader...MboxStorageReader . create_reader ( file_name , ae . storage ....

    docs.aspose.com/email/python-net/read-emails-fr...
  2. 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...
  3. PdfSaveOptions.PageMode | Aspose.Words for .NET

    Discover how the PdfSaveOptions PageMode property enhances your PDF viewing experience by customizing document display in any PDF Reader....displayed when opened in a PDF reader. public PdfPageMode PageMode...instructions for some PDF readers to follow when opening an output...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Filter and Extract MBOX Messages with Aspose.Em...

    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....of message MboxStorageReader reader = MboxStorageReader . CreateReader...foreach ( var mboxMessageInfo in reader . EnumerateMessageInfo ())...

    docs.aspose.com/email/net/filter-extract-mbox-m...
  5. Aspose PDF remove/flattens fields when saving -...

    Hi, I have a problem with some PDF’s where simply Opening and Saving will flatten fields when saving. A sample document can be downloaded from here: https://www.revenue.nsw.gov.au/help-centre/resources-library/forms/dut…... PDF form in Acrobat Reader is readonly after saving with...Can you check with Acrobat Reader, I dont have access to Pro...

    forum.aspose.com/t/aspose-pdf-remove-flattens-f...
  6. Barcode Reading Basics|Documentation

    This Article Describes How to Read Barcodes of Different Symbologies from Images or Stream and How to Recognize All 1D Barcodes Presented in an Image...Code39 and Code128 barcodes let reader = new BarCodeReader ( "test... DecodeType . CODE_128 ]); reader . readBarCodes (). forEach...

    docs.aspose.com/barcode/nodejsjava/barcode-read...
  7. 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...
  8. 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...
  9. 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/
  10. Quick Start|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....licensePath ); BarCodeReader reader = new BarCodeReader ( fileName...BarCodeResult [] barCodeResults = reader . readBarCodes (); for ( BarCodeResult...

    docs.aspose.com/barcode/java/quick-start/