Sort Score
Result 10 results
Languages All
Labels All
Results 3,661 - 3,670 of 369,804 for

save

(0.12 sec)
  1. FontSavingArgs class | Aspose.Words for Python

    aspose.words.saving.FontSavingArgs class. Provides data for the [IFontSavingCallback.font_saving()](../ifontsavingcallback/font_saving/#fontsavingargs) event...font_saving() event. To learn more, visit the Save a Document... Remarks When Aspose.Words saves a document to HTML or related...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Merge POT Files via C++ | products.aspose.com

    C++ example code to combine POT documents on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.... Use Save() method to save at specified path System...e); } // Save the presentation presentation1->Save(outputFilePath...

    products.aspose.com/slides/cpp/merger/pot/
  3. Merge PPS Files via C++ | products.aspose.com

    C++ example code to combine PPS documents on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.... Use Save() method to save at specified path System...e); } // Save the presentation presentation1->Save(outputFilePath...

    products.aspose.com/slides/cpp/merger/pps/
  4. Formatting PDF Document using C#|Aspose.PDF for...

    Create and format the PDF Document with Aspose.PDF for .NET. Use the next code snippet to resolve your tasks.... Save the updated PDF file using the Save method. Properties...UseThumbs ; // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/formatting-pdf-document/
  5. Convert PowerPoint Slides to PNG in C++|Aspose....

    Convert PowerPoint presentations to high-quality PNG images quickly with Aspose.Slides for C++, ensuring precise, automated results....the IImage::Save(String, ImageFormatPtr method to save the slide...index ); slide -> GetImage () -> Save ( fileName , ImageFormat ::...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  6. Aspose.Diagram Font Operations|Documentation

    This page describes how to manipulate fonts with Aspose.Diagram library.... During saving of the drawing the instance...warnings produced during drawing save. HandleDocumentWarnin callback...

    docs.aspose.com/diagram/net/aspose-diagram-font...
  7. Export POWERPOINT to TEXT on Andorid via Java o...

    Convert POWERPOINT to TEXT in mobile apps without installing any software or online. Test free POWERPOINT to TEXT online converter quickly before integrating the code....POWERPOINT to HTML by using save method and set Html as SaveFormat...Document class Save the document to TEXT format using save method and...

    products.aspose.com/total/android-java/conversi...
  8. Export POWERPOINT to DOT on Andorid via Java or...

    Convert POWERPOINT to DOT in mobile apps without installing any software or online. Test free POWERPOINT to DOT online converter quickly before integrating the code....POWERPOINT to HTML by using save method and set Html as SaveFormat...Document class Save the document to DOT format using save method and...

    products.aspose.com/total/android-java/conversi...
  9. 在 JSON 中导入和导出数据|Aspose.PDF for .NET

    本节解释如何在 JSON 中导入和导出数据..., options ); // Optionally, save the document with fields to...to a new PDF document . Save ( dataDir + "TextBox_out.pdf" ); }...

    docs.aspose.com/pdf/zh/net/import-export-json/
  10. Add Arc Object to PDF file|Aspose.PDF for .NET

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

    docs.aspose.com/pdf/net/add-arc/