Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 13,002 for

make

(0.04 sec)
  1. Create a Bitmap in Java

    This precise tutorial discusses how to create a bitmap in Java. It includes the IDE configuration details, the steps, and a code snippet to create BMP file in Java....steps outline the process to make BMP file in Java . Firstly,...based on your needs. Code to Make Bitmap Image in Java This code...

    kb.aspose.com/drawing/java/create-a-bitmap-in-j...
  2. How to Add Image Watermark to PSD in C#

    This step by step tutorial elaborates how to add image watermark to PSD in C#. Adding image watermark to PSD in C# is quick and easy with Aspose.PSD for .NET....you watermark PSD file, you make it harder for the counterfeiters...Use the required namespaces to make the code work Set license of...

    kb.aspose.com/psd/net/how-to-add-image-watermar...
  3. Remove Excel Table with Python

    Remove Excel table with Python using a few API calls. Get the IDE details, steps, and a sample code showing how to remove table format in Excel with Python....To make a pie chart, refer to the article on How to make a pie...

    kb.aspose.com/cells/python/remove-excel-table-w...
  4. How to Create Excel Chart in Java

    In this tutorial you will learn how to create Excel chart in Java by writing a simple code. Using these steps creating Excel chart in Java is easier on Windows, Linux and macOS etc.... Code to Make a Chart in Excel in Java In...sample code, we learned how to make a graph in Excel in Java and...

    kb.aspose.com/cells/java/how-to-create-excel-ch...
  5. Create a Column Chart in Word using Java

    This tutorial guides on how to create a column chart in Word using Java. It shares IDE settings, steps, and a sample code for creating a bar graph in Word using Java....These steps describe how to make a column chart in Word using...code has demonstrated how to make bar charts in Word using Java...

    kb.aspose.com/words/java/create-a-column-chart-...
  6. How to Create a PDF Booklet using C#

    This article describes how to create a PDF booklet using C#. It has details about the IDE settings, a list of steps for application development, and a runnable sample code to Make booklet from PDF using C#....of the PdfFileEditor class to make a booklet Call the MakeBooklet()...tutorial has described how to make a PDF booklet using C# . If...

    kb.aspose.com/pdf/net/how-to-create-a-pdf-bookl...
  7. 3D Presentation|Aspose.Slides Documentation

    3D PowerPoint presentation in C# or .NET... Creating 3D effects makes a big impact into improving...API. In Aspose.Slides API, to make a shape become a PowerPoint...

    docs.aspose.com/slides/net/3d-presentation/
  8. Manage Placeholder|Aspose.Slides Documentation

    Change Placeholder text and prompt text in PowerPoint presentations in C# or .NET...Slides allows you to make changes to the text in a placeholder...picture in such a frame, you can make the text or the image stand...

    docs.aspose.com/slides/net/manage-placeholder/
  9. Font.shading property | Aspose.Words for Python

    Font.shading property. Returns a [Shading](../../shading/) object that refers to the shading formatting for the font.... white # One way to make the text created using our white...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Failed to convert Image type format to PDF: The...

    Hi, I am trying to convert images format to the pdf please find the below code for that: using (var imageStream = new MemoryStream(inputBytes)) { using (var outputStream = new MemoryStream()) { var pdf = new Aspose…...Drawing , making it more suitable for Linux...outputStream.ToArray(); } } Make sure to reference the correct...

    forum.aspose.com/t/failed-to-convert-image-type...