Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 66,984 for

import

(0.22 sec)
  1. Convert Image to PPT in Python | products.aspos...

    Convert Image to PPT in Python. Use Python library API to convert Image files to PDFs...Image 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...
  2. Split PDF in Node.js|Aspose.PDF for Node.js via...

    This topic shows how to split PDF pages into individual PDF file with Aspose.PDF for Node.js via C++ ....CommonJS: Call require and import asposepdfnodejs module as AsposePdf...errorText ); }); ECMAScript/ES6: Import the asposepdfnodejs module...

    docs.aspose.com/pdf/nodejs-cpp/split-pdf/
  3. PDF 粘性注释使用 Python|Aspose.PDF for Python via .NET

    本主题关于粘性注释,作为示例,我们展示文本中的水印注释。... import aspose.pdf as ap document =...save ( output_file ) 获取水印注释 import aspose.pdf as ap document =...

    docs.aspose.com/pdf/zh/python-net/sticky-annota...
  4. LaTeX math formulas rendering | Python via .NET

    The article provides an overview of the Aspose.TeX API solution for Python and its functionality for rendering LaTeX math formulas. Learn the code examples... features import * 2 from aspose. pydrawing import Color 3 from...util import Util 4 from io import BytesIO 5 from os import path...

    docs.aspose.com/tex/python-net/latex-math-formu...
  5. Buat HTML Menggunakan Java

    Buat HTML baharu dalam Java dalam beberapa langkah. Buat HTML dengan mudah menggunakan pustaka Java....Penanda Halaman Sisipkan Carta import com.aspose.words.*; Document...doc.save( "Output.html" ); import com.aspose.words.*; Document...

    products.aspose.com/words/ms/java/make/html/
  6. Make DOC Using Java

    Make a new DOC in Java in a few steps. Easily create DOC using Java library....Insert Bookmark Insert Chart import com.aspose.words.*; Document...); doc.save( "Output.doc" ); import com.aspose.words.*; Document...

    products.aspose.com/words/java/make/doc/
  7. Connecting to IMAP Server|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.... import aspose.email as ae client =...Security Options to SSLImplicit. import aspose.email as ae client =...

    docs.aspose.com/email/python-net/connecting-to-...
  8. Aspose PDF not able to set InheritZoom on bookm...

    In my java application, I’ve been trying to create PDF with bookmarks to carry the “InheritZoom” (using XYZExplicitDestination) for compliance reason, but trying many ways, the resulting PDF keep using the “FitH” instead…...with “XYZ”: import com.aspose.pdf.Document; import com.aspose...Page; import com.aspose.pdf.XYZExplicitDestinati; import com.aspose...

    forum.aspose.com/t/aspose-pdf-not-able-to-set-i...
  9. Export Visio Diagram to Image in Ruby|Documenta...

    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....a VSD file diagram = Rjb :: import ( 'com.aspose.diagram.Diagram'...data_dir + "Diagram.png" , Rjb :: import ( 'com.aspose.diagram.SaveFileFormat'...

    docs.aspose.com/diagram/java/export-visio-diagr...
  10. Aspose.TeX's input interface | Python

    Conversion functionality of Aspose.TeX API solution for Python with TeX, as an input format is explained here with the code examples.... io import * 2 from util import Util 3 ##########...aspose. tex import * 2 from aspose. tex . io import * 3 from util...

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