Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 22,024 for

reader

(2.16 sec)
  1. Licensing|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....setLicense (); BarCodeReader reader = new BarCodeReader ( path...for ( BarCodeResult result : reader . readBarCodes ()) { System...

    docs.aspose.com/barcode/java/developer-guide/qu...
  2. QR-Code Encoding Problems - Free Support Forum ...

    Hello! I use Aspose.BarCode 26.1 and have problems with some currency symbols. I tried QREncodeMode.ECIEncoding; ECIEncodings.UTF8; with bad results qrModeECI.gif (1.9 KB) and I tried QREncodeMode.EXTENDED; w…...ECI); BarCodeReader reader = new BarCodeReader(generator...generateBarCodeImage(), DecodeType.QR); reader.readBarCodes(); System.out...

    forum.aspose.com/t/qr-code-encoding-problems/32...
  3. Invalid character after PDF/A conversion - Free...

    test.pdf (126.6 KB) failed.pdf (1.1 MB) Hi, We have a bit trouble passing a PDF/A validation with file created by aspose.pdf. It works fine if we use Adobe Reader PRO to convert PDF to PDF/A. Hope you can give us a ha…...works fine if we use Adobe reader PRO to convert PDF to PDF/A...using aspose.pdf, but not adobe reader? Thanks so much for your time...

    forum.aspose.com/t/invalid-character-after-pdf-...
  4. Generate and Read Mailmark 2D Barcodes in C#|Do...

    This article explains how to Generate and Read Royal Mail Mailmark 2D Barcodes using Aspose.BarCode for .NET....Mailmark 2D Code BarCodeReader reader = new BarCodeReader ( $"{path}Mailmark2DType9...foreach ( BarCodeResult result in reader . ReadBarCodes ()) { Mailmark2DCodetext...

    docs.aspose.com/barcode/net/mailmark-2d-barcodes/
  5. Fit All Worksheet Columns on Single PDF Page wi...

    Generate a PDF that fits all worksheet columns onto a single page using Aspose.Cells with Golang via C++....application such as Acrobat Reader. If your spreadsheet contains...

    docs.aspose.com/cells/go-cpp/fit-all-worksheet-...
  6. PDL Conversion API | JavaScript Solution

    Convert PS, EPS, and XPS to PDF and Images including BMP, JPG, PNG, and TIFF using the JavaScript library with the Aspose.Page PDL conversion functionality....process is: Create file reader ‘const file_reader = new FileReader();’...FileReader();’ and read file ‘file_reader.readAsArrayBuffer(e.target.files[0]);’...

    products.aspose.com/page/javascript-cpp/convers...
  7. Convert XFA to Dynamic AcroForm and Flatten the...

    Hi, I am using Aspose PDF dll to flatten my fillable pdf’s and its not working. My actual requirement is to concatenate two pdf’s. When i am trying to concatenate a fillable pdf with normal pdf it is not concatenating…...the latest version of Adobe Reader for Windows®, Mac, or Linux®...visiting http://www.adobe.com/go/reader_download . For more assistance...

    forum.aspose.com/t/convert-xfa-to-dynamic-acrof...
  8. Fit All Worksheet Columns on Single PDF Page|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....application such as Acrobat Reader. If your spreadsheet contains...

    docs.aspose.com/cells/net/fit-all-worksheet-col...
  9. Aspose::Words::Saving::PdfSaveOptions class | A...

    Aspose::Words::Saving::PdfSaveOptions class. Can be used to specify additional options when saving a document into the Pdf format. To learn more, visit the documentation article in C++....be performed by a conforming reader. When false is specified, the...and the default behaviour of reader is used instead. get_JpegQuality...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Using Tooltip|Aspose.PDF for Java

    Learn how to add tooltip to the text fragment in PDF using Java and Aspose.PDF.... However, a conforming reader (e.g. Adobe Acrobat) running...limit. Please refer to your PDF reader application documentation....

    docs.aspose.com/pdf/java/pdf-tooltip/