Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 1,763 for

rb

(0.29 sec)
  1. 在 Python 中将 HTML 转换为 PPTX | products.aspose.com

    在 Python 中将 HTML 转换为 PPTX。使用 Python 库 API 将 HTML 转换为 PowerPoint...html" , "rb" ) as htmlStream: pres . slides...

    products.aspose.com/slides/zh/python-net/conver...
  2. Stroke.opacity property | Aspose.Words for Python

    Stroke.opacity property. Defines the amount of transparency of a stroke...jpg" , "rb" ) as stream : image = drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Fill.fore_color property | Aspose.Words for Python

    Fill.fore_color property. Gets or sets a Color object that represents the foreground color for the fill....jpg" , "rb" ) as stream : image = drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Add Watermark to PPTX Presentation Files using ...

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

    products.aspose.com/slides/python-net/watermark...
  5. DocumentBuilder.insert_image method | Aspose.Wo...

    aspose.words.DocumentBuilder.insert_image method...gif" , "rb" ) as file : gif_image = builder...open ( IMAGE_DIR + "Logo.jpg" , "rb" ) as stream : # Below are three...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Scan Code 93 Extended and Code 93 Standard barc...

    Python source code for Code 93 Extended and Code 93 Standard barcodes recognition using Java Runtime Environment....image_file = open (filePath, "rb" ) image_data_binary = image_file...

    products.aspose.com/barcode/python-java/code93/...
  7. Scan ISBN barcode Images via Python via Java | ...

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

    products.aspose.com/barcode/python-java/isbn/re...
  8. Scan Postnet barcode Images via Python via Java...

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

    products.aspose.com/barcode/python-java/postnet...
  9. Scan Singapore Post barcode Images via Python v...

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

    products.aspose.com/barcode/python-java/singapo...
  10. Compress PDF In Python

    Compress PDF in Python without losing quality. Optimize PDF content, reduce file size easily....pdf" , 'rb' ) as pdf_stream: pages_stream...= 50 with open ("Input.pdf", 'rb') as pdf_stream: pages_stream...

    products.aspose.com/words/python-net/compress/pdf/