Sort Score
Result 10 results
Languages All
Labels All
Results 3,101 - 3,110 of 368,031 for

save

(0.35 sec)
  1. Convert Presentations to HTML5 in Python|Aspose...

    Export PowerPoint & OpenDocument presentations to responsive HTML5 with Aspose.Slides for Python via .NET. Preserve formatting, animations, and interactivity.... save ( "index.html" , slides . export...animate_transitions = False presentation . save ( "index.html" , slides . export...

    docs.aspose.com/slides/python-net/export-to-html5/
  2. Manage SmartArt Shape Nodes in Presentations in...

    Manage SmartArt shape nodes in PPT and PPTX with Aspose.Slides for .NET. Get clear code samples and tips to streamline your presentations.... Save the Presentation. // Load the...Added" ; } } // Saving Presentation pres . Save ( "AddSmartArtNode_out...

    docs.aspose.com/slides/net/manage-smartart-shap...
  3. Convert Excel to HTML with tooltip using C++|Do...

    Convert Excel to HTML while adding tooltips with Aspose.Cells using C++....xlsx" ); // Setup HTML save options HtmlSaveOptions options...text in output // Save as HTML workbook . Save ( outputDir + u...

    docs.aspose.com/cells/cpp/convert-excel-to-html...
  4. Avoid Blank Page in Output PDF when there is No...

    Learn how to avoid blank pages in output PDF when there is nothing to print using Aspose.Cells for Node.js via C++....file is empty and the user saves it to PDF using Aspose.Cells...an empty workbook and then saves it as PDF after setting the...

    docs.aspose.com/cells/nodejs-cpp/avoid-blank-pa...
  5. Disable CSS while saving to HTML with Node.js v...

    Learn how to disable CSS while saving Excel files to HTML using Aspose.Cells for Node.js via C++....Ask AI Disable CSS while saving to HTML with Node.js via C++...Possible Usage Scenarios When you save your Excel file to a single‑page...

    docs.aspose.com/cells/nodejs-cpp/disable-css-wh...
  6. Replacer.replace_to_images method | Aspose.Word...

    aspose.words.lowcode.Replacer.replace_to_images method...replace_to_images(input_file_name, save_options, pattern, replacement)...input_file_name : str , save_options : aspose . words . saving . ImageSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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/
  8. Refresh Values of Linked Shapes with Node.js vi...

    Learn how to refresh the values of linked shapes in Excel using Aspose.Cells for Node.js via C++....js via C++ if you want to save your workbook in XLS or XLSX...format. However, if you want to save your workbook in PDF or HTML...

    docs.aspose.com/cells/nodejs-cpp/refresh-values...
  9. Create and Load a OneNote Document | Aspose.Not...

    This guide provides instructions on how to create and load a OneNote document for developers working with the .NET platform....for Net Framework Loading, Saving and Converting Create and Load...formats. Create a OneNote and Save into HTML Format Aspose.Note...

    docs.aspose.com/note/net/create-and-load-a-onen...
  10. Add Circle Object to PDF file|Aspose.PDF for Java

    This article explains how to create a circle object to your PDF using Aspose.PDF for Java....paragraphs collection of page Save our PDF file public static void...( graph ); // Save PDF file pdfDocument . save ( _dataDir + "DrawingCircle1_out...

    docs.aspose.com/pdf/java/add-circle/