Sort Score
Result 10 results
Languages All
Labels All
Results 8,421 - 8,430 of 90,562 for

object

(0.16 sec)
  1. How to Remove Bookmark from PDF using Python

    This article explains how to remove bookmark from PDF using Python. It shares Information to establish the environment and a runnable sample code to remove bookmarks in PDF using Python....file using the Document class object for deleting bookmarks Access...file into the Document class object and then the delete() method...

    kb.aspose.com/pdf/python/how-to-remove-bookmark...
  2. How to Add Digital Signature to PDF in Java

    This brief tutorial elaborates how to add digital signature to PDF in Java. It includes the step-by-step guide and runnable code snippet to demonstrate how using Java sign PDF with certificate....class object for signing it Initialize PKCS7 class object to load...

    kb.aspose.com/pdf/java/how-to-add-digital-signa...
  3. Delete Repeated Rows in Excel using Java

    This article guides on how to delete repeated rows in Excel using Java. It provides IDE settings, steps, and a sample code to remove duplicate rows in Excel using Java....Excel file into the Workbook object to eliminate duplicate lines...Excel file into the Workbook object for commencing the process...

    kb.aspose.com/cells/java/delete-repeated-rows-i...
  4. How to Convert Presentation to PDF using Python

    This simple topic explains how to convert Presentation to PDF using Python. In order to convert PPT to PDF Python based API can be used....presentation Create a PdfOptions class object to set the output PDF options...creating the Presentation class object to load the source presentation...

    kb.aspose.com/slides/python/how-to-convert-pres...
  5. Archive

    archives...the source XER file with an object of the Project class. Export...Project class. Initialize an object of MPPSaveOptions class. Set...

    blog.aspose.com/tasks/convert-xer-to-mpp-in-java/
  6. How to Convert PowerPoint to Tiff using C#

    This topic focuses on how to convert Presentation to TIFF using C# along with the detailed configuration steps to configure the environment and verify the working sample code. You can convert PPTX to TIFF in C# using a few lines of easy to use code....using the Presentation class object to convert it to TIFF Initialize...Initialize the TiffOptions class object to set the desired image options...

    kb.aspose.com/slides/net/how-to-convert-powerpo...
  7. How to Convert AI to JPEG in C#

    This article covers how to convert AI to JPEG in C#. You can easily export AI to JPEG in C# using simple and easy steps with Aspose.PSD for .NET....Instantiate the JpegOptions class object to set the desired JPG properties...by using a JpegOptions class object, various properties for the...

    kb.aspose.com/psd/net/how-to-convert-ai-to-jpeg...
  8. How to Copy Excel Sheet to Another Workbook in ...

    In this short tutorial you will learn how to copy Excel sheet to another workbook in Java. It contains the steps and code snippet explaining Java Excel sheet copy feature in any operating system like Windows, Linux, or macOS....file into the Workbook class object for copying input data Access...using the CopyOptions class object in copy() function that supports...

    kb.aspose.com/cells/java/how-to-copy-excel-shee...
  9. Group Rows in Excel with Node.js

    Follow this guide to group rows in Excel with Node.js. Get the IDE settings, steps and a sample code showing how to create collapsible rows in Excel with Node.js....Access the cell collection object and call the groupRows() method...file into the Workbook class object and accessing the cells collection...

    kb.aspose.com/cells/nodejs/group-rows-in-excel-...
  10. Impose PDF using C#

    This article guides on how to impose PDF using C#. It has the details to set the IDE, a list of steps, and a sample code to develop PDF imposition software using C#....to impose a PDF Create the object of the PdfFileEditor class...Instantiate the PdfFileEditor class object and invoke the MakeBooklet()...

    kb.aspose.com/pdf/net/impose-pdf-using-csharp/