Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 376,890 for

save

(0.43 sec)
  1. Add Picture Frames to Presentations with Python...

    Add picture frames to PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET. Streamline your workflow and enhance slide designs.... Save the presentation as a PPTX file...image ) # Save the presentation as PPTX. presentation . save ( "picture_frame...

    docs.aspose.com/slides/python-net/picture-frame/
  2. Aspose::Words::LowCode::Splitter::ExtractPages ...

    Aspose::Words::LowCode::Splitter::ExtractPages method. Extracts a specified range of pages from a document stream and Saves the extracted pages to an output stream using the specified Save format in C++....from a document stream and saves the extracted pages to an output...output stream using the specified save format. static void Aspose ::...

    reference.aspose.com/words/cpp/aspose.words.low...
  3. PDF/A-1 Use of PDF 1.4 - Free Support Forum - a...

    Hi, One of our customers has a requisite that PDF/A-1 should be Saved as PDF 1.4. The actual Aspose PDF Saves PDF/A-1 as PDF 1.7, there’s no choice of the PDF version it should Save the document. Adobe specification i…...should be saved as PDF 1.4. The actual Aspose PDF saves PDF/A-1...of the PDF version it should save the document. Adobe specification...

    forum.aspose.com/t/pdf-a-1-use-of-pdf-1-4/309127
  4. Font Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....style ); // Save the Excel file workbook . Save ( outDir + u...std :: cout << "Excel file saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/cells-font-settings/
  5. SaveOptions.temp_folder property | Aspose.Words...

    SaveOptions.temp_folder property. Specifies the folder for temporary files used when saving to a DOC or DOCX file...for temporary files used when saving to a DOC or DOCX file. By default...error(OutOfMemoryException)) Throw if you are saving a very large document (thousands...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Adding Attachment to PDF document|Aspose.PDF fo...

    This page describes how to add an attachment to a PDF file with Java....fileSpecification ); // Save the updated document pdfDocument . save ( "output..."output.pdf" ); } } Extract and Save an Attachment...

    docs.aspose.com/pdf/java/add-attachment-to-pdf-...
  7. Java API to Export PS to DOT | products.aspose.com

    Convert PS to DOT using on premise Java API...class Convert PS to DOC by using save method Load DOC file by using...Aspose.Words Save the document to DOT format using save method and...

    products.aspose.com/total/java/conversion/ps-to...
  8. ShapeBase.AlternativeText | Aspose.Words for .NET

    Discover the ShapeBase AlternativeText property, which enhances accessibility by providing descriptive text for graphics, improving user experience and SEO.... Save ( ArtifactsDir + "Shape.AltText.docx" ); // Save the...of the missing image. doc . Save ( ArtifactsDir + "Shape.AltText...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Export EPUB to PPSX in Android | products.aspos...

    Android API to Convert EPUB to PPSX without using Microsoft Word... It also helps them to save time and effort, as they don’t...Convert EPUB to PPTX by using save method Load PPTX document by...

    products.aspose.com/total/android-java/conversi...
  10. Set PDF file information - facades|Aspose.PDF f...

    This section explains how to set PDF file information with Aspose.PDF Facades using PdfFileInfo Class.... Finally, save the updated PDF file using saveNewInfo(...setCreator ( "Aspose" ); // Save updated file fileInfo . saveNewInfo...

    docs.aspose.com/pdf/java/set-pdf-information/