Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 17,682 for

reader

(0.07 sec)
  1. 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...
  2. Scan Code 93 Extended and Code 93 Standard barc...

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

    products.aspose.com/barcode/cpp/code93/recognize/
  3. Scan ISSN barcode Images via C++ | products.asp...

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

    products.aspose.com/barcode/cpp/issn/recognize/
  4. Generate and Read Swiss QR Code in JavaScript|D...

    This article explains how to Generate and Read Swiss QR Codes using Aspose.BarCode for JavaScript via C++...QR Bill from the image var reader = new BarCodeInstance . BarCodeReader...src , "QR" ); reader . ReadBarCodes (); if ( reader . FoundCount...

    docs.aspose.com/barcode/javascript-cpp/swiss-qr...
  5. PdfPageMode | Aspose.Words for Java

    Specifies how the PDF document should be displayed when opened in the PDF Reader in Java....displayed when opened in the PDF reader. Examples: Shows how to set...instructions for some PDF readers to follow when opening an output...

    reference.aspose.com/words/java/com.aspose.word...
  6. PdfSaveOptions.ZoomFactor | Aspose.Words for .NET

    Discover PdfSaveOptions' ZoomFactor property to easily adjust document zoom levels in percentages, enhancing your PDF viewing experience....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...
  7. Barcode Reading Quality Options and Presets|Doc...

    This article explains how barcode recognition can be optimized in terms of accuracy and speed using different automatic presets and setting various options in Node.js via Java...QualitySettings with BarCodeReader let reader = new BarCodeReader ( "test...//set high performance mode reader . setQualitySettings ( QualitySettings...

    docs.aspose.com/barcode/nodejsjava/barcode-read...
  8. PdfSaveOptions.PageLayout | Aspose.Words for .NET

    Discover the PdfSaveOptions PageLayout property to customize your PDF’s layout for optimal viewing in any Reader. Enhance your document's presentation!...document is opened in a PDF reader. public PdfPageLayout PageLayout...pages when opened in a PDF reader. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.sav...
  9. 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...
  10. 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...