Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 66,687 for

import

(0.08 sec)
  1. Սեղմել DOC Ը Python Ում

    Սեղմեք DOC ը Python ում՝ առանց որակի կորստի: Օպտիմալացրեք DOC բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...install aspose-words Պատճենել import aspose.words as aw doc = aw...) doc.save( "Output.doc" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/hy/python-net/compres...
  2. 在 Python 中将 EPUB 转换为 DOCX – Aspose.HTML for Pyt...

    使用 Aspose.HTML Python 库将 EPUB 转换为 DOCX。在Python代码示例中考虑各种EPUB到DOCX的转换方案。...'XPS' }} import aspose.html.converters as conv import aspose.html...'TIFF'}} import aspose.html.converters as conv import aspose.html...

    docs.aspose.com/html/zh/python-net/convert-epub...
  3. NodeImporter | Aspose.Words for Java

    Allows to efficiently perform repeated Import of nodes from one document to another in Java....efficiently perform repeated import of nodes from one document...documents. This is known as “importing nodes”. Before you can insert...

    reference.aspose.com/words/java/com.aspose.word...
  4. HTML to DOCX transformation through Aspose.word...

    Hello, I’m making the transformation from HTML to Word document with aspose.words in java using a .dotx and the first page of the transformed word document is always empty, the document starts from the second page. Do yo…...example; import com.aspose.words.*; import com.aspose.words...Document; import com.aspose.words.HtmlLoadOptions; import com.aspose...

    forum.aspose.com/t/html-to-docx-transformation-...
  5. 将图像添加到现有PDF文件|Aspose.PDF for Java

    本节介绍如何使用Java库将图像添加到现有PDF文件。...examples ; import java.awt.image.BufferedImage ; import java.io...ByteArrayInputStream ; import java.io.ByteArrayOutputStrea ; import java.io...

    docs.aspose.com/pdf/zh/java/add-image-to-existi...
  6. Manage PowerPoint Text Paragraphs in Python|Asp...

    Master paragraph formatting with Aspose.Slides for Python via .NET—optimize alignment, spacing & style in PowerPoint and OpenDocument presentations in Python to engage viewers....these steps: import aspose.slides as slides import aspose.pydrawing...paragraphs: import aspose.slides as slides import aspose.pydrawing...

    docs.aspose.com/slides/python-net/manage-paragr...
  7. FieldImport class | Aspose.Words for Python

    aspose.words.fields.FieldImport class. Implements the Import field...FieldImport class Implements the IMPORT field. To learn more, visit...how to insert images using IMPORT and INCLUDEPICTURE fields....

    reference.aspose.com/words/python-net/aspose.wo...
  8. Format Charts in Presentations Using Python|Asp...

    Learn chart formatting in Aspose.Slides for Python via .NET and elevate your PowerPoint or OpenDocument presentation with professional, eye-catching styling.... import aspose.slides.charts as charts import aspose.slides...slides as slides import aspose.pydrawing as draw # Instantiate...

    docs.aspose.com/slides/python-net/chart-formatt...
  9. Add watermark to PDF|Aspose.PDF for Java

    This article explains the features of working with artifacts and getting watermarks in PDFs using programmatically the Java....examples ; import com.aspose.pdf.* ; import com.aspose.pdf...EncodingType ; import com.aspose.pdf.facades.FontStyle ; import com.aspose...

    docs.aspose.com/pdf/java/add-watermarks/
  10. Make PDF Using Java

    Make a new PDF in Java in a few steps. Easily create PDF using Java library....Insert Bookmark Insert Chart import com.aspose.words.*; Document...); doc.save( "Output.pdf" ); import com.aspose.words.*; Document...

    products.aspose.com/words/java/make/pdf/