Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 1,074 for

rb

(0.06 sec)
  1. Manipulación de datos de píxeles usando Aspose....

    Ejemplo de cómo actualizar rápida y directamente los datos de píxeles crudos utilizando la API de Python Aspose.PSD...utilizando la función open y el modo “rb”. El argumento de almacenamiento...

    docs.aspose.com/psd/es/python-net/manipulacion-...
  2. Python에서 SVG을 PNG으로 변환 | products.aspose.com

    Python에서 SVG을 PNG으로 변환합니다. Python 라이브러리 API를 사용하여 SVG 파일을 PNG 파일로 변환...svg" , "rb" ) as file: svgContent = file...

    products.aspose.com/slides/ko/python-net/conver...
  3. Конвертировать MHTML в DOCX – примеры кода Python

    Преобразуйте MHTML в DOCX с помощью библиотеки Aspose.HTML Python. Рассмотрим поддерживаемые сценарии преобразования MHTML в DOCX на примерах Python....with open("{{input lower}}", 'rb') as stream: # Initialize saving...16 with open (document_path, "rb" ) as stream: 17 18 # Create...

    docs.aspose.com/html/ru/python-net/convert-mhtm...
  4. Convertir PDF a Excel en Python|Aspose.PDF para...

    La biblioteca Aspose.PDF para Python le permite convertir PDF al formato Excel usando Python. Estos formatos incluyen XLS, XLSX, Hoja de Cálculo 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/es/python-java/convert-pdf-...
  5. Fusionner les fichiers XPS | Aspose.Page pour P...

    La fonctionnalité de fusion XPS de la solution API Aspose.Page pour Python vous permet de combiner plusieurs fichiers XPS en un seul document XPS ou 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/fr/python-net/merge/xps/
  6. Fusionar archivos XPS | Aspose.Page para Python

    La funcionalidad Merger XPS de la solución API Aspose.Page para Python le permite combinar varios archivos XPS en un solo documento XPS o 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/es/python-net/merge/xps/
  7. Преобразование PDF в Excel на Python|Aspose.PDF...

    Библиотека Aspose.PDF для Python позволяет преобразовывать PDF в формат Excel с использованием Python. Эти форматы включают XLS, XLSX, XML 2003 Spreadsheet, 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/ru/python-java/convert-pdf-...
  8. Загрузка, просмотр и парсинг MSG файла|Document...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....msg" with open ( file_path , "rb" ) as file : bytes_data = file...

    docs.aspose.com/email/ru/python-net/loading-vie...
  9. プレゼンテーションのインポート|Aspose.Slides for Python ドキュメント

    PDFからPowerPointプレゼンテーションをインポートします。PDFをPowerPointに変換します...html" , "rb" ) as htmlStream : pres . slides...

    docs.aspose.com/slides/ja/python-net/import-pre...
  10. PythonでHTMLをPDFに変換する|Aspose.PDF for Python via ...

    このトピックでは、Aspose.PDFを使用してHTMLをPDFおよびMHTMLをPDFに変換する方法を紹介します。...html" with open ( documentName , "rb" ) as file : byte_array = file...

    docs.aspose.com/pdf/ja/python-java/convert-html...