Sort Score
Result 10 results
Languages All
Labels All
Results 2,911 - 2,920 of 90,710 for

object

(0.11 sec)
  1. How to Create a PDF Booklet using C#

    This article describes how to create a PDF booklet using C#. It has details about the IDE settings, a list of steps for application development, and a runnable sample code to make booklet from PDF using C#....create a booklet Instantiate an object of the PdfFileEditor class...is commenced by creating an object of PdfFileEditor class that...

    kb.aspose.com/pdf/net/how-to-create-a-pdf-bookl...
  2. Convert AI to TIFF in C#

    Use this topic to covert AI to TIFF in C#. Get the configuration settings, a list of steps, and a working example to export AI to TIFF in C#....instance of the AiImage class object to open the source ai file...disk Use the TiffOptions class object to set the desired TIFF image...

    kb.aspose.com/psd/net/convert-ai-to-tiff-in-csh...
  3. Insert a Table of Contents in Word using C#

    Insert a table of contents in Word using C#. Get details to configure the IDE, a list of steps, and a sample code to add a table of contents in Word using C#....Document object and initialize the DocumentBuilder object Add the...configure the DocumentBuilder class object that supports adding a table...

    kb.aspose.com/words/net/insert-a-table-of-conte...
  4. Add Slides to Presentations in Java|Aspose.Slid...

    Easily add slides to your PowerPoint and OpenDocument presentations using Aspose.Slides for Java—seamless, efficient slide insertion in seconds....Slide objects) property exposed by the Presentation object. Add...exposed by ISlideCollection object. Do some work with the newly...

    docs.aspose.com/slides/java/add-slide-to-presen...
  5. Add Slides to Presentations in PHP|Aspose.Slide...

    Easily add slides to your PowerPoint and OpenDocument presentations using Aspose.Slides for PHP via Java — seamless, efficient slide insertion in seconds....Slide objects) property exposed by the Presentation object. Add...exposed by ISlideCollection object. Do some work with the newly...

    docs.aspose.com/slides/php-java/add-slide-to-pr...
  6. Add Bookmark to PDF using Java | Aspose.PDF

    Add bookmark to PDF programmatically with Java sample code using Aspose.PDF for Java...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/java/bookmarks/
  7. How to apply/set text alignment to textbox with...

    How to apply/set text alignment to textbox in Aspose.Cells for Node.js via C++....don’t have a lot of TextBox objects to tweak, you’re in luck. If...// Instantiating a Workbook object const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/applying-text-...
  8. Preparing content for recognition|Documentation

    How to prepare a batch of images, PDF documents, URLs and other content for recognition.... The object constructor takes the type...relative paths, as BufferedImage objects, or as arrays of pixels . You...

    docs.aspose.com/ocr/java/ocrinput/
  9. How to Create PowerPoint Slides in HTML using Java

    This short tutorial provides information on how to create PowerPoint slides in HTML using Java. It enables you to generate slides in HTML in Java with the help of a step-wise process and runnable sample code....Presentation class object Create a Slide class object and add a diamond...that we need to create the object of Presentation, ISlide, IAutoShape...

    kb.aspose.com/slides/java/how-to-create-powerpo...
  10. How to Decrypt PDF in Java

    This short tutorial describes how to decrypt PDF in Java. It provides all the necessary details to establish the environment, steps to write the application, and a runnable sample code to decrypt password protected PDF in Java....Instantiate the PdfFileInfo class object to test the encryption status...Bind the PdfFileSecurity class object with the source PDF file Decrypt...

    kb.aspose.com/pdf/java/how-to-decrypt-pdf-in-java/