Sort Score
Result 10 results
Languages All
Labels All
Results 5,941 - 5,950 of 90,868 for

object

(0.07 sec)
  1. Convert HTML to APNG via Java | products.aspose...

    Export HTML file to APNG in your Java applications without using any third party application...Document class Initialize class object and render HTML to JPEG by...TiffSettings, & TIFF device objects. You can get a single TIFF...

    products.aspose.com/total/java/conversion/html-...
  2. Convert HTML to JPEG2000 via Java | products.as...

    Export HTML file to JPEG2000 in your Java applications without using any third party application...Document class Initialize class object and render HTML to JPEG by...TiffSettings, & TIFF device objects. You can get a single TIFF...

    products.aspose.com/total/java/conversion/html-...
  3. Setting Margins with JavaScript via C++|Documen...

    In this article, you will learn how to set the margins of an Excel worksheet using sample code. You will also learn how to programmatically set margins for page center, header, and footer using the JavaScript API via C++....pageSetup attribute is an object of the Worksheet.pageSetup...() => { // Create a workbook object (blank workbook) const workbook...

    docs.aspose.com/cells/javascript-cpp/setting-ma...
  4. Working with Protection|Documentation

    This section explains how to set protection in the diagram with Aspose.Diagram....BoolValue object. These properties can be used...the Aspose.Diagram.BoolValue object. These properties can be used...

    docs.aspose.com/diagram/net/working-with-protec...
  5. View DWF File Formats via .NET | products.aspos...

    C# source code to load, render and display DWF documents on .NET Framework, .NET Core....Load method Set an object of CadRasterizationOpti with...Call Image.Save method with object of TiffOptions Call Process...

    products.aspose.com/cad/net/viewer/dwf/
  6. How to Render LaTeX to PNG using Java

    This brief topic provides details on how to render LaTeX to PNG using Java. We also know the LaTeX files as .tex files and you can easily convert LaTeX to PNG using Java with simple API methods and properties....will create TeXOptions class object to load the input file. Then...to initialize PngSaveOptions object to render the input file to...

    kb.aspose.com/tex/java/how-to-render-latex-to-p...
  7. How to Convert PPTX to SVG using Java

    In this tutorial, you will learn how to convert PPTX to SVG using Java in Windows, Mac OS, or Ubuntu. The code sample can export PPTX to SVG in Java such that all the slides are converted to individual image....using the Presentation class object Access all the slides in the...initialize the Presentation class object to load the PPTX file. In the...

    kb.aspose.com/slides/java/how-to-convert-pptx-t...
  8. Convert DGN to JPG in Python

    This quick tutorial explains how to convert DGN to JPG in Python. It encompasses all the relevant information that you need to export DGN to JPG image in Python....the Image class Initiate an object of the CadRasterizationOpti...different properties Create an object of JpegOptions class Render...

    kb.aspose.com/cad/python/convert-dgn-to-jpg-in-...
  9. Convert EPS to PDF in Python

    This tutorial covers how to convert EPS to PDF in Python. It explains about environment configuration, algorithm, and a code snippet to change EPS to PDF in Python....PsDocument class Create an object of the PdfSaveOptions class... declare a PdfDevice class object where you can change the page...

    kb.aspose.com/page/python/convert-eps-to-pdf-in...
  10. Create EPS File in Java

    This article explains how to create an EPS file in Java. It discusses the stepwise process and a runnable code snippet to make EPS file in Java....specify custom values Declare an object of the PsDocument class Export...create EPS in Java . Declare an object of the PsSaveOptions class...

    kb.aspose.com/page/java/create-eps-file-in-java/