Sort Score
Result 10 results
Languages All
Labels All
Results 2,721 - 2,730 of 66,981 for

import

(1.8 sec)
  1. Გადაიყვანეთ JPG DOCX Java

    გადაიყვანეთ JPG DOCX Java ფორმატში კოდით. შეინახეთ JPG როგორც DOCX Java...."aspose-words" % "ver" კოპირება import com.aspose.words.*; Document...doc.save( "Output.docx" ); import com.aspose.words.*; Document...

    products.aspose.com/words/ka/java/conversion/jp...
  2. Cannot convert from HTML to MHTML in Java - Fre...

    Hi guys, I am using aspose-html (version 25.4) and trying to convert my .html file (included images) to .mhtml file. However, the error shows “Path is empty”. I am sure that the html file is existing with correct path. …...MHTML format: import java.io.IOException; import com.aspose.html...HTMLDocument; import com.aspose.html.converters.Converter; import com.aspose...

    forum.aspose.com/t/cannot-convert-from-html-to-...
  3. Add properties in XMP metadata of EPS | Python

    The process of adding properties in XMP metadata of EPS file with Aspose.Page for Python via .NET is explained and illustrated with the code snippets here.... eps import * 2 from aspose. page . eps . xmp import * 3 from...from datetime import datetime 4 from util import Util 5 ##########...

    docs.aspose.com/page/python-net/xmp-metadata/ad...
  4. Bug when generating Html in fixedLayout of a do...

    Table with dotted border.docx (19.6 KB) When I convert this word document with this code to HTML output: HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions(); saveOptions.setExportEmbeddedCss(true); saveOption…...table‑border export (quickest) import com.aspose.words.*; public...visible border) import com.aspose.words.*; import java.awt.Color;...

    forum.aspose.com/t/bug-when-generating-html-in-...
  5. PS to PDF Merge using Python | Aspose.PDF

    Combine two or more PS documents into one PDF single file programmatically with Python sample code using Aspose.PDF for Python for .NET... Import necessary Python libraries...Output file: import aspose.pdf as apdf from os import path ps_load_options...

    products.aspose.com/pdf/python-net/merger/ps-to...
  6. PDF to PDFA Merge using Python | Aspose.PDF

    Combine two or more PDF documents into one PDFA single file programmatically with Python sample code using Aspose.PDF for Python for .NET... Import necessary Python libraries...Output file: import aspose.pdf as apdf from os import path path_infiles...

    products.aspose.com/pdf/python-net/merger/pdf-t...
  7. Create VSDX Files via Python | products.aspose.com

    Python Sample code for generating VSDX documents. Use this code for creating VSDX files within any Python based application.....Conversion Source Code import jpype import asposediagram jpype.startJVM()...startJVM() from asposediagram.api import * // Create Diagram class instance...

    products.aspose.com/diagram/python-java/create/...
  8. Create VSSM Files via Python | products.aspose.com

    Python Sample code for generating VSSM documents. Use this code for creating VSSM files within any Python based application.....Conversion Source Code import jpype import asposediagram jpype.startJVM()...startJVM() from asposediagram.api import * // Create Diagram class instance...

    products.aspose.com/diagram/python-java/create/...
  9. Create VSSX Files via Python | products.aspose.com

    Python Sample code for generating VSSX documents. Use this code for creating VSSX files within any Python based application.....Conversion Source Code import jpype import asposediagram jpype.startJVM()...startJVM() from asposediagram.api import * // Create Diagram class instance...

    products.aspose.com/diagram/python-java/create/...
  10. Create Line Shapes in Presentations with Python...

    Learn to manipulate line formatting in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET. Discover properties, methods, and examples.... import aspose.slides as slides # Instantiate...PPTX file. import aspose.slides as slides import aspose.pydrawing...

    docs.aspose.com/slides/python-net/line/