Sort Score
Result 10 results
Languages All
Labels All
Results 2,711 - 2,720 of 95,345 for

object

(0.28 sec)
  1. How to Convert CSV to Excel in Python

    This short tutorial contains information on how to convert CSV to Excel in Python. To convert CSV to Excel Python environment is explained along with the steps and runnable sample code....initialize a TxtLoadOptions class object to set input file format as...CSV file into the Workbook object using the TxtLoadOptions configuration...

    kb.aspose.com/cells/python/how-to-convert-csv-t...
  2. How to Edit Word Document using Python

    This short tutorial contains information to edit word document using python. You will see how can Python modify Word document with the help of a step-by-step process and a runnable sample code....desired Word file into Document object that is to be modified using...Instantiate a DocumentBuilder class object using the loaded Word file...

    kb.aspose.com/words/python/how-to-edit-word-doc...
  3. How to Convert JPG to Black and White PDF in Java

    This tutorial provides information on how to convert JPG to Black and White PDF in Java. You will get all the necessary details for writing a JPG to Black and White PDF converter in Java including the configuration details, step-wise process and a runnable sample code....image into the Image class object for conversion to Black and...PDF file using the PdfOptions object for customization The aforementioned...

    kb.aspose.com/imaging/java/how-to-convert-jpg-t...
  4. Add Image stamps in PDF using C#|Aspose.PDF for...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF library....Create a Document object and an ImageStamp object using required...adding an image as a stamp object, you can control the quality...

    docs.aspose.com/pdf/net/image-stamps-in-pdf-page/
  5. CertificateHolder Class | Aspose.Words for .NET

    Discover the Aspose.Words.DigitalSignatures.CertificateHolder class, your key to managing X509Certificate2 instances for secure digital signatures....) Creates CertificateHolder object using byte array of PKCS12...) Creates CertificateHolder object using byte array of PKCS12...

    reference.aspose.com/words/net/aspose.words.dig...
  6. Is there an API to get the "AnchorID" field fro...

    Does the Aspose Words for Java expose the AnchorID property of a Shape Object? Note that the VBA and Interop libraries expose this property: https://learn.microsoft.com/en-us/dotnet/api/microsoft.office.interop.word.sh…...AnchorID property of a Shape object? Note that the VBA and Interop...node upon processing Document object, you can consider using Node...

    forum.aspose.com/t/is-there-an-api-to-get-the-a...
  7. Add Bookmark to PDF using Python | Aspose.PDF

    Add Bookmarks to PDF Programmatically with Python Using Aspose.PDF for Python for .NET...PDF document using Document object. Create a bookmark and define...bookmark using a ‘GoToAction’ object. After, add it to the document...

    products.aspose.com/pdf/python-net/bookmarks/
  8. SubDocument class | Aspose.Words for Python

    aspose.words.SubDocument class. Represents a SubDocument - which is a reference to an externally stored document...Words Document Object Model (DOM) documentation article...Node ) range Returns a Range object that represents the portion...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Generate Point Cloud to DXF File Formats via py...

    Sample Python generate point cloud code for DXF file. Use this example code to generate point cloud to DXF file within any Web based application....pointcloud object of Aspose.3D Create a transform object through...the Scene.Save method with object System Requirements Aspose...

    products.aspose.com/3d/python-net/point-cloud/dxf/
  10. Light Cells Customization implementation - Free...

    I am trying to do read and write operation using aspose cells version 24.7 and java version 17. I have implemented Light Cells API (implemented LightCellsDataHandler for read and LightCellsDataProvider for write operatio…..."readSheet"; List<Map<String, Object>> tableData = new ArrayList<>();...getRows().get(rowIdx); Map<String, Object> tableRow = new LinkedHashMap<>();...

    forum.aspose.com/t/light-cells-customization-im...