Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 26,567 for

x

(0.09 sec)
  1. Scan UPC (Universal Product Code) barcode Image...

    Python source code for UPC (Universal Product Code) barcode recognition using Java Runtime Environment....readBarCodes() for x in recognized_results: print (x.getCodeText())...getCodeText()) print (x.getCodeTypeName()) def load_image_base64_from_path...

    products.aspose.com/barcode/python-java/upc/rec...
  2. Scan Aztec Code Images via Python via Java | As...

    Python source code for Aztec Code recognition using Java Runtime Environment....readBarCodes() for x in recognized_results: print (x.getCodeText())...getCodeText()) print (x.getCodeTypeName()) def load_image_base64_from_path...

    products.aspose.com/barcode/python-java/aztec/r...
  3. Scan Code 39 barcode Images via Python via Java...

    Python source code for Code 39 barcode recognition using Java Runtime Environment....readBarCodes() for x in recognized_results: print (x.getCodeText())...getCodeText()) print (x.getCodeTypeName()) def load_image_base64_from_path...

    products.aspose.com/barcode/python-java/code39/...
  4. Scan GS1 DataBar (Omnidirectional, Stacked Omni...

    Python source code for GS1 DataBar (Omnidirectional, Stacked Omnidirectional, EXpanded, EXpanded Stacked, and Truncated) barcode recognition using Java Runtime Environment....readBarCodes() for x in recognized_results: print (x.getCodeText())...getCodeText()) print (x.getCodeTypeName()) def load_image_base64_from_path...

    products.aspose.com/barcode/python-java/databar...
  5. Scan Codablock-F and GS1 Codablock-F barcodes I...

    Python source code for Codablock-F and GS1 Codablock-F barcodes recognition using Java Runtime Environment....readBarCodes() for x in recognized_results: print (x.getCodeText())...getCodeText()) print (x.getCodeTypeName()) def load_image_base64_from_path...

    products.aspose.com/barcode/python-java/codablo...
  6. How to Encrypt or Decrypt Archives via Python.NET

    Discover the methods to encrypt or decrypt entire archives or specific entries in ZIP, RAR or 7Z archives using Python.NET....zip" , 'x' ) as zip_file: with open( "alice29...AES with open( "archive.zip" , 'x' ) as zip_file: with open( "alice29...

    products.aspose.com/zip/python-net/advanced-api...
  7. Color Filters – C# Code – Aspose.SVG for .NET

    Learn how to edit SVG in C# – add and edit new elements in SVG, apply SVG filters to bitmaps, etc. using Aspose.SVG for .NET library....jpg" x = "20" y = "20" height = "440"...Value = 330; 18 imageElement. X . BaseVal . Value = 20; 19 imageElement...

    docs.aspose.com/svg/net/color-filters/
  8. 裁剪 EPS | C# .NET API 解决方案

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案为 .NET 提供的裁剪 EPS 功能。...x0, y0, x, y, where x0 - left margin, y0 - top margin, x - (x0...

    docs.aspose.com/page/zh/net/crop-eps/
  9. 使用 Java API 解决方案裁剪 EPS

    此处通过代码片段讲解并演示了 Aspose.Page API 解决方案为 Java 提供的裁剪 EPS 功能。...x0, y0, x, y, where x0 - left margin, y0 - top margin, x - (x0...

    docs.aspose.com/page/zh/java/crop-eps/
  10. Manipulations with glyphs | API Solution | .NET

    .NET API Solution to manage fonts. Learn how to get Glyphs and Metrics information of a font with a few lines of C# code....X, ( int )moveTo.Y, points); } if...LineTo; AddPoint(( int )line.X, ( int )line.Y, points); } else...

    products.aspose.com/font/net/manipulate-glyphs/