Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 109,874 for

import

(0.07 sec)
  1. Converting To Mhtml Files in Jython|Documentation

    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....cells import Settings from com . aspose . cells import Workbook...Workbook from com . aspose . cells import HtmlSaveOptions from com ....

    docs.aspose.com/cells/java/converting-to-mhtml-...
  2. RESOLVED: Extract layers sample code fails to c...

    I am having problems compiling sample code for extracting layers from a PSD. I downloaded the “total” package and pulled out these two JARs: aspose-imaging-22.3-jdk16.jar aspose-psd-21.7-jdk16.jar I run this command …...code: import com.aspose.psd.fileformats.psd.PsdImage; import com...com.aspose.psd.Image; import com.aspose.imaging.imageoptions.PngOptions;...

    forum.aspose.com/t/resolved-extract-layers-samp...
  3. Aspose.Imaging for Java 21.10 - Release notes

    Aspose.Imaging for Java 21.10 - Release notes – the latest updates and fixes....border creation import com.aspose.imaging.Image ; import com.aspose...aspose.imaging.RasterImage ; import com.aspose.imaging.imagefilters...

    releases.aspose.com/imaging/java/release-notes/...
  4. Working With Styles in Ruby|Aspose.Words for Java

    Working with Document Styles using Ruby.... doc = Rjb :: import ( 'com.aspose.words.Document'...toArray () save_format = Rjb :: import ( "com.aspose.words.SaveFormat"...

    docs.aspose.com/words/java/working-with-styles-...
  5. Convert PowerPoint to Markdown in Python|Aspose...

    Convert PowerPoint to Markdown in Python...convert PowerPoint to markdown: import aspose.slides as slides with...CommonMark: from aspose.slides import Presentation from aspose.slides...

    docs.aspose.com/slides/python-net/convert-power...
  6. 13.10.0 Release Notes|Aspose.Words for .NET

    Aspose.Words for .NET 13.10.0 Release Notes – the latest updates and fixes....inheritance in HTML and MHTML imports Added support of table styles...styles in HTML and MHTML imports Quirks and Standards modes are...

    docs.aspose.com/words/net/aspose-words-for-net-...
  7. example.py

    Import os from jpype Import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__)..."JavaClassBridge.jar")) import jpype import asposecells jpype.startJVM()...

    docs.aspose.com/cells/ar/python-java/pyinstalle...
  8. example.py

    Import os from jpype Import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__)..."JavaClassBridge.jar")) import jpype import asposecells jpype.startJVM()...

    docs.aspose.com/cells/ru/python-java/pyinstalle...
  9. example.py

    Import os from jpype Import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__)..."JavaClassBridge.jar")) import jpype import asposecells jpype.startJVM()...

    docs.aspose.com/cells/de/python-java/pyinstalle...
  10. Adding quickparts to a word document using pyth...

    I have a document that has existing properties on it from sharepoint and I want to display those properties to the document content as quick parts using python....document_helper import DocumentHelper from datetime import datetime...datetime import uuid import aspose.pydrawing import aspose.words as aw...

    forum.aspose.com/t/adding-quickparts-to-a-word-...