Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 1,365 for

rb

(0.07 sec)
  1. Scan Data Matrix code Images via Python via Jav...

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

    products.aspose.com/barcode/python-java/datamat...
  2. Scan GS1 Code 128 barcode Images via Python via...

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

    products.aspose.com/barcode/python-java/code128...
  3. Scan Italian Pharmacode (Code 32) barcode Image...

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

    products.aspose.com/barcode/python-java/code32/...
  4. Scan Code 16K barcode Images via Python via Jav...

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

    products.aspose.com/barcode/python-java/code16k...
  5. Scan Royal Mail 4-State Customer Code (RM4SCC) ...

    Python source code for Royal Mail 4-State Customer Code (RM4SCC) recognition using Java Runtime Environment....image_file = open (filePath, "rb" ) image_data_binary = image_file...

    products.aspose.com/barcode/python-java/rm4scc/...
  6. Merge XPS files | Aspose.Page for Python via .NET

    Merger XPS functionality of Aspose.Page API solution for Python allows you to combine several XPS files into a single XPS or PDF document....xps" , "rb" ) as xps_stream: 16 # Load the...open (data_dir + "input.xps" , "rb" ) as in_stream: 15 # Load the...

    docs.aspose.com/page/python-net/merge/xps/
  7. Scan Standard 2 of 5 (Industrial 2 of 5) barcod...

    Python source code for Standard 2 of 5 (Industrial 2 of 5) barcode recognition using Java Runtime Environment....image_file = open (filePath, "rb" ) image_data_binary = image_file...

    products.aspose.com/barcode/python-java/standar...
  8. Convert EPUB to JPG in Python – Aspose.HTML for...

    Convert EPUB to JPG using Aspose.HTML Python library. Consider various EPUB to JPG conversion scenarios in Python code examples....with open("{{input lower}}", 'rb') as stream: # Initialize saving...19 with open (document_path, "rb" ) as stream: 20 21 # Create...

    docs.aspose.com/html/python-net/convert-epub-to...
  9. Outline levels not copying correctly with multi...

    When copying multiple source ranges from different workbooks, only the range copied from the first workbook will have its row outline levels preserved. Any subsequent ranges are assigned zero for all rows. The followin…...xlsx"); Range rb = b.Worksheets.GetRangeByName("'Input...Blocks'!ECON_EXP_PENSION"); rd.Copy(rb); workbook.Save(dir + "dest.xlsx");...

    forum.aspose.com/t/outline-levels-not-copying-c...
  10. Convert MHTML to DOCX – Aspose.HTML for Python ...

    Convert MHTML to DOCX using Aspose.HTML Python library. Consider the supported MHTML to DOCX conversion scenarios in ready-to-use Python examples....with open("{{input lower}}", 'rb') as stream: # Initialize saving...17 with open (document_path, "rb" ) as stream: 18 19 # Create...

    docs.aspose.com/html/python-net/convert-mhtml-t...