Sort Score
Result 10 results
Languages All
Labels All
Results 4,111 - 4,120 of 93,361 for

object

(0.28 sec)
  1. Mail Merge in MS Word using Python

    Refer to this article to apply mail merge in MS Word using Python. It has details to set the IDE and a sample code to perform mail merge in MS Word step by step using Python....Create the DocumentBuilder class object and link it with the above...document Using the builder object, insert fields in the template...

    kb.aspose.com/words/python/mail-merge-in-ms-wor...
  2. How to Add Fillable Fields in PDF using Python

    This article shares information on how to add fillable fields in PDF using Python. It contains the environment details, programming steps and a runnable sample code to add fillable text box to PDF using Python....Instantiate the FormEditor class object for adding a field Load the...it with the FormEditor class object Add the text field at a particular...

    kb.aspose.com/pdf/python/how-to-add-fillable-fi...
  3. Convert DICOM to PNG in Java

    Follow this article to convert DICOM to PNG in Java. It has details to set the IDE, a list of steps, and a sample code for changing file format from DCM to PNG in Java....getPageCount() Create a PngOptions object to define the PNG export settings...class object, typecast it to the DicomImage class object and parse...

    kb.aspose.com/imaging/java/convert-dicom-to-png...
  4. Create Transparent Image using C#

    Follow this article guides on how to create transparent image using C#. It has details to set the IDE, a list of steps, and a sample code for developing a transparent picture maker using C#....size and create a PngOptions object with alpha transparency Create...created above Create the Graphics object for the image and draw various...

    kb.aspose.com/imaging/net/create-transparent-im...
  5. How to Edit PDF Document using C#

    This short guide describes how to edit PDF document using C#. It has the details to set the IDE, a list of steps and a runnable sample code to edit PDF doc using C#....NET for editing Create an object of the PdfContentEditor class...stream into the PdfFileMend object for adding some text and saving...

    kb.aspose.com/pdf/net/how-to-edit-pdf-document-...
  6. How to Convert PPT to PDF using Java

    This simple article focuses on how to convert PPT to PDF using Java by following the detailed configuration steps to use the given code sample. You can generate PDF from PPT in Java using the simple API interface in any of Java supported environments including Windows, Linux and macOS....using the Presentation class object to convert it to PDF Instantiate...Instantiate the PdfOptions class object and set the desired PDF options...

    kb.aspose.com/slides/java/how-to-convert-powerp...
  7. Create Transparent Image in Python

    Follow this article to create transparent image in Python. It shares details to set the IDE, a list of steps, and a sample code for developing a transparent picture maker in Python....output PNG image size, create an object of the PngOptions class, and...transparent Create the Graphics object for the image and set the smoothing...

    kb.aspose.com/imaging/python/create-transparent...
  8. Aspose::Words::TextWatermarkOptions class | Asp...

    Aspose::Words::TextWatermarkOptions class. Contains options that can be specified when adding a watermark with text. To learn more, visit the documentation article in C++....TextWatermarkOptions : public System :: Object Methods Method Description...passing a TextWatermarkOptions object when creating the watermark...

    reference.aspose.com/words/cpp/aspose.words/tex...
  9. How to Create a Shapefile in C#

    This quick tutorial guides on how to create a ShapeFile in C#. You can generate Shapefile in C# by adding different attributes and features to it without using any other third party graphics tool....using the VectorLayer class object by providing the SHP file name...VectorLayer object Instantiate the Point class object and set the...

    kb.aspose.com/gis/net/how-to-create-a-shapefile...
  10. Create WMF image file via .NET | products.aspos...

    Create WMF image file via .NET....Create Memory steam object. Create metafile object using Metafile...Metafile class. Create graphics object using Graphics.FromImage() method...

    products.aspose.com/drawing/net/create/wmf/