Sort Score
Result 10 results
Languages All
Labels All
Results 3,131 - 3,140 of 94,269 for

object

(0.1 sec)
  1. How to Change PDF Metadata using Java

    This article contains information on how to change PDF metadata using Java. It has details about setting the IDE, a list of tasks for developing the application, and a runnable sample code to edit PDF properties using Java....PDF file into the document object for editing the properties...properties Populate the DocumentInfo object by linking it with the loaded...

    kb.aspose.com/pdf/java/how-to-change-pdf-metada...
  2. How to ZIP Folder in C#

    This quick tutorial guides you on how to ZIP folder in C#. To zip folder C# code, detailed steps and configuration requirements are mentioned briefly....Instantiate a FileStream class object with output ZIP file name Instantiate...Instantiate a ZIP Archive file object Create entries in the archive...

    kb.aspose.com/zip/net/how-to-zip-folder-in-csharp/
  3. How to Convert HTML to PDF in Python

    This simple how-to tutorial focuses on how to convert HTML to PDF in Python along with steps to configure the environment on your end. In order to generate PDF from HTML Python based API providing simple API interface has been used....Document class object Instantiate the PdfSaveOptions object and set...file using the Document class object. The PdfSaveOptions will be...

    kb.aspose.com/words/python/how-to-convert-html-...
  4. Convert USDZ to DXF via C# | products.aspose.com

    Convert USDZ & other 3D files using .NET API...Conversion // load the USDZ in an object of Scene var scene = new Aspose...Format) USDZ TO OBJ (Wavefront 3D Object File) USDZ TO PDF (Portable...

    products.aspose.com/3d/net/conversion/usdz-to-dxf/
  5. Add Bookmark to PDF using Python | Aspose.PDF

    Add Bookmarks to PDF Programmatically with Python Using Aspose.PDF for Python for .NET...PDF document using Document object. Create a bookmark and define...bookmark using a ‘GoToAction’ object. After, add it to the document...

    products.aspose.com/pdf/python-net/bookmarks/
  6. Insert Shape in Word using Python

    This article assists on how to insert shape in Word using Python. It has the IDE settings, steps, and a sample code showing how to draw a straight line in Word using Python....shapes Link a DocumentBuilder object with it Insert inline shape...the OoxmlSaveOptions class object Save the output DOCX These...

    kb.aspose.com/words/python/insert-shape-in-word...
  7. SubDocument class | Aspose.Words for Python

    aspose.words.SubDocument class. Represents a SubDocument - which is a reference to an externally stored document...Words Document Object Model (DOM) documentation article...Node ) range Returns a Range object that represents the portion...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Stroke.backThemeColor property | Aspose.Words f...

    Stroke.backThemeColor property. Gets or sets a ThemeColor Object that represents the stroke background color....property Gets or sets a ThemeColor object that represents the stroke...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. BookmarkStart.bookmark property | Aspose.Words ...

    BookmarkStart.bookmark property. Gets the facade Object that encapsulates this bookmark start and end....bookmark property Gets the facade object that encapsulates this bookmark...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to Convert HTML to JPG in Java

    This brief tutorial describes how to convert HTML to JPG in Java by providing detailed steps to configure the environment and a sample code. To convert HTML to JPG Java code demonstrates loading an HTML file and saving it as PNG image....HTML using HTMLDocument class object to convert it to JPG Initialize...instantiating ImageSaveOptions class object to configure the output image...

    kb.aspose.com/html/java/how-to-convert-html-to-...