Sort Score
Result 10 results
Languages All
Labels All
Results 4,311 - 4,320 of 94,431 for

object

(0.5 sec)
  1. TxtSaveOptionsBase.ForcePageBreaks | Aspose.Wor...

    Control page breaks with TxtSaveOptionsBase's ForcePageBreaks property. Ensure seamless exports and maintain document formatting effortlessly....// Create a "TxtSaveOptions" object, which we can pass to the document's...The Aspose.Words "Document" objects have page breaks, just like...

    reference.aspose.com/words/net/aspose.words.sav...
  2. How to Underline Text in PDF File using Java

    This article elaborates how to underline text in PDF file using Java. It guides on setting the IDE, writing the application, and a runnable sample code demonstrating how to underline a PDF using Java....Instantiate a TextFragment object and set the sample text, the...flag Instantiate a TextBuilder object for a particular page and append...

    kb.aspose.com/pdf/java/how-to-underline-text-in...
  3. How to Decrypt PDF File using Python

    This short topic guides on how to decrypt PDF file using Python. You may decrypt PDF using Python with the help of a simple API calls and without installing any third-party tool....file into the Document class object using the file name and password...flag to close the response object once the PDF document is saved...

    kb.aspose.com/pdf/python/how-to-decrypt-pdf-fil...
  4. How to Convert DataTable to Excel in C#

    In this short tutorial, you will learn how to convert DataTable to Excel in C#. You can control the process of writing DataTable to excel in C# by setting a number of properties of the DataTable....the newly created workbook object using the ImportData function...writing to Excel file Declare an object of ImportTableOptions class...

    kb.aspose.com/cells/net/how-to-convert-datatabl...
  5. How to Convert SVG to PNG using Java

    This brief topic is about how to convert SVG to PNG using Java. It also covers the information about the detailed steps required to configure the environment and executing the code. In Java SVG to PNG can be easily managed using few lines of code....Initialize SvgRasterizationOpti object to set the SVG image height...and width Create PngOptions object for the desired PNG Save the...

    kb.aspose.com/imaging/java/how-to-convert-svg-t...
  6. How to Convert PNG to PSD using C#

    This article guides on how to convert PNG to PSD using C#. It provides information about setting the environment, a list of steps, and a runnable sample code to develop PNG to PSD converter using C#....FileStream Create and initialize an object of the Layer class with the...PNG image into the FileStream object that is further used to initialize...

    kb.aspose.com/psd/net/how-to-convert-png-to-psd...
  7. How to Convert PSD to TIFF in Java

    This topic demonstrates the process of how to convert PSD to TIFF in Java. You can swiftly export PSD to TIFF in Java using simple and easy to manage steps using Aspose.PSD for Java....PSD to TIFF Instantiate an object of the PsdImage class to load...from the disk Instantiate an object of the TiffOptions class to...

    kb.aspose.com/psd/java/how-to-convert-psd-to-ti...
  8. How to Convert RTF to PDF in Java

    In this short tutorial you will learn how to convert RTF to PDF in Java by loading the source RTF file and saving it as a PDF. For converting RTF to PDF Java sample code and detailed description is provided....class object Instantiate the PdfSaveOptions class object to configure...also. The PdfSaveOptions class object is referred to define the properties...

    kb.aspose.com/words/java/how-to-convert-rtf-to-...
  9. How to Convert PPT to PPTX in C#

    This tutorial explains how to convert PPT to PPTX in C#. You will get crisp information about the environment settings, details steps and a runnable sample code to transform PPT to PPTX in C#....Declare the LoadOptions class object Set the load format to PPT...therefore, the LoadOptions class object is declared in the beginning...

    kb.aspose.com/slides/net/how-to-convert-ppt-to-...
  10. How to Read PDF Table in C#

    This quick tutorial guides you on how to read PDF table in C#. In this tutorial you will learn how using C# read PDF table and displaying all the values inside different cells of the table is made easily possible....class object Instantiate the TableAbsorber class object and read...using the TableAbsorber class object. Once all the tables are visited...

    kb.aspose.com/pdf/net/how-to-read-pdf-table-in-...