Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 1,364 for

rb

(0.06 sec)
  1. Add XMP metadata to EPS file using Python

    The process of adding XMP metadata to EPS file with Aspose.Page API solution for Python is explained and illustrated with the code snippets here....eps" , "rb" ,) 11 # Create PsDocument instance...

    docs.aspose.com/page/python-net/xmp-metadata/add/
  2. 通过 .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...
  3. 在 Python 中将 MHTML 转换为 JPG – Aspose.HTML for Pyt...

    使用 Aspose.HTML Python 库将 MHTML 转换为 JPG。在即用型 Python 示例中考虑支持的 MHTML 转换为 JPG 的情况。...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-mhtm...
  4. 在 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...
  5. 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...
  6. 使用 Python 从 EPS 文件获取 XMP 元数据

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

    docs.aspose.com/page/zh/python-net/xmp-metadata...
  7. 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...
  8. 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...
  9. TIFF to PDF Merge using Python | Aspose.PDF

    Combine two or more TIFF documents into one PDF single file programmatically with Python sample code using Aspose.PDF for Python for .NET... data_dir , infile ), "rb" ) for infile in infiles ] path_outfile...

    products.aspose.com/pdf/python-net/merger/tiff-...
  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/