Sort Score
Result 10 results
Languages All
Labels All
Results 5,281 - 5,290 of 347,031 for

save

(0.09 sec)
  1. Convert ICS to XPS in Python | products.aspose.com

    Save ICS to XPS in your Python applications without using Microsoft Outlook or Word...load the converted HTML and save it into the respective Word...package that can help developers save time and effort when dealing...

    products.aspose.com/total/python-net/conversion...
  2. Cell.first_paragraph property | Aspose.Words fo...

    Cell.first_paragraph property. Gets the first paragraph among the immediate children.... save ( file_name = ARTIFACTS_DIR...append_child ( inner_table ) doc . save ( ARTIFACTS_DIR + 'Table.create_nested_table...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Using extra types of PDF annotations|Aspose.PDF...

    Discover how to add extra annotations to PDF documents in Java with Aspose.PDF for more interactive documents.... save ( _dataDir + "sample_caret.pdf"...delete ( ca ); } document . save ( _dataDir + "sample_caret_del...

    docs.aspose.com/pdf/java/extra-annotations/
  4. Working with Gradient in PostScript | C++

    Adding gradient in PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in C++...already created output stream and save options. Create the necessary...be ignored. Close the page. Save the document. If we need stroking...

    docs.aspose.com/page/cpp/ps/working-with-gradient/
  5. PDF Sticky Annotations using C++|Aspose.PDF for...

    This topic about Sticky annotations, as an example we shows the Watermark Annotation in the text. It uses to represent graphics on the page. Check code snippet to resolve this task...."Demo" }), ts ); //Save the Document document -> Save ( _dataDir +...Delete ( wa ); } document -> Save ( _dataDir + u "sample_watermark_del...

    docs.aspose.com/pdf/cpp/sticky-annotations/
  6. Manipulating Photoshop Formats|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....Imaging lets you save files to PSD so that they can...PhotoShop. This article shows how to save a file to PSD with Aspose.Imaging...

    docs.aspose.com/imaging/python-net/manipulating...
  7. Public API Changes in Aspose.Cells 16.12.0|Docu...

    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....Mediu ); //Save the output excel file wb -> Save ( outputPath...charValue ()); //Save the output excel file wb -> Save ( outputPath...

    docs.aspose.com/cells/go-cpp/public-api-changes...
  8. How to Create Mapi Contact using Java

    In this example, we will learn how to create Mapi Contact using Java by following the well defined steps and using the example code. One can easily add Mapi Contact in Java with the help of very simple API calls....user image for added contact Save the contact information as an...an MSG file on the disk Save the contact information as a VCF...

    kb.aspose.com/email/java/how-to-create-mapicont...
  9. Aspose::Words::Drawing::Shape::get_HasImage met...

    Aspose::Words::Drawing::Shape::get_HasImage method. Returns true if the shape has image bytes or links an image in C++....images from a document, and save them to the local file system...shapes from the document, // and save the image data of every shape...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Using Text Annotation for PDF via Python|Aspose...

    Aspose.PDF for Python allows you to Add, Get, and Delete Text Annotation from your PDF document.... save ( output_file ) Get Text Annotation...annotations . delete ( ta ) document . save ( output_file ) How to add (or...

    docs.aspose.com/pdf/python-net/text-annotation/