Sort Score
Result 10 results
Languages All
Labels All
Results 3,541 - 3,550 of 67,147 for

import

(0.13 sec)
  1. Convert VSSM to VSX via Python | products.aspos...

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

    products.aspose.com/diagram/python-java/convers...
  2. Convert VSSX to SWF via Python | products.aspos...

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

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

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

    products.aspose.com/diagram/python-java/convers...
  4. Convert VSX to VSDX via Python | products.aspos...

    Sample Python conversion code for VSX format to VSDX file. Use this example code to convert VSX to VSDX 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. Formatting issue when merging two dox into one ...

    I need to merge multiple docx file into one. When I merge it there is a formatting issue in the last sentence. Please refer the attached files. merged_document.docx (21.4 KB) 2.docx (28.5 KB) 3.docx (28.3 KB) Python…... import_format_options = aw.ImportFormatOptions()...ImportFormatOptions() import_format_options.keep_source_numbering =...

    forum.aspose.com/t/formatting-issue-when-mergin...
  6. Edit WORD In Python

    Edit a Word document in Python code....Edit a Table Edit an Image import aspose.words as aw doc = aw...) doc.save( "Output.docx" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/edit/word/
  7. Edit Markdown In Python

    Edit Markdown in Python code....Edit a Table Edit an Image import aspose.words as aw doc = aw..." ) doc.save( "Output.md" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/edit/md/
  8. Convert TXT to POT via C# .NET or with free Onl...

    Convert Word txt documents to PowerPoint pot files with C#. Convert multiple files within ASP.NET or other .NET applications....Presentation Object Import HTML content in text frame...conversations. Data Import and Export : Use POT formats to import and export...

    products.aspose.com/total/net/conversion/txt-to...
  9. 在word转pdf时出现异常报错 - Free Support Forum - aspose.com

    Caused by: java.lang.IllegalStateException: XMLStreamException: Unexpected character ' ' (code 32) (missing name?) at [row,col {unknown-source}]: [45692,46] at com.aspose.words.internal.zzZe6.zz45(Unknown Source) at c…...例如: import com.aspose.words.Document; import com.aspose...aspose.words.SaveFormat; import com.aspose.words.FileCorruptedExcepti;...

    forum.aspose.com/t/word-pdf/320406
  10. Aspose.Slides Adds an Unwanted “1” Label to the...

    Hi Team, We are encountering an issue where, during the creation of a stacked vertical chart, Aspose automatically inserts the value “1” on the horizontal (category) axis whenever a category label is empty. This behavio…...reproduce the issue import com.aspose.slides.*; import java.io.ByteArrayInputStream;...ByteArrayInputStream; import java.io.ByteArrayOutputStrea; public...

    forum.aspose.com/t/aspose-slides-adds-an-unwant...