Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 1,369 for

rb

(0.08 sec)
  1. 通过 .NET 将 EPUB 转换为 PNG – 用于 Python 的 Aspose.HTML

    使用Aspose.HTML Python库将EPUB转换为PNG。在Python代码示例中考虑各种EPUB到PNG的转换方案。...with open("{{input lower}}", 'rb') as stream: # Initialize saving...18 with open (document_path, "rb" ) as stream: 19 20 # Create...

    docs.aspose.com/html/zh/python-net/convert-epub...
  2. 通过 .NET 将 EPUB 转换为 PDF – Aspose.HTML for Python

    使用 Aspose.HTML Python 库将 EPUB 转换为 PDF。在 Python 代码示例中考虑各种 EPUB 到 PDF 的转换方案。...with open("{{input lower}}", 'rb') as stream: # Initialize saving...17 with open (document_path, "rb" ) as stream: 18 19 # Create...

    docs.aspose.com/html/zh/python-net/convert-epub...
  3. Image Not Visible in Slide Preview but Appears ...

    In preview, image is not visible but when we download the pptx file we can see the image . if slide.logo_base64: try: svg_image, mime_type = decode_data_uri(slide.lo…...presentation with open(png_path, "rb") as img_stream: img = pres.images...

    forum.aspose.com/t/image-not-visible-in-slide-p...
  4. 更改 XMP EPS 元数据中的简单值 |Python

    本文将通过 Python 的 Aspose.Page API 解决方案,解释并演示如何更改 EPS 文件的 XMP 元数据中的简单值。...eps" , "rb" ,) 5 # Create PsDocument instance...

    docs.aspose.com/page/zh/python-net/xmp-metadata...
  5. 在 EPS 的 XMP 元数据中添加属性 | Python

    使用 Aspose 在 EPS 文件的 XMP 元数据中添加属性的过程。...eps" , "rb" ,) 5 # Create a PsDocument instance...

    docs.aspose.com/page/zh/python-net/xmp-metadata...
  6. OLE Objects and Online Video|Aspose.Words for P...

    Insert ole objects or onlin vodeo into a document using Python....jpg" , "rb" ) imageBytes = f . read () f...

    docs.aspose.com/words/python-net/working-with-o...
  7. 在 Python 中渲染 HTML – Aspose.HTML for Python via ...

    通过 .NET API,使用 Aspose.HTML for Python 中的 HtmlRenderer、SvgRenderer、MhtmlRenderer 和 EpubRenderer 类渲染 HTML、SVG、MHTML 和 EPUB。...mht" , ' rb ' ) as stream: 20 21 # Create...mode 18 with open (epub_path, "rb" ) as stream: 19 20 # Create...

    docs.aspose.com/html/zh/python-net/renderers/
  8. Merge PostScript files to PDF using Python

    Merger PS functionality of Aspose.Page API solution for Python allows you to combine several PS files into a single PDF document....ps" , "rb" ,) 16 document = PsDocument(ps_stream)...

    docs.aspose.com/page/python-net/merge/ps/
  9. 在 Python 中将 MHTML 转换为 PDF – Aspose.HTML for Pyt...

    使用 Aspose.HTML Python 库将 MHTML 转换为 PDF。在即用型 Python 代码示例中考虑支持的 MHTML 转换为 PDF 的情况。...with open("{{input lower}}", 'rb') as stream: # Initialize saving...17 with open (document_path, "rb" ) as stream: 18 19 # Create...

    docs.aspose.com/html/zh/python-net/convert-mhtm...
  10. Python unable to convert eml file to PST gettin...

    We are trying to convert a eml file downloaded to PST format, but getting below error Reason: Proxy error(ArgumentNullException): Could not find the data block by its identifier. (Parameter ‘entry’) Below is the code f…...EML file with open(eml_path, 'rb') as f: eml_content = f.read()...

    forum.aspose.com/t/python-unable-to-convert-eml...