Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 96,138 for

object

(0.6 sec)
  1. Add Text stamps in PDF programmatically|Aspose....

    Add a text stamp to a PDF file using the TextStamp class with Java....and font color etc for stamp object. In order to add text stamp...create a Document object and a TextStamp object using required methods...

    docs.aspose.com/pdf/java/text-stamps-in-the-pdf...
  2. Embed Attachment to PDF with C++|Documentation

    Learn how to embed attachments into PDF using Aspose.Cells with C++....Excel, you can insert an Ole Object with source data ( embedde...xlsx ). Double‑click the Ole Object, and the embedded file will...

    docs.aspose.com/cells/cpp/embed-attachment-to-pdf/
  3. Public API Changes in Aspose.PDF for Java 9.3.0...

    Explore the public API changes introduced in Aspose.PDF for Java 9.3.0 to enhance your PDF document handling with the latest capabilities....Canvas class added method public Object deepClone() In Cell class added...setNoBorder(boolean value) public Object completeClone() In DocumentAttachment...

    docs.aspose.com/pdf/java/public-api-changes-in-...
  4. How to Convert PDF to TIFF using Python

    This article briefs on how to convert pdf to tiff using python. For conversion of PDF to TIFF Python sample code along with description and IDE settings are provided....Document class object Create a Resolution class object to set the...Instantiate the TiffSettings object to set other properties of...

    kb.aspose.com/pdf/python/how-to-convert-pdf-to-...
  5. Drawing Images using GraphicsPath|Documentation

    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....it can be considered as an object that contains metadata that...or shapes in a GraphicsPath object. When the GraphicsPath has...

    docs.aspose.com/imaging/python-net/drawing-imag...
  6. Convert Text to PDF|Aspose.PDF for Android via ...

    Aspose.PDF for Android via Java allows you to convert plain text file to PDF or to convert pre-formatted text file to PDF.... Instantiate Document object and add a new page in the Pages...new object of TextFragment and pass StringBuilder object to its...

    docs.aspose.com/pdf/androidjava/convert-text-to...
  7. GlowFormat class | Aspose.Words for Node.js

    Aspose.Words.Drawing.GlowFormat class. Represents the glow formatting for an Object....the glow formatting for an object. Remarks Use the ShapeBase...access glow properties of an object. You do not create instances...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Java load font TTF file | Java

    Here you will learn how with the help of Aspose.Font for Java to load font from a TTF file on your hard drive disk even if this file is not a font inself....using FileSystemStreamSour object Take the next steps to fulfil...path to the file. Initiate object. Set to ttf . Load the font...

    docs.aspose.com/font/java/how-to-load-fonts/loa...
  9. MailMerger.ExecuteWithRegionsToImages | Aspose....

    Effortlessly merge data from a DataTable into documents with MailMerger ExecuteWithRegionsToImages, transforming your content into stunning images.... Add ( new object [] { "John" , "Doe" }); dataTable...dataTable . Rows . Add ( new object [] { "" , "" }); dataTable...

    reference.aspose.com/words/net/aspose.words.low...
  10. Working with Actions|Aspose.PDF for Java

    This section explains how to add actions to the document and form fields programmatically with Java. Learn how to Add, Create, and Get Hyperlink in a PDF File....documents: Create a Document Class object. Get the Page Class you want...LinkAnnotation object using the Page and Rectangle objects. The rectangle...

    docs.aspose.com/pdf/java/actions/