Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 312,452 for

save

(0.06 sec)
  1. Merge OTP Files Using PHP | products.aspose.com

    Merge multiple OTP files in PHP....get_Item ($i)); } $pres1 -> save ( "merged.otp" , SaveFormat...steps to merge two OTP files and save result as OTP in PHP. Install...

    products.aspose.com/slides/php-java/merger/otp/
  2. Copying and Moving Worksheets with Node.js via ...

    This article includes sample code and describes how to copy and move worksheets programmatically both within an Excel workbook and across Excel workbooks using the Node.js API with C++...."Sheet1" ); // Save the Excel file. wb . save ( path . join (...get ( 0 )); // Save the file. excelWorkbook1 . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/copying-and-mo...
  3. Adding images|Documentation

    How to include images in Aspose.OMR forms....png align=center Generate and save the printable form, providing...generationResult . Save ( "" , "OMR-Form" ); Generate and save the printable...

    docs.aspose.com/omr/net/generate-template/images/
  4. Aspose::Words::Saving::MarkdownSaveOptions::get...

    Aspose::Words::Saving::MarkdownSaveOptions::get_ImagesFolderAlias method. Specifies the name of the folder used to construct image URIs written into a document. Default is an empty string in C++....Aspose::Words::Saving::MarkdownSaveOptions::get_ImagesFolderAlias...:: String Aspose :: Words :: Saving :: MarkdownSaveOptions :: ...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Render Project to Multipage TIFF

    Learn how to export your project files (MPP/XML/Primavera XML) as multipage TIFF using Aspose.Tasks for Java....and saves an image to disk. Removes compression and saves an image...Project(file); 4 //Save the project to TIFF 5 project. save ( "RenderMe...

    docs.aspose.com/tasks/java/render-project-to-mu...
  6. Embedded Font|Aspose.Slides Documentation

    Use embedded fonts in PowerPoint presentation in C++...GetImage ( Size ( 960 , 720 )) -> Save ( u "picture1_out.png" , ImageFormat...GetImage ( Size ( 960 , 720 )) -> Save ( u "picture2_out.png" , ImageFormat...

    docs.aspose.com/slides/cpp/embedded-font/
  7. Aspose::Words::Fonts::FontFallbackSettings clas...

    Aspose::Words::Fonts::FontFallbackSettings class. Specifies font fallback mechanism settings. To learn more, visit the documentation article in C++.... Save (const System::SharedPtr<System::IO::Stream>&)...>&) Saves the current fallback settings to stream. Save (const...

    reference.aspose.com/words/cpp/aspose.words.fon...
  8. Convert BMP to VCF in Python | products.aspose.com

    Save BMP to VCF within Python applications without using Microsoft Word or Outlook...developers to create, edit, and save documents in various formats...Email for Python via .NET and saved into VCF format. This API provides...

    products.aspose.com/total/python-net/conversion...
  9. Inserting and Removing Cell Comments in a Works...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Save the file. To remove the comments...comment" ); //Save the file. excelApp . ActiveWorkbook . Save (); //Quit...

    docs.aspose.com/cells/net/inserting-and-removin...
  10. Merge PPTM Files via C++ | products.aspose.com

    C++ example code to combine PPTM 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/pptm/