Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 1,364 for

rb

(0.04 sec)
  1. Scan USPS OneCode barcode Images via Python via...

    Python source code for USPS OneCode barcode recognition using Java Runtime Environment....image_file = open (filePath, "rb" ) image_data_binary = image_file...

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

    Python source code for Aztec Code recognition using Java Runtime Environment....image_file = open (filePath, "rb" ) image_data_binary = image_file...

    products.aspose.com/barcode/python-java/aztec/r...
  3. 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....image_file = open (filePath, "rb" ) image_data_binary = image_file...

    products.aspose.com/barcode/python-java/codablo...
  4. Aspose.PSD for Python via .NET 24.7 - Release N...

    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....image : with open ( imageJpg , "rb" , buffering = 0 ) as stream...

    docs.aspose.com/psd/python-net/aspose-psd-for-p...
  5. Working with Operators using Python|Aspose.PDF ...

    This topic explains how to use operators with Aspose.PDF for Python via .NET. The operator classes provide great features for PDF manipulation....with open ( path_imagefile , "rb" ) as image_stream : # Add the...with open ( path_imagefile , 'rb' ) as image_stream : # Add the...

    docs.aspose.com/pdf/python-net/working-with-ope...
  6. Pixel Data Manipulation using Aspose.PSD for Py...

    Example of how to directly and rapidly fast update raw pixel data using PSD Python API...using the open function and the “rb” mode. The buffering argument...

    docs.aspose.com/psd/python-net/pixel-data-manip...
  7. Scan Swiss Post Parcel Images via Python via Ja...

    Python source code for Swiss Post Parcel recognition using Java Runtime Environment....image_file = open (filePath, "rb" ) image_data_binary = image_file...

    products.aspose.com/barcode/python-java/swiss-p...
  8. Scan Deutsche Post Identcode and Deutsche Post ...

    Python source code for Deutsche Post Identcode and Deutsche Post Leitcode recognition using Java Runtime Environment....image_file = open (filePath, "rb" ) image_data_binary = image_file...

    products.aspose.com/barcode/python-java/deutsch...
  9. Convert PDF to Excel in Python|Aspose.PDF for P...

    Learn how to convert PDFs to Excel files using Aspose.PDF for Python via Java. Achieve precision and efficiency with our comprehensive tutorial....pdf" with open ( documentName , "rb" ) as file : byte_array = file...pdf" with open ( documentName , "rb" ) as file : byte_array = file...

    docs.aspose.com/pdf/python-java/convert-pdf-to-...
  10. Add Watermark to ODP Presentation Files using P...

    Python source code for adding Watermark to ODP Presentation....png" , "rb" ) as fs: data = fs . read()...

    products.aspose.com/slides/python-net/watermark...