Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 21,623 for

reader

(0.12 sec)
  1. 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...
  2. Rendering Document as PDF shows empty table bor...

    When creating a document with Aspose.Words and inserting a table into it, which has no borders set (even calling table.ClearBorders() to ensure it), when saving the document as PDF, the resulting PDF shows some kind of t…...when opening it with Adobe Reader, it shows the erroneous ‘gridlines’:...viewer programs, including Adobe Reader, and unfortunately I can’t...

    forum.aspose.com/t/rendering-document-as-pdf-sh...
  3. Zimbra Overview: Email, Calendar, and TGZ File ...

    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....project: using ( TgzReader reader = new TgzReader ( fileName...fileName )) { int count = reader . GetTotalItemsCount (); } Save Zimbra...

    docs.aspose.com/email/net/zimbra-overview-email...
  4. Public API Changes in Aspose.BarCode 6.9.0|Docu...

    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.... BarCodeReader reader = new BarCodeReader ( imageFilePath...MicroQR ); reader . read (); String result = reader . getCodeText...

    docs.aspose.com/barcode/java/public-api-changes...
  5. PdfSaveOptions.ZoomBehavior | Aspose.Words for ...

    Discover PdfSaveOptions ZoomBehavior, control zoom settings for optimal viewing in PDF viewers. Enhance user experience with tailored document display!...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...
  6. PdfSaveOptions.zoom_behavior property | Aspose....

    PdfSaveOptions.zoom_behavior property. Gets or sets a value determining what type of zoom should be applied when a document is opened with a PDF viewer....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/python-net/aspose.wo...
  7. Scan Codablock-F and GS1 Codablock-F barcodes I...

    C++ sample code to scan and decode Codablock-F and GS1 Codablock-F barcodes in C++ Runtime Environment for Windows 32-bit, Windows 64-bit, or Linux 64-bit....System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: CodablockF ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/cpp/codablock/recog...
  8. Scan Australia Post barcode and Australia Post ...

    C++ sample code to scan and decode Australia Post barcode and Australia Post eParcel in C++ Runtime Environment for Windows 32-bit, Windows 64-bit, or Linux 64-bit....System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: AustraliaPost ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/cpp/australia-post/...
  9. Scan Code 39 barcode Images via C++ | Aspose

    C++ sample code to scan and decode Code 39 barcode in C++ Runtime Environment for Windows 32-bit, Windows 64-bit, or Linux 64-bit....System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: Code39 ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/cpp/code39/recognize/
  10. Scan Postnet barcode Images via C++ | Aspose

    C++ sample code to scan and decode Postnet barcode in C++ Runtime Environment for Windows 32-bit, Windows 64-bit, or Linux 64-bit....System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: Postnet ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/cpp/postnet/recognize/