Sort Score
Result 10 results
Languages All
Labels All
Results 2,501 - 2,510 of 87,573 for

object

(0.11 sec)
  1. Convert various Images formats to PDF|Aspose.PD...

    This topic show you how to Aspose.PDF for C++ library allows to convert various images formats to PDF....instance of a new Document object is created. Add a new Page...created. The Aspose.PDF BMP object is initialized using the input...

    docs.aspose.com/pdf/cpp/convert-images-format-t...
  2. Make Booklet of PDF|Aspose.PDF for .NET

    This section explains how to make booklet of PDF with Aspose.PDF Facades using PdfFileEditor class....(); // Create PdfFileEditor object var pdfEditor = new Aspose...(); // Create PdfFileEditor object var pdfEditor = new Aspose...

    docs.aspose.com/pdf/net/make-booklet-of-pdf/
  3. DocumentBuilder.InsertOnlineVideo | Aspose.Word...

    Effortlessly add and scale online videos in your documents with DocumentBuilder's InsertOnlineVideo method for enhanced engagement and creativity....WrapType ) Inserts an online video object into the document and scales...other settings using the Shape object returned by this method. Insertion...

    reference.aspose.com/words/net/aspose.words/doc...
  4. DigitalSignatureDetails Class | Aspose.Words fo...

    Discover the Aspose.Words.Saving.DigitalSignatureDetails class for seamless digital document signing. Enhance security and authenticity effortlessly!...or sets a CertificateHolder object that contains the certificate...Gets or sets a SignOptions object used to sign a document. Examples...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Add Text to an existing PDF file in PHP|Aspose....

    Learn how to add new text to an existing PDF document in PHP using Aspose.PDF for content enhancement....Code # Instantiate Document object $doc = new Document ( $dataDir...14 ); # create TextBuilder object $text_builder = new TextBuilder...

    docs.aspose.com/pdf/java/add-text-to-an-existin...
  6. Add PDF Page Stamp|Aspose.PDF for .NET

    Discover how to add stamps to PDF pages in .NET, including text and images, for watermarking or branding using Aspose.PDF.... you first need to create objects of PdfFileStamp and Stamp classes...background etc. using Stamp object as well. Then you can add the...

    docs.aspose.com/pdf/net/add-pdf-page-stamp/
  7. Create Pivot Tables and Pivot Charts|Documentation

    Create Pivot Tables and Pivot Charts with Aspose.Cells for Java API....PivotTable objects, which act as a PivotTable object’s basic building...collection of all the PivotField objects in a pivot table. PivotTable...

    docs.aspose.com/cells/java/create-pivot-tables-...
  8. Add TOC to Existing PDF in Ruby|Aspose.PDF for ...

    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.... insert ( 1 ) # Create object to represent TOC information...toc_info ) # Create string objects which will be used as TOC elements...

    docs.aspose.com/pdf/java/add-toc-to-existing-pd...
  9. Extracting handwritten text|Documentation

    How to extract text from notes, memos, checks and other handwritten documents....OcrInput object and returns a RecognitionResult object containing...(); // Add images to OcrInput object Aspose . OCR . OcrInput input...

    docs.aspose.com/ocr/net/recognition/read-handwr...
  10. Example of Hello World using C# language|Aspose...

    This sample demonstrates how to create a simple PDF document with text Hello World using Aspose.PDF...a Document object. Add a Page to document object. Create a TextFragment...TextFragment object. Add TextFragment to Paragraph collection...

    docs.aspose.com/pdf/net/hello-world-example/