Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 1,539 for

rb

(0.18 sec)
  1. Optimize Image Management in PowerPoint with Py...

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for Python via .NET, optimizing performance and automating your workflow....jpeg" , "rb" ) as image_stream : image =...master_slide with open ( "image.jpeg" , "rb" ) as image_stream : image =...

    docs.aspose.com/slides/python-net/image/
  2. Import FDF Data|Aspose.PDF for Python via .NET

    This example demonstrates how to import form data from an FDF file into a PDF form using Aspose.PDF for Python via .NET. It shows how to bind a PDF document, read form field values from an FDF stream, and automatically populate the corresponding fields....stream with open ( datafile , "rb" ) as fdf_input_stream : pdf_form...

    docs.aspose.com/pdf/python-net/import-fdf-data/
  3. Import XFDF Data|Aspose.PDF for Python via .NET

    This example demonstrates how to import form data from an XFDF file into a PDF form using Aspose.PDF for Python via .NET. It shows how to bind a PDF document, read XML-based XFDF data through a file stream, and automatically populate matching form fields. Importing XFDF data enables efficient form data exchange and supports automated document workflows that rely on structured XML formats....stream with open ( datafile , "rb" ) as xfdf_input_stream : # Import...

    docs.aspose.com/pdf/python-net/import-xfdf-data/
  4. 音频|Aspose.Slides for Python 文档

    使用 Aspose.Slides 在 Python 中处理音频:添加、替换、提取和修剪声音,为 PowerPoint 和 OpenDocument 中的幻灯片和形状设置音量和播放。...wav" , "rb" ) as audio_stream : audio_frame...

    docs.aspose.com/slides/zh/python-net/examples/e...
  5. 设置 OLE 图标的标题|Aspose.Slides for Python 文档

    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....xlsx" , "rb" ) as ole_stream : data_info...

    docs.aspose.com/slides/zh/python-net/set-captio...
  6. JPEG to PDF Merge using Python | Aspose.PDF

    Combine two or more JPEG documents into one PDF single file programmatically with Python sample code using Aspose.PDF for Python for .NET...directory in binary read mode (‘rb’). These streams are used to...self . data_dir , infile ), "rb" ) for infile in infiles ] path_outfile...

    products.aspose.com/pdf/python-net/merger/jpeg-...
  7. Add PDF Backgrounds in Python|Aspose.PDF for Py...

    Learn how to add a background image to PDF pages in Python using the BackgroundArtifact class in Aspose.PDF for Python via .NET....background_image = FileIO ( imagefile , "rb" ) document . pages [ 1 ] . artifacts...background_image = FileIO ( imagefile , "rb" ) artifact . opacity = 0.5 document...

    docs.aspose.com/pdf/python-net/add-backgrounds/
  8. FontFallbackSettings.save method | Aspose.Words...

    aspose.words.fonts.FontFallbackSettings.save method...xml' , 'rb' ) as font_fallback_stream :...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FontFallbackSettings.load method | Aspose.Words...

    aspose.words.fonts.FontFallbackSettings.load method...xml' , 'rb' ) as font_fallback_stream :...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 在演示文稿中使用 Python 管理音频|Aspose.Slides for Python 文档

    轻松在 PPT、PPTX 和 ODP 中使用 Aspose.Slides for Python via .NET 添加、提取和管理音频帧。探索代码示例,提升您的演示文稿。...wav" , "rb" ) as in_file : # 添加音频帧 audio_frame...with open ( "sample2.mp3" , "rb" ) as audio_fs : audioFrame =...

    docs.aspose.com/slides/zh/python-net/audio-frame/