Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 21,965 for

reader

(0.1 sec)
  1. BookmarksOutlineLevelCollection | Aspose.Words ...

    A collection of individual bookmarks outline level in Java....and used as anchors by most readers. // Bookmarks can also have...entries when collapsed in the reader. PdfSaveOptions pdfSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  2. 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...
  3. Scan Interleaved 2-of-5 (ITF) barcode Images vi...

    C# sample code to scan and decode Interleaved 2-of-5 (ITF) 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/itf/recognize/
  4. Generate and Read Mailmark 4-State Barcodes in ...

    This article explains how to Generate and Read Royal Mail Mailmark 4-State Barcodes using Aspose.BarCode for .NET...Mailmark barcodes using ( var reader = new BarCodeReader ( "Mailmark4State...the image var recognized = reader . ReadBarCodes (); // Decode...

    docs.aspose.com/barcode/net/mailmark-4state-bar...
  5. 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/
  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. Add PDF Bookmarks with Named Destinations|Docum...

    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....Professional version of Acrobat Reader. Sample Code AI Document Assistant...

    docs.aspose.com/cells/net/add-pdf-bookmarks-wit...
  8. 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...
  9. 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-...
  10. 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...