Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 97,363 for

object

(0.9 sec)
  1. Convert GIF to PDF in Python

    Follow this article to transform GIF to PDF in Python. It has details to set the IDE, a list of steps, and a sample code for developing a GIF file to PDF converter in Python....Create a new Document class object to hold the output PDF file...created PDF file Create an object of the Image class from the...

    kb.aspose.com/pdf/python/convert-gif-to-pdf-in-...
  2. How to Insert Signature in PowerPoint using Python

    This article provides details about how to insert signature in PowerPoint using Python. All the details related to the configuration, program flow, and a runnable sample code to add digital signature to PowerPoint using Python are provided....the DigitalSignature class object using the PFX file along with...using the Presentation class object for adding signature Add the...

    kb.aspose.com/slides/python/how-to-insert-signa...
  3. How to Convert CDR to PSD in Java

    In this quick tutorial you will learn how to convert CDR to PSD in Java. It will assist you to write CDR to PSD converter software in Java using a few lines of code only....conversion Using the CdrImage object, load the source CDR file Instantiate...Instantiate the PsdOptions object to set parameters of the output...

    kb.aspose.com/imaging/java/how-to-convert-cdr-t...
  4. How to Resize a Picture in Word using C#

    This article describes how to resize a picture in Word using C#. It shares details about the IDE configuration, a step-wise process and a runnable sample code to resize picture in Word using C#....file using the Document class object to add resized photos Instantiate...Instantiate the DocumentBuilder class object for the newly created document...

    kb.aspose.com/words/net/how-to-resize-a-picture...
  5. Convert GIF to PDF using C#

    Follow this article to convert GIF to PDF using C#. It has details to set the IDE, a list of steps, and a sample code for developing a GIF file to PDF converter using C#....output PDF file name Create an object Document class and add a page...page to it Create an image object from the Aspose.PDF library...

    kb.aspose.com/pdf/net/convert-gif-to-pdf-using-...
  6. Aspose queries - Free Support Forum - aspose.com

    Hi I have a few queries with Aspose. Can you please help me with - Is there a way I can generate slides using Aspose slides using Microsoft Office 2016 Styling ? I need to copy paste a chart from Excel to Powerpoint a…...a proper chart, not an OLE object. I am using aspose cells and...embed that Excel file as an OLE object. Finally, you may overlay the...

    forum.aspose.com/t/aspose-queries/311420
  7. Smartly Importing Nested Objects into Excel Wit...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....AI Smartly Importing Nested Objects into Excel With Smart Markers...Contents [ Hide ] Why Use Nested Objects for Smart Markers Smart Markers...

    docs.aspose.com/cells/net/how-to-import-nested-...
  8. FieldUserName Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldUserName class for seamless USERNAME field integration. Enhance document automation with powerful features today!...{ get; } Gets a FieldFormat object that provides typed access...// Create a UserInformation object and set it as the source of...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Convert PDF to Images formats|Aspose.PDF for Java

    Discover how to convert PDF pages into image formats like PNG, JPEG, and TIFF using Aspose.PDF for Java....single TIFF image: Create an object of the Document class. Call...documentFileName ); // Create Resolution object Resolution resolution = new...

    docs.aspose.com/pdf/java/convert-pdf-to-images-...
  10. Clone Presentation Slides in .NET|Aspose.Slides...

    Quickly duplicate PowerPoint slides with Aspose.Slides for .NET. Follow our clear code examples to automate PPT creation in seconds and eliminate manual work....of ISlide objects) exposed by the Presentation object provides...exposed by the Presentation object. Call the AddClone method exposed...

    docs.aspose.com/slides/net/clone-slides/