Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 66,602 for

import

(0.07 sec)
  1. Convert PPSM to POT in Python | products.aspose...

    Convert PPSM to POT in Python. Use Python library API to convert PPSM files to POT...converting PPSM into POT import jpype import asposeslides jpype ....startJVM() from asposeslides.api import Presentation, SaveFormat from...

    products.aspose.com/slides/python-java/conversi...
  2. Convert PPSX to POT in Python | products.aspose...

    Convert PPSX to POT in Python. Use Python library API to convert PPSX files to POT...converting PPSX into POT import jpype import asposeslides jpype ....startJVM() from asposeslides.api import Presentation, SaveFormat from...

    products.aspose.com/slides/python-java/conversi...
  3. 透過 C# 使用 Aspose.Note 將 HTML 匯入 OneNote | .NET

    如何使用 Aspose.Note 將 HTML 檔案匯入 OneNote (.one) 格式。使用 HTML 文件的步驟、程式碼和說明。...NET Conversion HTML to One Import 將 HTML 匯入到 OneNote 使用字串方法將...程式碼片段,示範了整個轉換過程: HTML to One Import from a file Import(Stream, HtmlImportOptions)...

    products.aspose.com/note/zh-hant/net/conversion...
  4. How to create a hyper link at the end of every ...

    We are using ASPOSE.WOrds to convert from .doc to .docx. How to add a hyperlink at the end of every page of the document?...achieve this: import com.aspose.words.Document; import com.aspose...DocumentBuilder; import com.aspose.words.PageSetup; import com.aspose...

    forum.aspose.com/t/how-to-create-a-hyper-link-a...
  5. Extract Images from PDF File|Aspose.PDF for Java

    This section shows how to extract images from PDF file using Java library....examples ; import java.io.FileOutputStream ; import java.io.IOException...IOException ; import com.aspose.pdf.* ; import com.aspose.pdf...

    docs.aspose.com/pdf/java/extract-images-from-pd...
  6. Adding JavaScript in Ruby|Aspose.PDF for Java

    Enable JavaScript functionality in PDFs using Aspose.PDF in Ruby for interactivity and automation.... doc = Rjb :: import ( ' com . aspose . pdf . Document...statement javaScript = Rjb :: import ( ' com . aspose . pdf . JavascriptAction...

    docs.aspose.com/pdf/java/adding-javascript-in-r...
  7. Setting Attributes for New Tasks in Ruby | Aspo...

    Learn how to set project attributes for new tasks using Aspose.Tasks Java for Ruby.... Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...'test_tasks.mpp' ) 2 3 prj = Rjb :: import( 'com.aspose.tasks.Prj' ) 4...

    docs.aspose.com/tasks/java/setting-attributes-f...
  8. Manage Callouts in Presentation Charts with Pyt...

    Create and style callouts in Aspose.Slides for Python .NET with concise code examples, compatible with PPT, PPTX and ODP to automate presentation workflows.... import aspose.slides as slides with...is given. import aspose.slides.charts as charts import aspose.slides...

    docs.aspose.com/slides/python-net/callout/
  9. Currency Properties in Ruby | Aspose.Tasks Docu...

    Explore how to utilize currency properties within Ruby programming for handling Microsoft Project files....Code Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...'test_tasks.mpp' ) 2 3 prj = Rjb :: import( 'com.aspose.tasks.Prj' ) 4...

    docs.aspose.com/tasks/java/currency-properties-...
  10. Aspose.TeX's output interface | Python

    Here is an explanation of the conversion functionality of the Aspose.TeX API solution for Python, with TeX as the output format, with code examples.... tex import * 2 from aspose. tex . io import * 3 from util...util import Util 4 ########## 5 ###### Class and Method declaration...

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