Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 94,495 for

object

(0.1 sec)
  1. Extract Images from PDF|Aspose.PDF for PHP via ...

    How to extract a part of the image from PDF using Aspose.PDF for PHP...index returns an XImage object. This object provides a save method...Create a new FileOutputStream object to save the image $outputImage...

    docs.aspose.com/pdf/php-java/extract-images-fro...
  2. Get Resolution and Dimensions of Embedded Image...

    Discover how to extract image resolutions and dimensions from embedded images in PDF files using Aspose.PDF in Java.... Then create an ArrayList object to hold the names of any images...Images property. Create a stack object to hold the image’s graphics...

    docs.aspose.com/pdf/java/get-resolution-and-dim...
  3. Split PDF programmatically|Aspose.PDF for Java

    This topic shows how to split PDF pages into individual PDF files in your Java applications....document through the Document object’s PageCollection collection...Document object and add the individual Page object into the empty...

    docs.aspose.com/pdf/java/split-document/
  4. DocSaveOptions.saveFormat property | Aspose.Wor...

    DocSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options Object is used...saved if this save options object is used. Can be SaveFormat...DocSaveOptions object in a LoadOptions object. expect (() =>...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. DocSaveOptions.save_format property | Aspose.Wo...

    DocSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options Object is used...saved if this save options object is used. Can be SaveFormat...DocSaveOptions object in a LoadOptions object. with self . assertRaises...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Load a font from CFF file | C++

    C++ API solution to load fonts from a file on your hard drive even if this file is not a font inself. Let’s look at how to make it from a CFF file....from the file using FileInfo object Follow the algorithm to fulfill...path to the file. Initiate object passing CFF as value. Get automatically...

    docs.aspose.com/font/cpp/how-to-load-fonts/load...
  7. Convert Mesh to Triangle Mesh and Primitive Sha...

    Aspose.3D for Java API has support to convert mesh to triangle mesh with custom memory layout of the vertex. The custom memory layout of the Vertex is defined dynamically by VertexDeclaration class in the code examples.... // Initialize scene object Scene scene = new Scene ();...(); // Initialize Node class object Node cubeNode = new Node (...

    docs.aspose.com/3d/java/convert-mesh-to-triangl...
  8. OdsoFieldMapDataCollection.add method | Aspose....

    OdsoFieldMapDataCollection.add method. Adds an Object to the end of this collection....add method add(value) Adds an object to the end of this collection...value OdsoFieldMapData The object to add. Cannot be None . See...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Update, Delete and Get Bookmarks|Aspose.PDF for...

    This section explains how to update, delete and get Bookmarkswith Aspose.PDF Facades.... You need to create an object of PdfBookmarkEditor class...all, you need to create an object of PdfBookmarkEditor class...

    docs.aspose.com/pdf/net/update-delete-and-get-b...
  10. Create Bookmarks|Aspose.PDF for .NET

    This section explains how to create bookmarks to your PDF file with Aspose.PDF Facades using PdfBookmarEditor Class....First, you need to create an object of PdfBookmarkEditor class...First, you need to create an object of PdfBookmarkEditor class...

    docs.aspose.com/pdf/net/create-bookmarks/