Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 22,024 for

reader

(0.77 sec)
  1. 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...
  2. Zoom PDF File using C#

    This article guides on how to zoom PDF file using C#. It has the details to set the IDE, steps, and a sample code to apply the feature of PDF zoom out using C#....PDF file in a reader such as Adobe Acrobat Reader. Code to Zoom...

    kb.aspose.com/pdf/net/zoom-pdf-file-using-csharp/
  3. Split MBOX Files with Aspose.Email in C#|Docume...

    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.... using ( var reader = await MboxStorageReader ...MboxLoadOptions ())) { await reader . SplitIntoAsync ( 10 * 1024...

    docs.aspose.com/email/net/split-mbox-files-csharp/
  4. Scan Interleaved 2-of-5 (ITF) barcode Images vi...

    PHP sample code to read Interleaved 2-of-5 (ITF) barcode in PHP-based applications....base64_encode ( $image_bytes ); $reader = new BarCodeReader ( $image...DecodeType :: ITF ); forEach ( $reader -> readBarCodes () as $res...

    products.aspose.com/barcode/php-java/itf/recogn...
  5. Recognizing Specific BarCode Symbology in Ruby|...

    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....barcode reader img = data_dir + "barcode.jpg" barcode_reader_type...BarCodeReader' ) . new ( img , barcode_reader_type . Code39Standard ) \ #...

    docs.aspose.com/barcode/java/recognizing-specif...
  6. Scan ISMN barcode Images via .NET | products.as...

    C# sample code to scan and decode ISMN 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/ismn/recognize/
  7. Scan Codablock-F and GS1 Codablock-F barcodes I...

    C# sample code to scan and decode Codablock-F and GS1 Codablock-F barcodes 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/codablock/recog...
  8. Scan Swiss Post Parcel Images via .NET | produc...

    C# sample code to scan and decode Swiss Post Parcel 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/swiss-post-parc...
  9. Scan Postnet barcode Images via .NET | products...

    C# sample code to scan and decode Postnet 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/postnet/recognize/
  10. Scan USPS OneCode barcode Images via .NET | pro...

    C# sample code to scan and decode USPS OneCode 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/onecode/recognize/