Sort Score
Result 10 results
Languages All
Labels All
Results 7,051 - 7,060 of 90,756 for

object

(0.22 sec)
  1. How to Convert TeX to PDF in Java

    This brief tutorial provides details about how to convert TeX to PDF in Java. The outline of this article can be summarized as the environment configuration, step-wise algorithm, and a sample code snippet demonstrating the feature to convert Latex to PDF in Java....Initialize conversion options object using the TeXOptions class...words. First of all, create an object of TeXOptions class and specify...

    kb.aspose.com/tex/java/how-to-convert-tex-to-pd...
  2. How to Convert PCL to PDF in C#

    This topic focues on how to convert PCL to PDF in C#. It includes the details to configure the IDE and a runnable example code to transform PCL to PDF using C#....Document object by passing the PclLoadOptions object as a parameter...

    kb.aspose.com/pdf/net/how-to-convert-pcl-to-pdf...
  3. Apply Excel Theme with Node.js

    Follow this article to apply Excel theme with Node.js. It has the IDE settings, a list of steps, and a sample code to use Microsoft Excel themes with Node.js....Workbook class and get the style object from the target cell Set the...Node.js . Create a ThemeColor object using the ThemeColorType enumerator...

    kb.aspose.com/cells/nodejs/apply-excel-theme-wi...
  4. Create Excel Table in Node.js

    Refer to this article to create Excel table in Node.js. Get the IDE settings, steps, and a sample code for using Excel tables in Node.js....the workbook and add a list object for the table Set the desired...sheet, and creating a list object for a range of data and data...

    kb.aspose.com/cells/nodejs/create-excel-table-i...
  5. How to Convert TIFF to PDF in C#

    This brief tutorial is about how to convert TIFF to PDF in C#. In order to create TIFF to PDF converter C# code and comprehensive steps are given along with the environment configuration....and initialize the PdfOptions object to set the resolution and other...the PDF using the PdfOptions object that allows setting the resolution...

    kb.aspose.com/imaging/net/how-to-convert-tiff-t...
  6. How to Crop Image in Java

    This tutorial explains the process how to crop image in Java. To crop bitmap Java based runnable code along with the detailed steps are provided for the demonstration....the Image class object Cast the Image object to RasterImage class...

    kb.aspose.com/imaging/java/how-to-crop-image-in...
  7. How to Find and Replace Text in Word Document u...

    This brief tutorial will guide you through to steps for how to find and replace text in Word document using Java. Using simple API calls, one can easily replace text in Word document using Java for any application and irrespective of Operating System environment....source DOCX using Document class object. We will then create FindReplaceOptions...FindReplaceOptions class object to set the search and replace parameters...

    kb.aspose.com/words/java/how-to-find-and-replac...
  8. Divide Word Document into Sections using C#

    This article guides on how to divide Word document into sections using C#. It has the IDE settings, steps, and a sample code to split Word document into sections using C#....file into the Document class object for splitting the sections...Word file Create a Section object by cloning the current section...

    kb.aspose.com/words/net/divide-word-document-in...
  9. How to Remove Header and Footer from PDF in Java

    This short guide describes how to remove header and footer from PDF in Java. It has the details to set the IDE, a list of steps, and a runnable sample code to remove PDF header and footer in Java....Create the PdfContentEditor object Call the bindPdf() method for...process starts by creating an object of the PdfContentEditor class...

    kb.aspose.com/pdf/java/how-to-remove-header-and...
  10. Convert URL to PDF using C#

    This tutorial describes how to convert URL to PDF using C#. It has the details to set the IDE, a list of steps, and a sample code for transforming link to PDF document using C#....page Create the HttpClient object for making the HTTP request...stream and pass to the Document object using the page settings. Finally...

    kb.aspose.com/pdf/net/convert-url-to-pdf-using-...