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

import

(0.43 sec)
  1. Optimize File's Content Using Java

    Compress files in Java: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality..."aspose-words" % "ver" Copy import com.aspose.words.*; Document..."Output.docx" , saveOptions); import com.aspose.words.*; Document...

    products.aspose.com/words/java/compress/
  2. Compress HTML In Java

    Compress HTML in Java without losing quality. Optimize HTML content, reduce file size easily...."aspose-words" % "ver" Copy import com.aspose.words.*; Document...doc.save( "Output.html" ); import com.aspose.words.*; Document...

    products.aspose.com/words/java/compress/html/
  3. ImageData | Aspose.Words for Java

    Defines an image for a shape in Java....dstDoc = new Document(); // Import a shape from the source document...appendChild(importedShape); // The imported shape contains an image. We...

    reference.aspose.com/words/java/com.aspose.word...
  4. Create a Document in Python – Create or Load HT...

    Learn how to load HTML documents from a file, URL, and create HTML from scratch. Consider approaches to load HTML-based documents in Python.... Copy 1 import os 2 from aspose. html import * 3 4 # Setup...snippet: Copy 1 import os 2 from aspose. html import * 3 4 # Prepare...

    docs.aspose.com/html/python-net/create-a-document/
  5. Save HTML Document in Python – Aspose.HTML for ...

    Learn how to save HTML documents to a file or URL using Aspose.HTML for Python via .NET API and how to apply save options....file: Copy 1 import os 2 from aspose. html import * 3 4 # Prepare...files. Copy 1 import os 2 from aspose. html import * 3 from aspose...

    docs.aspose.com/html/python-net/save-html-docum...
  6. 管理自动调整设置|Aspose.Slides for Python 文档

    在 Python 中设置 PowerPoint 中文本框的自动调整设置...代码向您展示了如何指定演示文稿中的文本必须始终适合其盒子: import aspose.slides as slides import aspose.pydrawing...必须始终保持其尺寸: import aspose.slides as slides import aspose.pydrawing...

    docs.aspose.com/slides/zh/python-net/manage-aut...
  7. Convert MHTML to DOCX – Python Code Examples

    Convert MHTML to DOCX using Aspose.HTML Python library. Consider the supported MHTML to DOCX conversion scenarios in Python examples....html import * from aspose.html.converters import * from aspose...aspose.html.saving import * # Open an MHTML file for reading with...

    docs.aspose.com/html/python-net/convert-mhtml-t...
  8. 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....html import * from aspose.html.converters import * from aspose...aspose.html.saving import * # Open an existing EPUB file for reading...

    docs.aspose.com/html/python-net/convert-epub-to...
  9. Შეკუმშოს HTML Python

    შეკუმშოს HTML Python ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ HTML კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....install aspose-words კოპირება import aspose.words as aw doc = aw...) doc.save( "Output.html" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/ka/python-net/compres...
  10. 管理表格|Aspose.Slides for Python 文档

    在 Python 中创建和管理 PowerPoint 演示中的表格...代码展示了如何在演示文稿中创建表格: import aspose.pydrawing as draw import aspose.slides...代码展示了如何为表格中的单元格指定编号: import aspose.pydrawing as draw import aspose.slides...

    docs.aspose.com/slides/zh/python-net/manage-table/