Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 1,364 for

rb

(0.14 sec)
  1. Compress PDF In Python

    Compress PDF in Python without losing quality. Optimize PDF content, reduce file size easily....pdf" , 'rb' ) as pdf_stream: pages_stream...= 50 with open ("Input.pdf", 'rb') as pdf_stream: pages_stream...

    products.aspose.com/words/python-net/compress/pdf/
  2. 使用 Python 將水印添加到 ODP 演示文件 | products.aspose.com

    Python 源代碼,用於將水印添加到 ODP 演示文稿。...png" , "rb" ) as fs: data = fs . read()...

    products.aspose.com/slides/zh-hant/python-net/w...
  3. 使用 Python 將水印添加到 PPT 演示文件 | products.aspose.com

    Python 源代碼,用於將水印添加到 PPT 演示文稿。...png" , "rb" ) as fs: data = fs . read()...

    products.aspose.com/slides/zh-hant/python-net/w...
  4. 使用 Python 將水印添加到 PPTX 演示文件 | products.aspose.com

    Python 源代碼,用於將水印添加到 PPTX 演示文稿。...png" , "rb" ) as fs: data = fs . read()...

    products.aspose.com/slides/zh-hant/python-net/w...
  5. How to add Smart Card signature to PDF|Aspose.P...

    Aspose.PDF for Python via .NET allows you to sign PDF documents from a smart card using signature field....stream with open ( path_infile , "rb+" ) as file_stream : # Open PDF...

    docs.aspose.com/pdf/python-net/sign-pdf-documen...
  6. Convert EPUB to PDF – Aspose.HTML for Python vi...

    Convert EPUB to PDF using Aspose.HTML Python library. Consider various EPUB to PDF conversion scenarios in Python code examples....with open("{{input lower}}", 'rb') as stream: # Initialize saving...17 with open (document_path, "rb" ) as stream: 18 19 # Create...

    docs.aspose.com/html/python-net/convert-epub-to...
  7. Convert MHTML to PDF in Python – Aspose.HTML fo...

    Convert MHTML to PDF using Aspose.HTML Python library. Consider the supported MHTML to PDF conversion scenarios in ready-to-use Python code examples....with open("{{input lower}}", 'rb') as stream: # Initialize saving...17 with open (document_path, "rb" ) as stream: 18 19 # Create...

    docs.aspose.com/html/python-net/convert-mhtml-t...
  8. Convert EPUB to PNG – Aspose.HTML for Python vi...

    Convert EPUB to PNG using Aspose.HTML Python library. Consider various EPUB to PNG conversion scenarios in Python code examples....with open("{{input lower}}", 'rb') as stream: # Initialize saving...18 with open (document_path, "rb" ) as stream: 19 20 # Create...

    docs.aspose.com/html/python-net/convert-epub-to...
  9. 使用 Python 将 PDF 转换为 Excel|Aspose.PDF for Python...

    Aspose.PDF for Python 库允许您使用 Python 将 PDF 转换为 Excel 格式。这些格式包括 XLS、XLSX、XML 2003 电子表格、CSV、ODS。...pdf" with open ( documentName , "rb" ) as file : byte_array = file...pdf" with open ( documentName , "rb" ) as file : byte_array = file...

    docs.aspose.com/pdf/zh/python-java/convert-pdf-...
  10. 合并 XPS 文件 | 通过 .NET 为 Python 编写的 Aspose.Page

    Aspose.Page API 解决方案的 Python 版 XPS 合并功能允许您将多个 XPS 文件合并为一个 XPS 或 PDF 文档。...xps" , "rb" ) as xps_stream: 8 # Load the...open (data_dir + "input.xps" , "rb" ) as in_stream: 9 # Load the...

    docs.aspose.com/page/zh/python-net/merge/xps/