Sort Score
Result 10 results
Languages All
Labels All
Results 5,781 - 5,790 of 375,703 for

save

(0.29 sec)
  1. How to Convert Excel to SVG in C#

    In this short tutorial, you will learn how to convert Excel to SVG in C#. You only need to make a few API calls to control the rendering of Excel to vector graphics using C# on any operating system....object to set different options Save output SVG image by specifying...path and the file name in the Save method as per your requirements...

    kb.aspose.com/cells/net/how-to-convert-excel-to...
  2. Merge OTP Files using Java | products.aspose.com

    Java sample code to combine OTP documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications.... Use save() method to save at specified path System...addClone(slide); } // Save the File prest1.save( "merged-presentation...

    products.aspose.com/slides/java/merger/otp/
  3. Merge POT Files using Java | products.aspose.com

    Java sample code to combine POT documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications.... Use save() method to save at specified path System...addClone(slide); } // Save the File prest1.save( "merged-presentation...

    products.aspose.com/slides/java/merger/pot/
  4. Merge PPSM Files using Java | products.aspose.com

    Java sample code to combine PPSM documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications.... Use save() method to save at specified path System...addClone(slide); } // Save the File prest1.save( "merged-presentation...

    products.aspose.com/slides/java/merger/ppsm/
  5. Merge PPTM Files using Java | products.aspose.com

    Java sample code to combine PPTM documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications.... Use save() method to save at specified path System...addClone(slide); } // Save the File prest1.save( "merged-presentation...

    products.aspose.com/slides/java/merger/pptm/
  6. CompressionLevel enumeration | Aspose.Words for...

    aspose.words.saving.CompressionLevel enumeration. Compression level for OOXML files...compression level to use while saving an OOXML document. doc = aw...'Big document.docx' ) # When we save the document to an OOXML format...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Slide|Aspose.Slides for Python Documentation

    Manage slides in Python with Aspose.Slides: create, clone, reorder, hide, set backgrounds and size, apply transitions, and export for PowerPoint and OpenDocument.... save ( "slide.pptx" , slides . export...add_clone ( slide ) presentation . save ( "slide_cloned.pptx" , slides...

    docs.aspose.com/slides/python-net/examples/elem...
  8. Working with Attachments in PDF|Aspose.PDF for ...

    Use Java PDF API to access, add and remove attachments in PDF files using Java from within your applications. Complete guide with Java code samples....information of an attachment, and save it to file, delete the attachment...to a PDF document Extract and save an attachment Removing attachment...

    docs.aspose.com/pdf/java/attachments/
  9. FixedPageSaveOptions.ColorMode | Aspose.Words f...

    Discover the FixedPageSaveOptions ColorMode property to customize color rendering for enhanced document quality and visual appeal. Optimize your output today!...to change image color with saving options property. Document...can pass to the document's "Save" method // to modify how that...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Aspose.PDF С++ Example|Aspose.PDF for C++

    This page show how use simple programming for create a PDF document containing text - Hello World.... Save resultant PDF document Following...paragraphs -> Add ( text ); // Save updated PDF outputFileName =...

    docs.aspose.com/pdf/cpp/hello-world-example/