Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 21,607 for

reader

(0.61 sec)
  1. Generate Han Xin Code Barcodes in JavaScript|Do...

    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....GenerateBarCodeImage (); var reader = new BarCodeInstance . BarCodeReader..."HanXin" ); reader . ReadBarCodes (); if ( reader . FoundCount...

    docs.aspose.com/barcode/javascript-cpp/hanxin-c...
  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. 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...
  4. 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...
  5. 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...
  6. 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...
  7. PdfPageMode enumeration | Aspose.Words for Node.js

    Aspose.Words.Saving.PdfPageMode enumeration. Specifies how the PDF document should be displayed when opened in the PDF Reader....displayed when opened in the PDF reader. Members Name Description UseNone...instructions for some PDF readers to follow when opening an output...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. PdfPageMode Enum | Aspose.Words for .NET

    Discover Aspose.Words.PdfPageMode enum for customizable PDF display options, enhancing user experience in any PDF Reader. Optimize your documents today!...displayed when opened in the PDF reader. public enum PdfPageMode Values...instructions for some PDF readers to follow when opening an output...

    reference.aspose.com/words/net/aspose.words.sav...
  9. 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...
  10. 使用 C# 转换 XML | Aspose.PDF

    用於轉換 XML 並載入到 .NET Framework、.NET Core 上的 PDF 文件的 C# 原始程式碼。...XslCompiledTransform (); using ( var reader = System . Xml . XmlReader...xsltString ))) { transform . Load ( reader ); } var memoryStream = new...

    products.aspose.com/pdf/zh-hant/net/transform-xml/