Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 91,327 for

object

(0.14 sec)
  1. Extract and Save an Attachment|Aspose.PDF for Java

    Aspose.PDF for Java allows you to get all attachments from a PDF document. Also, you can get an individual attachment from your document.... n ); // Close InputStream object input . close (); output ....printStackTrace (); } // Close Document object pdfDocument . dispose (); }...

    docs.aspose.com/pdf/java/extract-and-save-an-at...
  2. JSON markup|Documentation

    Use the most popular data interchange format for describing machine-readable forms as nested data structures....According to the The JavaScript Object Notation (JSON) Data Interchange...JSON stands for JavaScript Object Notation . As the name suggest...

    docs.aspose.com/omr/cpp/design-form/json-markup/
  3. How to Convert PowerPoint to Word in C#

    This short tutorial guides on how to convert PowerPoint to Word in C#. It shares all the necessary steps, resources and runnable sample code to transform PowerPoint into Word in C# with the help of a few API calls only....Presentation class object Create a memory stream object Save the loaded...stream Create LoadOptions class object to control the loading of the...

    kb.aspose.com/slides/net/how-to-convert-powerpo...
  4. 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...
  5. PDF Format Conversion Solution for Node.js | As...

    Convert PDF to DOCX, DOC, PPTX, PNG, TIFF, EPUB, TEX, SVG, CSV & more using Node.js... It takes an event object as a parameter, which contains...element. It creates a FileReader object and assigns a callback function...

    products.aspose.com/pdf/nodejs-cpp/conversion/
  6. Aspose::Words::Drawing::OleFormat::get_Suggeste...

    Aspose::Words::Drawing::OleFormat::get_SuggestedFileName method. Gets the file name suggested for the current embedded Object if you want to save it into a file in C++....suggested for the current embedded object if you want to save it into...Examples Shows how to get an OLE object’s suggested file name. auto...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. OdsoRecipientDataCollection.add method | Aspose...

    OdsoRecipientDataCollection.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 OdsoRecipientData The object to add. Cannot be null . See...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Working with Backgrounds as Artifacts with Pyth...

    Add background image to the your PDF file with Python. Use the BackgroundArtifact class....background image to a page object. The following code snippet...using the BackgroundArtifact object with Python. import aspose...

    docs.aspose.com/pdf/python-net/add-backgrounds/
  9. Printing Workbooks in Aspose.Cells|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....//Instantiating a Workbook object Workbook workbook = new Workbook.../data/test.xlsx" ); //Create an object for ImageOptions ImageOrPrintOptions...

    docs.aspose.com/cells/net/printing-workbooks-in...
  10. Manage Header and Footer|Aspose.PDF for Java

    Learn how to add, remove, or modify headers and footers in a PDF document using Aspose.PDF in Java....header, you first need to create object of PdfFileStamp class. You...() { // Create PdfFileStamp object PdfFileStamp fileStamp = new...

    docs.aspose.com/pdf/java/manage-header-and-footer/