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

rb

(0.06 sec)
  1. 使用 Python 将 XMP 元数据添加到 EPS 文件

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

    docs.aspose.com/page/zh/python-net/xmp-metadata...
  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. 在 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/
  4. 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/
  5. Შეკუმშოს JPG Python

    შეკუმშოს JPG Python ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ JPG კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....jpg", 'rb') as pdf_stream: pages_stream...

    products.aspose.com/words/ka/python-net/compres...
  6. Սեղմել JPG Ը Python Ում

    Սեղմեք JPG ը Python ում՝ առանց որակի կորստի: Օպտիմալացրեք JPG բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...jpg", 'rb') as pdf_stream: pages_stream...

    products.aspose.com/words/hy/python-net/compres...
  7. Merge EPS files to PDF using Python

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

    docs.aspose.com/page/python-net/merge/eps/
  8. Შეკუმშოს DOCX Python

    შეკუმშოს DOCX Python ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ DOCX კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....docx", 'rb') as pdf_stream: pages_stream...

    products.aspose.com/words/ka/python-net/compres...
  9. 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...
  10. EPUB Converter – Aspose.HTML for Python via .NET

    Learn about supported EPUB conversions and consider Python example of how to convert EPUB to PDF using Aspose.HTML....with open("{{input lower}}", 'rb') as stream: # Initialize saving...

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