Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 1,669 for

rb

(0.51 sec)
  1. 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/
  2. Picture|Aspose.Slides for Python Documentation

    Work with pictures in Python using Aspose.Slides: insert, replace, crop, compress, adjust transparency and effects, fill shapes, and export for PPT, PPTX and ODP....png" , "rb" ) as image_stream : # Add the...

    docs.aspose.com/slides/python-net/examples/elem...
  3. 音频|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...
  4. 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/
  5. 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...
  6. Replace Images in the Presentation’s Image Coll...

    Replace images in presentations fast with Python. Supporting PowerPoint and OpenDocument formats to streamline workflows and boost slide quality....file_name ): with open ( file_name , "rb" ) as stream : return stream...

    docs.aspose.com/slides/python-net/replacing-ima...
  7. 添加附件|Aspose.PDF for Python via .NET

    此示例绑定一个输入 PDF,将外部文件附加到第一页,并将带有嵌入附件的修改后 PDF 保存。...with open ( attachment_file , "rb" ) as attachment_stream : content_editor...

    docs.aspose.com/pdf/zh/python-net/add-attachment/
  8. 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/
  9. 设置 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...
  10. 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-...