Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 3,459 for

import document

(0.06 sec)
  1. Convert Presentation|Aspose.Slides for Node.js ...

    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....Export to XAML Export to HTML5 Import Presentation Save Presentation...

    docs.aspose.com/slides/nodejs-java/convert-pres...
  2. Manipulating Adobe Photoshop Formats|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....Image to PSD PSD, PhotoShop document, is the default file format...how to export Image to PSD. Importing image to PSD layer This article...

    docs.aspose.com/psd/net/manipulating-adobe-phot...
  3. Convert PPT, PPTX, and ODP to JPG in Python|Asp...

    Learn how to transform your slides from PowerPoint and OpenDocument presentations into high-quality JPEG images with just a few lines of code in Python. Optimize presentations for web use, sharing, and archiving. Read the full guide now!... import aspose.slides as slides scale_x...applications, reports, or documentation, where precise image dimensions...

    docs.aspose.com/slides/python-net/convert-power...
  4. NodeCollection.Insert | Aspose.Words for .NET

    Effortlessly insert nodes into your NodeCollection at any index with our streamlined Insert method. Enhance your data management today!...another document, you should use ImportNode to import the node...node to the current document. The imported node can then be inserted...

    reference.aspose.com/words/net/aspose.words/nod...
  5. How to Run the Examples|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....File -> Open Project option to import the example of your choice...Resources folder contains input documents/files referred in the example...

    docs.aspose.com/psd/java/how-to-run-the-examples/
  6. Ellipse|Aspose.Slides for Python Documentation

    Create ellipse in PowerPoint presentation in Python... import aspose.slides as slides # Instantiate...presentation. import aspose.slides as slides import aspose.pydrawing...

    docs.aspose.com/slides/python-net/ellipse/
  7. Manage Rows and Columns|Aspose.Slides for Pytho...

    Manage table rows and columns in PowerPoint presentations in Python...table’s first row as its header: import aspose.slides as slides # Instantiates...PowerPoint table’s row or column: import aspose.slides as slides # Instantiates...

    docs.aspose.com/slides/python-net/manage-rows-a...
  8. Manage Presentation|Aspose.Slides 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....Presentation Merge Presentation Import Presentation Convert Presentation...

    docs.aspose.com/slides/androidjava/manage-prese...
  9. Data Points of Treemap and Sunburst Chart|Aspos...

    Add sunburst chart in PowerPoint presentation in Python...branch: import aspose.slides.charts as charts import aspose.slides...slides as slides import aspose.pydrawing as draw with slides...

    docs.aspose.com/slides/python-net/data-points-o...
  10. How to modify footnote content number style? - ...

    for (Paragraph paragraph : footnote.getParagraphs()) { for (Run run : paragraph.getRuns()) { run.getFont().setColor(Color.RED); } }...the FootnoteOptions of the document. Unfortunately, the provided...the FootnoteOptions of the document. Set the desired numbering...

    forum.aspose.com/t/how-to-modify-footnote-conte...