Sort Score
Result 10 results
Languages All
Labels All
Results 3,991 - 4,000 of 66,822 for

import

(0.08 sec)
  1. Create PDF Files via Python | products.aspose.com

    Python Sample code for generating PDF documents. Use this code for creating PDF 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/...
  2. JPEG to PDF Merge using Python | Aspose.PDF

    Combine two or more JPEG documents into one PDF single file programmatically with Python sample code using Aspose.PDF for Python for .NET...Output file: import aspose.pdf as apdf from io import FileIO from...from os import path infiles_streams = [ FileIO ( path . join (...

    products.aspose.com/pdf/python-net/merger/jpeg-...
  3. Read Zimbra TGZ Storage Files in Node.js via .N...

    Read TGZ Files Open TGZ Files & Extract Email Data in Node.js Open and read TGZ files in JavaScript, accessing emails......coding, please spare a minute to import Aspose.Email to access its...parsing using Node.js via .NET // Import the Aspose.Email library const...

    products.aspose.com/email/nodejs-net/reading-zi...
  4. PCL to JPEG Converter using Python | Aspose.PDF

    Sample code on Python for PCL to JPEG conversion. Use example code for batch PCL to JPEG conversion with Python and .NET... Import required modules from aspose...libraries are installed and imported before proceeding. Specify...

    products.aspose.com/pdf/python-net/conversion/p...
  5. Manage VBA Projects in Presentations with Pytho...

    Discover how to generate and manipulate PowerPoint and OpenDocument presentations via VBA with Aspose.Slides for Python via .NET to streamline your workflow....scratch to a presentation: import aspose.slides as slides # Create...how to remove a VBA macro: import aspose.slides as slides # Load...

    docs.aspose.com/slides/python-net/presentation-...
  6. Footnotes conversion from HTML to DOCX - Free S...

    Hello, I am trying to convert an HTML to DOCX with Aspose.Words for java and I have footnotes in the HTML with reference. I want to convert them in real footnotes in DOCX without loosing the reference is it possible? Th…...Words can import footnotes that are marked up...save as DOCX import com.aspose.words.*; import java.io.*; public...

    forum.aspose.com/t/footnotes-conversion-from-ht...
  7. Edit Word, PDF In Python

    Edit DOCX, DOC, PDF and a variety of other file formats in Python....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/
  8. 从 Ruby 中的 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....Diagram 实例 diagram = Rjb :: import ( 'com.aspose.diagram.Diagram'...

    docs.aspose.com/diagram/zh/java/retrieve-window...
  9. Manage Audio in Presentations Using Python|Aspo...

    Easily add, extract & manage audio frames in PPT, PPTX and ODP with Aspose.Slides for Python via .NET. Explore code examples & boost your presentations today....embedded audio frame to a slide: import aspose.slides as slides # InstantiateS...thumbnail or preview image: import aspose.slides as slides with...

    docs.aspose.com/slides/python-net/audio-frame/
  10. Aspose TeX for Python – FAQ

    Comprehensive Frequently Asked Questions for Aspose TeX for Python, detailing how to install the pure‑Python API, convert LaTeX, manage fonts, supported packages, and much more....the installation with: Copy 1 import aspose.tex as tex 2 print (tex...few lines of code? A: Copy 1 import aspose.tex as tex 2 3 doc =...

    docs.aspose.com/tex/python-net/faq/