Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 22,425 for

reader

(0.21 sec)
  1. Encrypt PDF in Node.js|Aspose.PDF for Node.js v...

    Encrypt PDF File with Aspose.PDF for Node.js via C++.... Acrobat/Reader will prompt a user to enter...extracting, commenting, etc. Acrobat/Reader will disallow these things...

    docs.aspose.com/pdf/nodejs-cpp/encrypt-pdf/
  2. 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/
  3. C++ Barcode Processing API | products.aspose.com

    C++ barcode scanner and generator library for 1D and 2D barcodes. Create and read different kinds of 1D, 2D and Postal barcodes...System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...AllSupportedTypes ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/cpp/
  4. 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...
  5. Read Barcode from TIFF Image-Complete Tutorial ...

    Learn how to read barcodes from TIFF images using Aspose.BarCode for .NET. This tutorial covers setup, code, and performance tips for .NET image processing....Dispose resources - ensure the reader and streams are properly released...the image, initializing the reader, and printing each detected...

    blog.aspose.com/barcode/read-barcode-from-tiff-...
  6. DotCodeExtCodetextBuilder|Aspose.BarCode for Py...

    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....items add_fnc3_reader_initialization() Adds FNC3 reader initialization...

    docs.aspose.com/barcode/python-net/api-referenc...
  7. 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/
  8. 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...
  9. Plans to support flattening Dynamic XFA Pdfs? -...

    As the title suggests, are there any plans / workarounds / alternatives to flattening Dynamic XFA Documents with Aspose.PDF (or some other Aspose component). It has a requirement for us. We have Aspose Total, but now nee…...the same way Adobe Acrobat/Reader renders the form when a user...filled with data. Adobe Acrobat/Reader renders: 8 pages, showing only...

    forum.aspose.com/t/plans-to-support-flattening-...
  10. XImage TrySetAlternativeText returns true, but ...

    I am creating a PDF programmatically that includes images that need Alt Text. I am able to add the image to the document, save the document to a memory stream, get the appropriate page and XImage object, call the TrySet…...Check PDF Reader Compatibility : Sometimes, the PDF reader you are...correctly. Try using different PDF readers or tools that can inspect the...

    forum.aspose.com/t/ximage-trysetalternativetext...