Sort Score
Result 10 results
Languages All
Labels All
Results 6,261 - 6,270 of 90,563 for

object

(0.08 sec)
  1. 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...
  2. How to Save Excel File as PDF using C#

    This topic explains with steps that how to save Excel file as PDF using C# without Office Interop in .NET environment for Windows, Linux or macOS...application Instantiate License object to set it via SetLicense method...XLSX file into Aspose.Cells object model using Workbook constructor...

    kb.aspose.com/cells/net/how-to-save-excel-file-...
  3. Manage Connectors in Presentations with Python|...

    Empower Python apps to draw, connect and auto-route lines in PowerPoint & OpenDocument slides—gain full control over straight, elbow and curved connectors.... Add two AutoShape objects to the slide using the add_auto_shape...exposed by the ShapeCollection object. Add a connector using the...

    docs.aspose.com/slides/python-net/connector/
  4. Manage Connectors in Presentations Using Java|A...

    Empower Java apps to draw, connect and auto-route lines in PowerPoint slides—gain full control over straight, elbow and curved connectors....method exposed by the Shapes object. Add a connector using the...method exposed by the Shapes object by defining the connector type...

    docs.aspose.com/slides/java/connector/
  5. Create 7z Archive in Java

    This quick guide explains how to create 7z file in Java. You can make a 7 zip compressed file in Java by adding multiple files or a complete folder with a few API calls....create a 7z archive Declare an object of the SevenZipArchive class... the SevenZipArchive class object is created to initiate the...

    kb.aspose.com/zip/java/create-7z-archive-in-java/
  6. How to Convert XML to PDF in Python

    This brief tutorial covers how to convert XML to PDF in Python. It includes all the details to configure the system environment, program algorithm, and a code snippet to demonstrate the conversion of XML document to PDF in Python with a few lines of code....convert XML to PDF Create an object of the Document class Load...conversion process by creating an object of the Document class and then...

    kb.aspose.com/pdf/python/how-to-convert-xml-to-...
  7. Remove Annotations from PDF in Java

    This article guides on how to remove annotations from PDF in Java. It has the details for IDE settings, list of steps, and a sample code to develop a PDF annotation remover in Java....PDF file into the Document object providing the file name Access...page in the PDF contains an object of the AnnotationCollection...

    kb.aspose.com/pdf/java/remove-annotations-from-...
  8. Convert GeoJSON to KML in C#

    This article guides to convert GeoJSON to KML in C#. It has step wise process, IDE settings, and a running code for GeoJSON to KML converter in C#....ConversionOptions object Initialize the ConversionOptions object and set...

    kb.aspose.com/gis/net/convert-geojson-to-kml-in...
  9. How to Delete Bookmarks in PDF using Java

    This article describes how to delete bookmarks in PDF using Java. It provides all the details to configure the environment, steps to write the application and a runnable sample code that can be used to remove bookmarks in PDF using Java....PDF file into the Document object having a few bookmarks in it...loaded into the document class object, and subsequently the getOutlines()...

    kb.aspose.com/pdf/java/how-to-delete-bookmarks-...
  10. How to Convert PDF to Latex using Python

    This tutorial elaborates on how to convert PDF to Latex in Python. It explains basic information about the setup of the system environment and step-by-step procedure, along with a code snippet to create a PDF to Latex converter using Python....class object Initialize a TeXSaveOptions class object Render...

    kb.aspose.com/pdf/python/how-to-convert-pdf-to-...