Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 14,352 for

object

(0.06 sec)
  1. How to Generate PDF from Excel in Java

    In this brief tutorial we will learn how to generate PDF from Excel in Java. You can perform these tasks in macOS, Linux, and Windows....Excel file into the Workbook object for conversion to PDF Save...Excel file into Workbook class object and then saving it as PDF....

    kb.aspose.com/cells/java/how-to-generate-pdf-fr...
  2. How to Convert OBJ File to STL in Python

    This precise tutorial explains how to convert OBJ to STL in Python. It discusses the IDE configuration, the algorithm steps, and a runnable code snippet to create OBJ to STL converter in Python....exporting the STL file Create an object of StlSaveOptions class Export...explain how to convert a 3D object to STL in Python . Initially...

    kb.aspose.com/3d/python/how-to-convert-obj-file...
  3. Write Text on JPG in C#

    Follow this guide to write text on JPG in C#. It has the IDE settings, steps, and a sample code for developing a simple JPG text editor in C# with multiple options to customize the text....Bitmap object and use it in creating a Graphics object for drawing...on it Customize the Graphics object to set the rendering quality...

    kb.aspose.com/drawing/net/write-text-on-jpg-in-...
  4. How to Convert OBJ to STL in C#

    This basic tutorial covers how to convert OBJ to STL in C#. It explains the algorithm as well as the code snippet to create OBJ to STL converter in C#....FromFile() method Create an object of StlSaveOptions class Convert...summarize how to convert a 3D object to STL in C# . Firstly, configure...

    kb.aspose.com/3d/net/how-to-convert-obj-to-stl-...
  5. MailMerger | Aspose.Words for Java

    Provides methods intended to fill template with data using simple mail merge and mail merge with regions operations in Java....Object, com.aspose.words.Processor...saveOptions, String[] fieldNames, Object[] fieldValues) execute(InputStream...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::WebExtensions namespace | Aspose...

    Aspose::Words::WebExtensions namespace. The Aspose.Words.WebExtensions namespace provides classes that allow to customize elements and attributes that extend the XML vocabulary for representing Office Add-ins in C++....Represents an add-in task pane object. To learn more, visit the Work...list of persisted task pane objects. To learn more, visit the Work...

    reference.aspose.com/words/cpp/aspose.words.web...
  7. How to Add Audio to PDF using Python

    This article describes how to add audio to PDF using Python. It provides all the basic details to configure the IDE and a runnable sample code to embed audio into PDF using Python....file using the Document class object where audio is to be embedded...Create a SoundAnnotation class object Set different parameters of...

    kb.aspose.com/pdf/python/how-to-add-audio-to-pd...
  8. Flip the Text in Word using Java

    Flip the text in Word using Java. Get the information to set the IDE, a list of steps, and a sample code to change text direction in Word using Java....Word file using the Document object Iterate through all the sections...in the document Convert the Object item to a section Set the text...

    kb.aspose.com/words/java/flip-the-text-in-word-...
  9. How to Transform DAE to OBJ using Java

    This article describes how to transform DAE to OBJ using Java. It contains information to set IDE, a list of steps, and a runnable sample code to convert DAE to OBJ using Java....the Scene object Instantiate and initialize an object of the ObjSaveOptions...properties of the ObjSaveOptions object Transform the DAE file to OBJ...

    kb.aspose.com/3d/java/how-to-transform-dae-to-o...
  10. Export PSD to GIF in Java

    Refer to this article for converting PSD to GIF in Java. You can convert the Adobe Photoshop native file format PSD to GIF with a few API calls by following the steps and code shared in this article....source PSD file Change the Image object to the PsdImage class Create...Create the GifOptions object for customizing the output file Set...

    kb.aspose.com/psd/java/export-psd-to-gif-in-java/