Sort Score
Result 10 results
Languages All
Labels All
Results 2,921 - 2,930 of 368,137 for

save

(0.41 sec)
  1. Add and Delete Bookmarks|Aspose.PDF for C++

    Learn how to manage bookmarks in PDF files, including adding and deleting, using C++ and Aspose.PDF for better document navigation....Finally, you need to save the updated PDF using Save method of the PdfBookmarkEditor...method and then save the updated PDF file using Save method. The...

    docs.aspose.com/pdf/cpp/add-and-delete-bookmarks/
  2. Create Presentations in C++|Aspose.Slides Docum...

    Create presentations in C++ with Aspose.Slides—produce PPT, PPTX, and ODP files, benefit from OpenDocument support, and Save them programmatically for reliable results....formats can I save a new presentation to? You can save to PPTX, PPT...from a template (POTX/POTM) and save as a regular PPTX? Yes. Load...

    docs.aspose.com/slides/cpp/create-presentation/
  3. Aspose::Words::Saving::OoxmlCompliance enum | A...

    Aspose::Words::Saving::OoxmlCompliance enum. Allows to specify which OOXML specification will be used when saving in the DOCX format in C++....Aspose::Words::Saving::OoxmlCompliance enum Contents [ Hide ]...specification will be used when saving in the DOCX format. enum class...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Import Presentations from PDF or HTML in JavaSc...

    Import PDF and HTML documents into PowerPoint and OpenDocument presentations with Aspose.Slides for Node.js for seamless, high-performance slide processing.... Use the save() method to save the file in the PowerPoint...addFromPdf ( "InputPDF.pdf" ); pres . save ( "OutputPresentation.pptx"...

    docs.aspose.com/slides/nodejs-java/import-prese...
  5. Aspose::Words::Fields::FieldSaveDate class | As...

    Aspose::Words::Fields::FieldSaveDate class. Implements the SaveDATE field. To learn more, visit the documentation article in C++....of the document’s most recent save operation performed using Microsoft...Date this document was last saved:" ); // We can use the SAVEDATE...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. SvgSaveOptions.resources_folder_alias property ...

    SvgSaveOptions.resources_folder_alias property. Specifies the name of the folder used to construct image URIs written into an SVG document... Remarks When you save a Document in SVG format, Aspose...Aspose.Words needs to save all images embedded in the document...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Add Line Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a line object to your PDF using Aspose.PDF for .NET.... Save your PDF file. The following...( line ); // Save PDF document document . Save ( dataDir + "AddLineObject_out...

    docs.aspose.com/pdf/net/add-line/
  8. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions.... Save ( "output.pptx" , SaveFormat...StartShapeConnection = wantedIndex ; } input . Save ( "output.pptx" , SaveFormat...

    docs.aspose.com/slides/net/public-api-and-backw...
  9. Merger.merge_streams method | Aspose.Words for ...

    aspose.words.lowcode.Merger.merge_streams method...merge_streams(output_stream, input_streams, save_format) Merges the given input...input_streams : List [ io . BytesIO ], save_format : aspose . words . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Alignment Settings with C++|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text. By adjusting settings such as horizontal alignment, vertical alignment, and text wrapping, you have more control over how text flows in cells. This document will provide you with detailed steps and sample code to help you quickly grasp how to use Aspose.Cells for cell alignment settings....style ); // Save the Excel file workbook . Save ( outDir + u...std :: cout << "Excel file saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/cells-alignment-setti...