Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 22,425 for

reader

(0.04 sec)
  1. Working with Outlook Calendar Items|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 . calendar . CalendarReader...print ( f "Calendar contains { reader . count } events" ) print (...

    docs.aspose.com/email/python-net/working-with-o...
  2. Scan Standard 2 of 5 (Industrial 2 of 5) barcod...

    JavaScript sample code to scan and decode Standard 2 of 5 (Industrial 2 of 5) barcode in any modern browser using WebAssembly-based library....be executed - JavaScript var reader = new BarCodeInstance . BarCodeReader...name> " , " Standard2of5 " ); reader. ReadBarCodes (); //Display...

    products.aspose.com/barcode/javascript-cpp/stan...
  3. 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...
  4. 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/
  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. "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...
  7. Subsequent digital signatures invalidate previo...

    Hello, We have encountered an issue with applying multiple digital signatures to PDF files created using the Aspose component. Problem description The first signature applied to the generated PDF is validated correctl…...pdf in Adobe Acrobat Reader and use the “Save As” option—without...and saved in Adobe Acrobat Reader beforehand. Attachments The...

    forum.aspose.com/t/subsequent-digital-signature...
  8. Text shadow/halo artifact on printed PDF conver...

    Hi, We are using Aspose.Words 17.10 in a .NET application to convert Word documents (.docx) to PDF on a Windows Server environment. The conversion is done with no custom PdfSaveOptions — just a plain doc.Save(path, Save…...directly from Adobe Acrobat Reader. The shadow persists. Printer...enabled and disabled in Adobe Reader. The shadow persists in both...

    forum.aspose.com/t/text-shadow-halo-artifact-on...
  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/