Sort Score
Result 10 results
Languages All
Labels All
Results 4,521 - 4,530 of 368,275 for

save

(0.33 sec)
  1. Convert Image to PPT in C++ | products.aspose.com

    Convert Image to PPT in C++. Use C++ library API to convert Image files to PDFs...Presentation from Image file and save it as PPT. C++ code for converting...0f , 540.0f , image); pres -> Save( u "presentation.ppt" , SaveFormat...

    products.aspose.com/slides/cpp/conversion/image...
  2. Convert Image to PPTX in C++ | products.aspose.com

    Convert Image to PPTX in C++. Use C++ library API to convert Image files to PDFs...Presentation from Image file and save it as PPTX. C++ code for converting...0f , 540.0f , image); pres -> Save( u "presentation.pptx" , SaveFormat...

    products.aspose.com/slides/cpp/conversion/image...
  3. Example of using group layers in Aspose.PSD for...

    Using of Group Layer of PSD File via Java...layers, save the modified PSD image utilizing the save method...layer, add layers to it, and save the modified PSD image. Please...

    docs.aspose.com/psd/java/psd-group-layer/
  4. Merge PDF Documents using C# | Aspose.PDF

    Combine various PDF documents programmatically with C# sample code using Aspose.PDF for .NET...download format to any supported save format. Aspose.PDF for .NET...formats, both for loading and saving. Draw your attention that the...

    products.aspose.com/pdf/net/merger/
  5. Convert Microsoft Project MPP File to Excel | A...

    Discover how to convert your Microsoft Project MPP files to various Excel file formats using Aspose.Tasks for .NET.... Select “File\Save As” menu item Select location...location (e.g. “This PC”) In “Save As” dialog select ‘Excel Workbook(...

    docs.aspose.com/tasks/net/convert-ms-project-mp...
  6. Convert ODT to XLTM in C++ or with free Online ...

    C++ API to Convert ODT to XLTM or Online App without using using Microsoft Word or Microsoft Excel or online. Test free ODT to XLTM online converter quickly before integrating the code....format that enables users to save a workbook as a template file...Convert ODT to HTML by using Save member function Load HTML document...

    products.aspose.com/total/cpp/conversion/odt-to...
  7. Export PCL to OTP in Android | products.aspose.com

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

    products.aspose.com/total/android-java/conversi...
  8. Open PDF Document|Aspose.PDF for PHP via Java

    Learn how to open a PDF file with Aspose.PDF for PHP via Java.... They are widely used to save the format of a document. However...$inputFile ); Create PDF Document Save PDF Document...

    docs.aspose.com/pdf/php-java/open-pdf-document/
  9. Manage Presentation Tables with Python|Aspose.S...

    Create & edit tables in PowerPoint and OpenDocument slides with Aspose.Slides for Python via .NET. Discover simple code examples to streamline your table workflows.... Save the modified presentation. The...Cells" # Save the presentation to disk. presentation . save ( "table...

    docs.aspose.com/slides/python-net/manage-table/
  10. 在加载文件时自动调整行高(C++)|Documentation

    了解如何使用 Aspose.Cells 与 C++ 自动适应未使用自定义高度的行。...Open an existing Excel file and save it as PDF { Workbook wb ( filePath...filePath + u "sample.xlsx" ); wb . Save ( filePath + u "out.pdf" );...

    docs.aspose.com/cells/zh/cpp/autofit-row-height/