Sort Score
Result 10 results
Languages All
Labels All
Results 4,591 - 4,600 of 67,787 for

import

(0.11 sec)
  1. Default Project Properties in Ruby | Aspose.Tas...

    Learn how to work with default project properties of Microsoft Project (MPP/XML) projects using Aspose.Tasks Java for Ruby....Code Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...'Sample.xml' ) 2 3 prj = Rjb :: import( 'com.aspose.tasks.Prj' ) 4...

    docs.aspose.com/tasks/java/default-project-prop...
  2. 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/
  3. Aspose.words-python如何绘制插入SmartArt图形 - Free Supp...

    如何绘制SmartArt图形,实现效果如下:...SmartArt demo # ---------- import aspose.words as aw # (Optional)...Words ≥ 25.0 and imported the library as import aspose.words as...

    forum.aspose.com/t/aspose-words-python-smartart...
  4. Copy Paragraphs and Text Portions in Presentati...

    Discover how to copy paragraphs and text portions between PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET to enhance your workflow.... import aspose.slides as slides #Function...portion gets the copied values. import aspose.slides as slides #Function...

    docs.aspose.com/slides/python-net/copying-parag...
  5. 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/
  6. Using Sendgrid to Send Emails | Solution for Yo...

    Discover the power of SendGrid integration with Java API to enhance email deliverability. Get clear instructions, code samples, and advanced features.... How to Get Started Import the Java API: Add the library...is with our intuitive API. import com.aspose.email.*; String...

    products.aspose.com/email/java/send-email/sendg...
  7. Word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? -...

    word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? 转pdf的部分代码: private byte[] convertToPdf(Document document) throws Exception { try (ByteArrayOutputStream bos = new ByteArrayOutputStream()) { PdfSaveOpti…...Complete code import com.aspose.words.*; import com.aspose.cells...cells.*; import java.io.*; import java.util.Iterator; public class...

    forum.aspose.com/t/word-pdf-word-word-excel-pdf...
  8. Android Excel Spreadsheet API | products.aspose...

    Android spreadsheet library to create read write and parse Excel files. A spreadsheet API for mobile Apps development...formatting and page setup tasks, import and export capabilities, render... cell and range Export and import data from ArrayList, Array...

    products.aspose.com/cells/android-java/
  9. CSS Style & format is not applied in convert wo...

    Hi Team, CSS style & format is not applied in word file, when we convert html file into word file using aspose word. Therefore, when we convert word file into pdf file. Then, in pdf file also css style & format is not a…... The whole “import MsoHtml” feature is under active...for this issue. The whole “import MsoHtml” feature is under active...

    forum.aspose.com/t/css-style-format-is-not-appl...
  10. 将PDF转换为不同图像格式的Python方法|Aspose.PDF for Python vi...

    本主题向您展示如何使用Aspose.PDF for Python将PDF转换为多种图像格式,例如TIFF、BMP、EMF、JPEG、PNG、GIF、SVG,只需几行代码。... import aspose.pdf as ap input_pdf...方法执行 PDF 到图像的转换。 将 PDF 转换为 BMP import aspose.pdf as ap input_pdf...

    docs.aspose.com/pdf/zh/python-net/convert-pdf-t...