Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 1,364 for

rb

(0.21 sec)
  1. 在 EPS 的 XMP 元数据中添加数组项 | Python

    本文将通过 .NET 使用 Aspose.Page for Python 在 EPS 的 XMP 元数据中添加数组项的过程进行讲解,并附上代码片段。...eps" , "rb" ,) 5 # Create the PsDocument...

    docs.aspose.com/page/zh/python-net/xmp-metadata...
  2. 使用 Python 将 XMP 元数据添加到 EPS 文件

    本文将通过 Python 的 Aspose.Page API 解决方案,结合代码片段,讲解并演示如何将 XMP 元数据添加到 EPS 文件。...eps" , "rb" ,) 5 # Create PsDocument instance...

    docs.aspose.com/page/zh/python-net/xmp-metadata...
  3. Add array items in XMP metadata of EPS| Python

    The process of adding items in XMP metadata of EPS with Aspose.Page for Python via .NET is explained and illustrated with the code snippets here....eps" , "rb" ,) 12 # Create the PsDocument...

    docs.aspose.com/page/python-net/xmp-metadata/ad...
  4. 使用 Python 从 EPS 文件获取 XMP 元数据

    本文将通过 Python 的 Aspose.Page API 解决方案,详细讲解并演示如何从 EPS 文件获取 XMP 元数据。...eps" , "rb" ,) 5 # Create PsDocument instance...

    docs.aspose.com/page/zh/python-net/xmp-metadata...
  5. Comments for DOCX not working - Free Support Fo...

    I cannot get either the API or Ruby SDK working when attempting to add comments to a word doc. I have tried using simple coordinates 0.0.0.0 and using the coordinates from a text search. For the Ruby SDK, I have used the…...open(temp_file_path, 'rb'), 'comment' => comment.to_json...

    forum.aspose.com/t/comments-for-docx-not-workin...
  6. Issue adding comments to DOCX with API/Ruby SDK...

    I cannot get either the API or Ruby SDK working when attempting to add comments to a word doc. I have tried using simple coordinates 0.0.0.0 and using the coordinates from a text search. For the Ruby SDK, I have used the…...open(temp_file_path, 'rb'), 'comment' => comment.to_json...

    forum.aspose.com/t/issue-adding-comments-to-doc...
  7. 通过 .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...
  8. 在 Python 中将 MHTML 转换为 PNG – Aspose.HTML for Pyt...

    使用 Aspose.HTML Python 库将 MHTML 转换为 PNG。在 Python 示例中考虑所支持的 MHTML 到 PNG 的转换方案。...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...
  9. 在 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/
  10. MHTML Converter – Aspose.HTML for Python via .NET

    Learn how to convert MHTML to other formats using Aspose.HTML for Python via .NET and consider Python code example of MHTML to PDF conversion....with open("{{input lower}}", 'rb') as stream: # Initialize saving...

    docs.aspose.com/html/python-net/mhtml-converter/