Sort Score
Result 10 results
Languages All
Labels All
Results 5,911 - 5,920 of 568,883 for

save

(0.14 sec)
  1. Convert DOC to XLTX in C++ or with free Online ...

    C++ API to Convert DOC to XLTX or Online App without using using Microsoft Word or Microsoft Excel or online. Test free DOC to XLTX online converter quickly before integrating the code....Convert DOC to HTML by using Save member function Load HTML document...reference Save the document to XLTX format using Save member function...

    products.aspose.com/total/cpp/conversion/doc-to...
  2. Java API to Convert OTT to XLTX or with free On...

    Convert OTT to XLTX via Java or Online App without using using Microsoft Word or Microsoft Excel or online. Test free OTT to XLTX online converter quickly before integrating the code....Convert OTT to HTML by using Save method Load HTML document by...Workbook class Save the document to XLTX format using Save method Get...

    products.aspose.com/total/java/conversion/ott-t...
  3. RotateFlip | Aspose.Imaging for .NET API Reference

    RotateFlip RasterCachedImage.RotateFlip method Rotates, flips, or rotates and flips the image. public override void R......rotateFlipTypes ) { // Rotate, flip and save to the output file. using (...( rotateFlipType ); image . Save ( dir + "sample." + rotateFlipType...

    reference.aspose.com/imaging/net/aspose.imaging...
  4. Aspose::Cells::Drawing::Picture::GetOriginalWid...

    Aspose::Cells::Drawing::Picture::GetOriginalWidthCM method. Gets the original width of picture, in unit of centimeters in C++....GetOriginalWidthCM (); //Save the excel file. workbook . Save ( u "result...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  5. How to Create Mapi Contact using Java

    In this example, we will learn how to create Mapi Contact using Java by following the well defined steps and using the example code. One can easily add Mapi Contact in Java with the help of very simple API calls....user image for added contact Save the contact information as an...an MSG file on the disk Save the contact information as a VCF...

    kb.aspose.com/email/java/how-to-create-mapicont...
  6. djvuimage - Aspose.Imaging for Java - API Refer...

    Detailed explanation & examples of Aspose.Imaging for Java library so you may easily integrate Image Processing capabilities with your own apps....DjvuImage(stream); try { // Save each page as an individual PNG...djvuPage.getPageNumber()); djvuPage.save(dir + fileName, new com.aspose...

    reference.aspose.com/imaging/java/com.aspose.im...
  7. Add HTML String using DOM in PHP|Aspose.PDF for...

    Explore how to add HTML content to a PDF document using the DOM in PHP with Aspose.PDF for rich document creation....add ( $title ); # Save PDF file $doc -> save ( $dataDir . "html...

    docs.aspose.com/pdf/java/add-html-string-using-...
  8. Add Text to existing PDF using Python|Aspose.PD...

    Code example how to add or write text in Pdf document using Python with PDF library....text_fragment ) # Save PDF file doc . save ( self . dataDir +...

    docs.aspose.com/pdf/java/add-text-to-an-existin...
  9. PresentationPlayer | Aspose.Sildes for .NET API...

    Represents the player of animations associated with the Presentation../aspose.slides/presentation.... Save ( Path . Combine ( "33fps" ...args ) => { args . GetFrame (). Save ( Path . Combine ( "45fps" ...

    reference.aspose.com/slides/net/aspose.slides.e...
  10. Html File(Base64string) to PDF conversion in .N...

    Hello, We have a base64String of HTML file, and we want to convert it to PDF and return it as Stream can you please suggest the best way to do this conversion? or if you have any code snippets for this then please prov…... Save the Document as PDF : Finally, save the document...new HtmlLoadOptions())) { // Save the document as PDF to the MemoryStream...

    forum.aspose.com/t/html-file-base64string-to-pd...