Sort Score
Result 10 results
Languages All
Labels All
Results 3,031 - 3,040 of 14,325 for

object

(0.03 sec)
  1. How to Add Password to Word Document using Java

    This tutorial provides details on how to add password to Word document using Java. It contains the development environment configuration, a complete step-by-step program logic and a runnable sample code that demonstrates the process of document protection using Java....file using the Document class object Apply the document protection...to use the SaveOptions class object that allows many features before...

    kb.aspose.com/words/java/how-to-add-password-to...
  2. How to Create a Form in Word using C#

    This tutorial guides on how to create a form in Word using C#. You can create a fillable form in Word using C# by adding different controls like textbox, checkbox and combobox....initialize a DocumentBuilder class object for the newly created document...document using the DocumentBuilder object Save the document on the disk...

    kb.aspose.com/words/net/how-to-create-a-form-in...
  3. How to Remove Watermark from PDF using Python

    This short topic guides on how to remove watermark from PDF using Python. It encompasses all the details for the configuration, step-wise process and a runnable sample code to remove watermark from PDF file using Python....file using the Document class object to delete the watermark Traverse...loaded using the Document class object, and then all of its pages...

    kb.aspose.com/pdf/python/how-to-remove-watermar...
  4. How to Crop a PDF using C#

    This how-to guide describes how to crop a PDF using C#. It contains the configuration information, a program flow, and a runnable sample code to crop one page from PDF using C#....file in the Document class object to crop it Display the existing...required Create a new Rectangle object defining the crop area Set...

    kb.aspose.com/pdf/net/how-to-crop-a-pdf-using-c...
  5. How to Create Booklet from PDF using Python

    This article explains how to create booklet from PDF using Python. You will learn the process to set the IDE, steps to write the application and a runnable sample code to create a booklet PDF using Python....Instantiate the PdfFileEditor class object to make a booklet Call the...first step, the PdfFileEditor object is created as it contains methods...

    kb.aspose.com/pdf/python/how-to-create-booklet-...
  6. Zoom PDF File using C#

    This article guides on how to zoom PDF file using C#. It has the details to set the IDE, steps, and a sample code to apply the feature of PDF zoom out using C#....PDF file into the Document object for zooming in when opened...opened Create the GoToAction object Create the explicit destination...

    kb.aspose.com/pdf/net/zoom-pdf-file-using-csharp/
  7. Convert MPP to TIFF in Java

    This crisp topic is about how to convert MPP to TIFF in Java. It encompasses detailed configuration steps and a working sample code to transform MPP file to TIFF using Java....file using the Project class object to change MPP to TIFF using...the ImageSaveOptions class object Save MPP as TIFF in Java using...

    kb.aspose.com/tasks/java/convert-mpp-to-tiff-in...
  8. How to Add Comments in PDF File using Python

    This short tutorial guides you on how to add comments in PDF file using Python. It contains basic information for setting the environment and a runnable sample code to add comments to PDF using Python along with the step-wise description....Instantiate a TextAnnotation object by providing the rectangular...Python . The TextAnnotation object is created and configured by...

    kb.aspose.com/pdf/python/how-to-add-comments-in...
  9. Convert KML to CSV using C#

    This tutorial explains the conversion of KML to CSV using C#. It has the IDE settings, a list of steps, and a sample code for developing a KML to CSV converter using C#....fields Access the geometry object from the KML feature and save...Check the type of each geometry object and save the details in the...

    kb.aspose.com/gis/net/convert-kml-to-csv-using-...
  10. Remove Duplicate Rows in Excel with Python

    This article describes how to remove duplicate rows in Excel with Python. It has the steps and a sample code to delete duplicate lines in Excel with Python....Excel file into the Workbook object Access the Cell collection...file into the Workbook class object and calling different variants...

    kb.aspose.com/cells/python/remove-duplicate-row...