Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 1,669 for

rb

(0.17 sec)
  1. 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-...
  2. Audio|Aspose.Slides for Python Documentation

    Work with audio in Python using Aspose.Slides: add, replace, extract, and trim sounds, set volume and playback for slides and shapes in PowerPoint and OpenDocument....wav" , "rb" ) as audio_stream : audio_frame...

    docs.aspose.com/slides/python-net/examples/elem...
  3. Coordinates|Documentation

    Learn how to read barcode region coordinates (Rectangle, Quadrangle, and Points) from BarCodeReader results in Aspose.BarCode for Java....leftTop + " RT=" + rightTop + " RB=" + rightBottom + " LB=" + leftBottom...Quadrangle Rotated / skewed LT, RT, RB, LB Accurate contour, angle analysis...

    docs.aspose.com/barcode/java/developer-guide/ba...
  4. 从流添加文件附件注释|Aspose.PDF for Python via .NET

    此示例加载 PDF,读取外部文件到内存流,在第一页添加文件附件注释,并保存修改后的文档。...with open ( attachment_file , "rb" ) as source_stream : attachment_stream...

    docs.aspose.com/pdf/zh/python-net/add-file-atta...
  5. Convert HTML to PDF in Python|Aspose.PDF for Py...

    Learn how to convert HTML content into PDF format using Aspose.PDF in Python for Java....html" with open ( documentName , "rb" ) as file : byte_array = file...

    docs.aspose.com/pdf/python-java/convert-html-to...
  6. 导入 XFDF 数据|Aspose.PDF for Python via .NET

    本示例演示如何使用 Aspose.PDF for Python via .NET 将 XFDF 文件中的表单数据导入到 PDF 表单中。它展示了如何绑定 PDF 文档,通过文件流读取基于 XML 的 XFDF 数据,并自动填充匹配的表单字段。导入 XFDF 数据可实现高效的表单数据交换,并支持依赖结构化 XML 格式的自动化文档工作流。...stream with open ( datafile , "rb" ) as xfdf_input_stream : # Import...

    docs.aspose.com/pdf/zh/python-net/import-xfdf-d...
  7. Limitations and API Differences|Aspose.Slides f...

    Aspose.Slides for Python via Java limitations and api differences....pptx" , mode = "rb" ) data = input . read () pres...

    docs.aspose.com/slides/python-java/limitations-...
  8. 图片|Aspose.Slides for Python 文档

    使用 Aspose.Slides 在 Python 中处理图片:插入、替换、裁剪、压缩、调整透明度和效果、填充形状,并导出为 PPT、PPTX 和 ODP。...png" , "rb" ) as image_stream : # 将图像添加到演示文稿资源。...

    docs.aspose.com/slides/zh/python-net/examples/e...
  9. 在演示文稿中使用 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/
  10. TxtSaveOptions.add_bidi_marks property | Aspose...

    TxtSaveOptions.add_bidi_marks property. Specifies whether to add bi-directional marks before each BiDi run when exporting in plain text format....txt' , 'rb' ) as file : doc_text = file...

    reference.aspose.com/words/python-net/aspose.wo...