Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 22,220 for

reader

(0.24 sec)
  1. Barcode Recognition - Read Barcodes in C#|Docum...

    This documentation section explains how to perform barcode recognition in Aspose.BarCode for .NET...- Start with the essential reader setup, source selection, and...

    docs.aspose.com/barcode/net/barcode-recognition/
  2. Stamp in xfdf cannot be imported - Free Support...

    Steps to reproduce: Open any PDF in Adobe Acrobat Reader, add a stamp Export the annotations to XFDF Import the XFDF using Aspose PDF Getting system exceptions when doing the importing...Open any PDF in Adobe Acrobat Reader, add a stamp Export the annotations...

    forum.aspose.com/t/stamp-in-xfdf-cannot-be-impo...
  3. DocumentProperty.ToByteArray | Aspose.Words for...

    Convert DocumentProperty to a byte array effortlessly with the ToByteArray method. Streamline data handling and enhance your coding efficiency!...we added, as an Epub, // a reader that opens that document may...

    reference.aspose.com/words/net/aspose.words.pro...
  4. Bug 5324: Csv to Shapefile- Conversion succeede...

    Hi Alexander, I moved to new version 26.5 and here my results: Please see: Comparison(left-Csv, right-Shapefile) image.png (179.0 KB) Test data(input/output/QGIS) 5324-Csv-Shapefile.zip (47.0 KB) Thanks,...etween-vector-formats/ CSV reader settings: https://docs.aspose...aspose.com/gis/net/csv-reader-settings/ Shapefile writer options:...

    forum.aspose.com/t/bug-5324-csv-to-shapefile-co...
  5. Generate and Read Swiss QR Code in C#|Documenta...

    This article explains how to Generate and Read Swiss QR Codes using Aspose.BarCode for .NET...Swiss QR Code BarCodeReader reader = new BarCodeReader ( $"{path}SwissQRBill...foreach ( BarCodeResult result in reader . ReadBarCodes ()) { SwissQRCodetext...

    docs.aspose.com/barcode/net/swiss-qr-code/
  6. Add PDF Bookmarks with Named Destinations|Docum...

    Learn how to add PDF bookmarks with named destinations using Aspose.Cells for Python via .NET API....Professional version of Acrobat Reader. Sample Code AI Document Assistant...

    docs.aspose.com/cells/python-net/add-pdf-bookma...
  7. Product Overview|Documentation

    Aspose.BarCode for .NET: Product Description, Main Features, and General Information...EAN13 using ( BarCodeReader reader = new BarCodeReader ( dataDir...foreach ( BarCodeResult result in reader . ReadBarCodes ()) { // Read...

    docs.aspose.com/barcode/net/product-overview/
  8. PDF Metadata Title with Emoji characters show C...

    Hi, please see C# code below. var html = "<html>...</html>" var pdfDocument = new Document(new MemoryStream(Encoding.UTF8.GetBytes(html))); pdfDocument.Info.Title = "⭐Once Upon a Star"; pdfDocument.Save(filePath); when…...other PDF viewers such as Adobe Reader, Edge, or Firefox. If you have...correctly in Edge and Adobe Reader Trying the XMP but getting...

    forum.aspose.com/t/pdf-metadata-title-with-emoj...
  9. Scan Standard 2 of 5 (Industrial 2 of 5) barcod...

    C# sample code to scan and decode Standard 2 of 5 (Industrial 2 of 5) barcode barcode type in .NET Framework, .NET Standard, COM Interloop for PHP, VBScript, Delphi, or C++....Initialize barcode reader using ( var reader = new Aspose.BarCode...image foreach ( var barcode in reader.ReadBarCodes()) { // Display...

    products.aspose.com/barcode/net/standard2of5/re...
  10. Sequence Page numbers while merging two PDF Doc...

    Hi, I am using aspose.pdf for creating PDF documents. I need to merger two PDF files. Issue is the merged file (second one) is restarting page numbers. For example. 1st PDF had 3 pages and 2nd PDF had 6 pages so merged…...seems that even how the pdf reader reads the pdf doesn’t seem...the second pdf, yet the pdf reader still reads it as the 3 page...

    forum.aspose.com/t/sequence-page-numbers-while-...