Sort Score
Result 10 results
Languages All
Labels All
Results 2,221 - 2,230 of 380,304 for

save

(0.52 sec)
  1. Export EMAIL to WORD via C++ | products.aspose.com

    C++ API to Convert EMAIL to WORD without using Microsoft Word or Outlook...Convert EMAIL to HTML by using Save member function Load HTML by...Document class Save the document to DOCX format using Save method and...

    products.aspose.com/total/cpp/conversion/email-...
  2. Aspose::Words::Fonts::TableSubstitutionRule::Lo...

    Aspose::Words::Fonts::TableSubstitutionRule::LoadLinuxSettings method. Loads predefined table substitution settings for Linux platform in C++....LINQ_ToArray ()); // We can save the table in the form of an...document. tableSubstitutionRul -> Save ( get_ArtifactsDir () + u "FontSettings...

    reference.aspose.com/words/cpp/aspose.words.fon...
  3. Document.PageCount | Aspose.Words for .NET

    Discover the Document PageCount property, which reveals the total page count based on the latest layout, ensuring accurate document management and insights....fixed page save format, // such as .pdf. So you can save some time...more complex documents. doc . Save ( ArtifactsDir + "Document.GetPageCount...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Manage Chart Data Series in Presentations in .N...

    Learn how to manage chart series in C# for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations....the overlap setting, and then save the result as a PPTX file: sbyte...ParentSeriesGroup . Overlap = overlap ; } // Save the presentation file to disk...

    docs.aspose.com/slides/net/chart-series/
  5. Move Field|Aspose.PDF for Python via .NET

    Move an existing form field to a different position in a PDF document.... Save the modified document. from..., 620 ) # Save updated document form_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/move-field/
  6. ShapeBase.alternativeText property | Aspose.Wor...

    ShapeBase.alternativeText property. Defines alternative text to be displayed instead of a graphic.... save ( base . artifactsDir + "Shape..."Shape.AltText.docx" ); // Save the document to HTML, and then delete...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ImageData.ImageType | Aspose.Words for .NET

    Discover the ImageData ImageType property to easily identify image types and enhance your image handling capabilities. Boost your development efficiency today!...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/net/aspose.words.dra...
  8. Convert OneNote to image | Aspose.Note Document...

    This page provides details on how to convert OneNote files into images....for Net Framework Loading, Saving and Converting Convert OneNote...image Contents [ Hide Show ] Save OneNote to image format Time...

    docs.aspose.com/note/net/convert-onenote-to-image/
  9. Working with Portfolio in PDF|Aspose.PDF for C++

    Create a PDF Portfolio with Aspose.PDF for C++. You should use a Microsoft Excel File, a Word document, and an image file to create a PDF Portfolio....the Document class’ Save method to save the portfolio document...image ); // Save Portfolio document pdfDocument -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/portfolio/
  10. Flatten All Fields|Aspose.PDF for Python via .NET

    This example demonstrates how to flatten all form fields in a PDF using Aspose.PDF for Python via .NET. It shows how to bind a PDF document, convert every interactive form element into static page content, and Save the finalized file.... Save the updated Document. from io...flatten_all_fields () # Save updated PDF pdf_form . save ( outfile ) Flatten...

    docs.aspose.com/pdf/python-net/flatten-all-fields/