Sort Score
Result 10 results
Languages All
Labels All
Results 3,271 - 3,280 of 69,599 for

import

(0.09 sec)
  1. 在python中壓縮docx

    在Python中壓縮DOCX而不會損失質量。優化DOCX內容,輕鬆減小文件大小。...pip install aspose-words 複製 import aspose.words as aw doc = aw..."Output.docx" , save_options) import aspose.words as aw doc = aw...

    products.aspose.com/words/zh-hant/python-net/co...
  2. ImportFormatOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.ImportFormatOptions for customizable document formatting. Enhance your output with tailored Import settings for optimal results....class Allows to specify various import options to format output. To...whether to change a first imported section type to the NewPage...

    reference.aspose.com/words/net/aspose.words/imp...
  3. Add XML Map inside the Workbook using XmlMapCol...

    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....method which you can use to import your XML map into the workbook...the XML Map that has been imported from the sample.xml into the...

    docs.aspose.com/cells/python-net/add-xml-map-in...
  4. Convert VSX to XAML via Python | products.aspos...

    Sample Python conversion code for VSX format to XAML file. Use this example code to convert VSX to XAML within any Python based application....Conversion Source Code import jpype import asposediagram jpype.startJVM()...startJVM() from asposediagram.api import * // load the VSX in an object...

    products.aspose.com/diagram/python-java/convers...
  5. Convert VSX to SWF via Python | products.aspose...

    Sample Python conversion code for VSX format to SWF file. Use this example code to convert VSX to SWF within any Python based application....Conversion Source Code import jpype import asposediagram jpype.startJVM()...startJVM() from asposediagram.api import * // load the VSX in an object...

    products.aspose.com/diagram/python-java/convers...
  6. Converting a MD file to SVG using Python | Aspo...

    Sample code on Python for MD to SVG conversion. Use example code for batch MD to SVG conversion with Python and .NET... Import required modules from aspose...Output file: import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/conversion/m...
  7. Convert VSD to SVG via Python | products.aspose...

    Sample Python conversion code for VSD format to SVG file. Use this example code to convert VSD to SVG within any Python based application....Conversion Source Code import jpype import asposediagram jpype.startJVM()...startJVM() from asposediagram.api import * // load the VSD in an object...

    products.aspose.com/diagram/python-java/convers...
  8. Convert VSS to VSX via Python | products.aspose...

    Sample Python conversion code for VSS format to VSX file. Use this example code to convert VSS to VSX within any Python based application....Conversion Source Code import jpype import asposediagram jpype.startJVM()...startJVM() from asposediagram.api import * // load the VSS in an object...

    products.aspose.com/diagram/python-java/convers...
  9. Manage Placeholders in Presentations with Pytho...

    Effortlessly manage placeholders in Aspose.Slides for Python via .NET: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument....the text in a placeholder: import aspose.slides as slides # Instantiate...prompt text for a placeholder: import aspose.slides as slides with...

    docs.aspose.com/slides/python-net/manage-placeh...
  10. Convert Markdown to Word in Python

    Follow this article to transform the Markdown to Word in Python. You will get information to set the IDE, a list of steps, and a sample code to change the file format from MD to DOCX in Python....NET to the project Import the aspose.words module into... Commence the process by importing the aspose.words module, defining...

    kb.aspose.com/words/python/convert-markdown-to-...