Sort Score
Result 10 results
Languages All
Labels All
Results 1,351 - 1,360 of 64,253 for

import

(0.2 sec)
  1. Make DOC Using Python

    Make a new DOC in Python in a few steps. Easily create DOC using Python via .NET library....Insert Bookmark Insert Chart import aspose.words as aw doc = aw...) doc.Save( "Output.doc" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/make/doc/
  2. Working with Transparency in PS file | Python

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python... eps import * 2 from aspose. page . eps . device import * 3 import...import aspose.pydrawing 4 from util import Util 5 ##########...

    docs.aspose.com/page/python-net/ps/working-with...
  3. Aspose.Cells .NET for CRM|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 also allows importing data into spreadsheets from...the following topics Update Import Tool for Dynamics CRM Extend...

    docs.aspose.com/cells/net/aspose-cells-net-for-...
  4. Format Charts in Presentations Using Python|Asp...

    Learn chart formatting in Aspose.Slides for Python via .NET and elevate your PowerPoint or OpenDocument presentation with professional, eye-catching styling....PPTX file import aspose.slides.charts as charts import aspose.slides...slides as slides import aspose.pydrawing as draw # Instantiating...

    docs.aspose.com/slides/python-net/chart-formatt...
  5. Working with Text in PS file | Python

    How to add textt in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python... page import * 2 from aspose. page . eps import * 3 from aspose...device import * 4 import aspose.pydrawing 5 from util import Util...

    docs.aspose.com/page/python-net/ps/working-with...
  6. Convert PDF to PPT in Python | products.aspose.com

    Convert PDF to PPT in Python. Use Python library API to convert PDF files to PPTs...PDF into PPT import aspose.slides as slides import aspose.pydrawing.... Add a library reference (import the library) to your Python...

    products.aspose.com/slides/python-net/conversio...
  7. Extract text from PDF in Go | Aspose.PDF

    Simple source code to extract text from PDF files using Go tool....PDF Output file: package main import "github.com/aspose-pdf/aspose-pdf-go-cpp"...com/aspose-pdf/aspose-pdf-go-cpp" import "log" import "fmt" func main () { // Open(filename...

    products.aspose.com/pdf/go-cpp/parser/text/
  8. Manage Shapes in Presentations Using Python|Asp...

    Learn to create, edit and optimize shapes in Aspose.Slides for Python via .NET and deliver high-performance PowerPoint and OpenDocument presentations.... It is important to know that PowerPoint Presentation...simply returns that shape. import aspose.slides as slides # Method...

    docs.aspose.com/slides/python-net/shape-manipul...
  9. Set Size of PDF using pythob via C++|Aspose.PDF...

    This section shows how to get or set PDF page properties such as size of document using Python via C++....method import AsposePDFPython as apCore import os import os.path...

    docs.aspose.com/pdf/python-cpp/get-and-set-page...
  10. Insert and Append Documents in Java|Aspose.Word...

    Combine documents into one: insert or append a document into a new or existing one using find and replace, merge field, bookmark, or simply at the document end in Java....position without any previous importing. The following code example...Document at Bookmark You can import a text file into a document...

    docs.aspose.com/words/java/insert-and-append-do...