Sort Score
Result 10 results
Languages All
Labels All
Results 6,081 - 6,090 of 69,959 for

import

(0.09 sec)
  1. Licensing|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....api import License lic = License () lic...

    docs.aspose.com/cells/python-java/licensing/
  2. How to Convert HTML to Image in Java

    This short tutorial is planned to describe how to convert HTML to image in Java by providing how-to steps and sample code. By using Java HTML to image converter can be written with the help of a few lines of code....libraries into the project and import the required classes used in...

    kb.aspose.com/html/java/how-to-convert-html-to-...
  3. How to Convert PDF to Presentation using Python

    This short tutorial is about how to convert PDF to presentation using Python in MS Windows, macOS, or Ubuntu. The code sample in Python add PDF to presentation with no dependence on MS PowerPoint.... Steps to Import PDF in PowerPoint using Python...

    kb.aspose.com/slides/python/how-to-convert-pdf-...
  4. How to Convert JSON Data to PDF in C#

    This brief tutorial sheds light on how to convert JSON data to PDF in C#. You will learn how using C# JSON to PDF feature can be embedded by following simple steps and the code snippet....for conversion of JSON to PDF Import the JSON data using the specified...

    kb.aspose.com/cells/net/how-to-convert-json-dat...
  5. Convert GIF to WEBP in Java

    Follow this article to convert GIF to WEBP in Java. It has all the detail to set the IDE, a list of steps, and a sample code for developing a GIF to WEBP converter in Java....GIF file to the WEBP format Import the desired namespaces Image...

    kb.aspose.com/imaging/java/convert-gif-to-webp-...
  6. How to Save PowerPoint Slides with Notes as PDF...

    This brief tutorial guides you on how to save PowerPoint slides with notes as PDF in Python. It helps in establishing the environment, defining the steps to write the application and provides a runnable sample code to save PowerPoint as PDF with notes in Python....get the reference to all the import API calls that are necessary...

    kb.aspose.com/slides/python/how-to-save-powerpo...
  7. Remove Highlight from PDF using Java

    Follow this article to remove PDF highlight using Java. You will get details to set the IDE, a list of steps, and a sample code demonstrating how to erase highlight in PDF using Java.... Import the required modules from the...

    kb.aspose.com/pdf/java/remove-highlight-from-pd...
  8. How to modify footnote content number style? - ...

    for (Paragraph paragraph : footnote.getParagraphs()) { for (Run run : paragraph.getRuns()) { run.getFont().setColor(Color.RED); } }...example of how to implement this: import com.aspose.words.*; public...

    forum.aspose.com/t/how-to-modify-footnote-conte...
  9. How to Make a Pie Chart in PowerPoint using Python

    This short topic guides how to make a pie chart in PowerPoint using Python along with the detailed steps to configure the environment and use the example code. The example provides sample code to add pie chart to PowerPoint using Python....NET in your application Import aspose.slides namespace in...

    kb.aspose.com/slides/python/how-to-make-a-pie-c...
  10. Convert CDR to PSD using Python

    Follow this article to convert CDR to PSD using Python. It has all the details to set the IDE, a list of steps, and a sample code for converting CDR to PSD using Python....NET to convert CDR to PSD Import the required libraries for...

    kb.aspose.com/imaging/python/convert-cdr-to-psd...