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

rb

(1.4 sec)
  1. 通过 .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...
  2. 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/
  3. 在 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...
  4. 在 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/
  5. 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/
  6. Შეკუმშოს DOCX Python

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

    products.aspose.com/words/ka/python-net/compres...
  7. Შეკუმშოს JPG Python

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

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

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

    products.aspose.com/words/hy/python-net/compres...
  9. 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/
  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...