Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 51,243 for

import document

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

    გადაიყვანეთ JPG PNG Java ფორმატში კოდით. შეინახეთ JPG როგორც PNG Java....კოპირება import com.aspose.words.*; Document doc = new Document ();...PNG)); import com.aspose.words.*; Document doc = new Document("Input...

    products.aspose.com/words/ka/java/conversion/jp...
  2. Convert Visio to other formats|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to SVG,XPS,XML,XAML formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to SVG,XPS,XML,XAML with a few lines of code.... import aspose.diagram from aspose.diagram import * #//...stores the settings for the document. To export a VSD diagram to...

    docs.aspose.com/diagram/python-net/convert-visi...
  3. Გადაიყვანეთ Გამოსახულება PNG Java

    გადაიყვანეთ Გამოსახულება PNG Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც PNG Java....კოპირება import com.aspose.words.*; Document doc = new Document ();...PNG)); import com.aspose.words.*; Document doc = new Document("Input...

    products.aspose.com/words/ka/java/conversion/im...
  4. Specify Load Options in Python|Aspose.Words for...

    More accurately control the load process using Python....Contents [ Hide ] When loading a document, you can set some advanced...Word application can display documents in differently. For example...

    docs.aspose.com/words/python-net/specify-load-o...
  5. Export Excel Equations to Other Formats with Py...

    Learn how to export Excel equations to LaTeX and MathML formats using Aspose.Cells for Python via .NET....HTML: Python Code import os from aspose.cells import Workbook from...from aspose.cells.drawing import TextBox from aspose.cells.drawing...

    docs.aspose.com/cells/python-net/export-equation/
  6. 格式 Visio 页|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....stylesheet and add it to the Visio document’s stylesheet collection. The...following code sample. import jpype import asposediagram jpype ...

    docs.aspose.com/diagram/zh/python-java/format-v...
  7. Encrypting Excel Files in Ruby|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....file path workbook = Rjb :: import ( 'com.aspose.cells.Workbook'...) encryption_type = Rjb :: import ( 'com.aspose.cells.EncryptionType'...

    docs.aspose.com/cells/java/encrypting-excel-fil...
  8. Converting a PDFA file to PDF using Python | As...

    Sample code on Python for PDFA to PDF conversion. Use example code for batch PDFA to PDF conversion with Python and .NET...convert programmatically a document from PDFA to PDF format with...with a modern document-processing Python API. Use just a few lines...

    products.aspose.com/pdf/python-net/conversion/p...
  9. Converting a SVG file to TEX using Python | Asp...

    Sample code on Python for SVG to TEX conversion. Use example code for batch SVG to TEX conversion with Python and .NET...programmatically a document from SVG to TEX format with a modern document-processing...conversion formats, see the Documentation pages. Also, you can check...

    products.aspose.com/pdf/python-net/conversion/s...
  10. 创建 SVG 文件,在 Python 中加载和读取 SVG

    了解如何从内存字符串或文件创建 SVG;如何从 Web 加载 SVG 以及如何使用 Aspose.SVG for Python via .NET API 读取 SVG。... svg import SVGDocument 2 3 # Create a new SVG document 4 document...empty SVG document 7 document. save ( "empty-document.svg" ) 使用...

    docs.aspose.com/svg/zh/python-net/create-svg-file/