Sort Score
Result 10 results
Languages All
Labels All
Results 5,651 - 5,660 of 375,788 for

save

(1.51 sec)
  1. Unfreeze Rows or Columns of an Excel Worksheet ...

    In this article, you will learn how to unfreeze rows, columns, or panes of Excel worksheets programmatically using the Aspose.Cells for C++ API.... Save the file. #include <iostream>...( 0 ). UnFreezePanes (); // Save the modified workbook U16String...

    docs.aspose.com/cells/cpp/unfreeze-rows-or-colu...
  2. Export CGM to POT in Android | products.aspose.com

    Android API to Convert CGM to POT without using Microsoft Word...Convert CGM to PPTX by using save method Load PPTX document by...Presentation class Save the document to POT format using save method and...

    products.aspose.com/total/android-java/conversi...
  3. Hyperlink|Aspose.Slides for PHP Documentation

    Add, edit, and remove hyperlinks in PHP with Aspose.Slides: link text, shapes, slides, URLs and email; set targets and actions for PPT, PPTX and ODP....com" )); $presentation -> save ( "hyperlink.pptx" , SaveFormat...setHyperlinkClick ( null ); $presentation -> save ( "hyperlink_removed.pptx" ...

    docs.aspose.com/slides/php-java/examples/elemen...
  4. Java Create PDF Files | Create Free Online PDF ...

    Learn how to create PDF in Java with this comprehensive guide. We'll walk you through the process step by step and provide code snippets for creating professional and dynamic PDF files.... Save the PDF file using Document.save(String) method...Use the Document.save(String) method to save the PDF document...

    blog.aspose.com/pdf/create-pdf-files-in-java/
  5. Markdown export: compound NumberFormat not expa...

    Markdown export: compound NumberFormat not expanded + ExtractPages resets sub-level counters Environment Aspose.Words version: 25.11.0 .NET target: net8.0 Attached files: repro_source.docx, BugReport.cs Context We con…...happens on a plain full-document Save — no ExtractPages involved....doc.UpdateFields() . Call doc.Save("output.md", new MarkdownSaveOptions())...

    forum.aspose.com/t/markdown-export-compound-num...
  6. Export MSG to ODT via C++ | products.aspose.com

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

    products.aspose.com/total/cpp/conversion/msg-to...
  7. Convert HTML To EPUB C++

    Convert HTML to EPUB format in C++ code. Save HTML as EPUB using C++.... Save HTML as EPUB in C++ The following...output file and use the Save() method to save the result as EPUB....

    products.aspose.com/words/cpp/conversion/html-t...
  8. Convert HTML To DOCX C++

    Convert HTML to DOCX format in C++ code. Save HTML as DOCX using C++.... Save HTML as DOCX in C++ The following...output file and use the Save() method to save the result as DOCX....

    products.aspose.com/words/cpp/conversion/html-t...
  9. Create or Add Table In PDF|Aspose.PDF for PHP v...

    Explore how to insert a table into an existing PDF document in PHP using Aspose.PDF for enhanced data organization....first page of input document Save the file. The following code...$table ); // Save resulting PDF document. $document -> save ( $outputFile...

    docs.aspose.com/pdf/php-java/add-table-in-exist...
  10. Working with Shapes in PS file | Java

    How to add shapes to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...already created output stream and save options. Create a rectangle...the rectangle. Close the page. Save the document. If we need to...

    docs.aspose.com/page/java/ps/working-with-shapes/