Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 37,066 for

import

(0.06 sec)
  1. 使用 Python 製作 HTML

    通過幾個步驟在 Python 中創建一個新的 HTML。使用 Python via .NET 庫輕鬆創建 HTML。...aspose-words 複製 插入文字 插入評論 插入書籤 插入圖表 import aspose.words as aw doc = aw...) doc.Save( "Output.html" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/zh-hant/python-net/ma...
  2. Parent and Child Tasks in Ruby

    Learn how to work with Microsoft Project (MPP/XML) parent-child relations using Aspose.Tasks Java for Ruby.... Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...mpp' ) 2 collector = Rjb :: import( 'com.aspose.tasks.ChildTasksCollector'...

    docs.aspose.com/tasks/java/parent-and-child-tas...
  3. Outline Properties in Ruby

    Learn how to iterate over project tasks and read outline number and level using Aspose.Tasks Java for Ruby API....Code Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...mpp' ) 2 collector = Rjb :: import( 'com.aspose.tasks.ChildTasksCollector'...

    docs.aspose.com/tasks/java/outline-properties-i...
  4. Support for IMAP Extensions|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 with ae...IMAP4 extended list command. import aspose.email as ae with ae...

    docs.aspose.com/email/python-net/support-for-im...
  5. PDF Annotations using C++|Aspose.PDF for C++

    This section shows how to use all kinds of annotations to your PDF file with the Aspose.PDF library. Learn how to draw, open, or add an annotation in C++... Import and Export Annotations to XFDF...format - you will know how to import and export annotation with...

    docs.aspose.com/pdf/cpp/annotations/
  6. Սեղմել DOC Ը Python Ում

    Սեղմեք DOC ը Python ում՝ առանց որակի կորստի: Օպտիմալացրեք DOC բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...install aspose-words Պատճենել import aspose.words as aw doc = aw...) doc.save( "Output.doc" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/hy/python-net/compres...
  7. Սեղմել JPG Ը Python Ում

    Սեղմեք JPG ը Python ում՝ առանց որակի կորստի: Օպտիմալացրեք JPG բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...install aspose-words Պատճենել import aspose.words as aw doc = aw..."Output.jpg" , save_options) import aspose.words as aw doc = aw...

    products.aspose.com/words/hy/python-net/compres...
  8. Protect PPTX Presentation Files using Python | ...

    Python source code to protect PPTX Presentation....PPTX Presentation using Python import aspose.slides as slides with...PPTX Presentation using Python import aspose.slides as slides with...

    products.aspose.com/slides/python-net/protect/p...
  9. Aspose.Cells.GridJs features|Documentation

    This article introduce features for GridJs ....GridJs Import/Export Features Import from and export...

    docs.aspose.com/cells/net/aspose-cells-gridjs/f...
  10. 使用 Go via C++ 向 PDF 添加页面 | Aspose.PDF

    使用 Aspose.PDF for Go via C++,使用 Go 示例代码,以编程方式将 PDF 页面添加到您的文档中... 将新页面插入到 PDF package main import "github.com/aspose-pdf/aspose-pdf-go-cpp"...com/aspose-pdf/aspose-pdf-go-cpp" import "log" func main () { // Open(filename...

    products.aspose.com/pdf/zh-hans/go-cpp/pages/add/