Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 377,041 for

save

(1.16 sec)
  1. DocSaveOptions | Aspose.Words for .NET

    Discover the DocSaveOptions constructor for seamless document saving in Doc format. Enhance your workflow with easy, efficient document management....this class that can be used to save a document in the Doc format...() Examples Shows how to set save options for older Microsoft...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Convert PowerPoint Presentations to XPS on Andr...

    Convert PowerPoint PPT/PPTX to high-quality, platform-independent XPS in Java using Aspose.Slides for Android. Get step-by-step guide and sample code.... you will find it easier to save, share, and print your documents...so you may want to consider saving files to this format. If you...

    docs.aspose.com/slides/androidjava/convert-powe...
  3. Update, Delete and Get Bookmarks|Aspose.PDF for...

    This section explains how to update, delete and get Bookmarkswith Aspose.PDF Facades....method, and then save the updated PDF using Save method. The following...method and then save the updated PDF file using Save method. The...

    docs.aspose.com/pdf/net/update-delete-and-get-b...
  4. Manage Presentation Backgrounds in PHP|Aspose.S...

    Learn how to set dynamic backgrounds in PowerPoint and OpenDocument files using Aspose.Slides for PHP via Java, with code tips to boost your presentations.... Save the modified presentation. The...); // Save the presentation to disk. $presentation -> save ( "...

    docs.aspose.com/slides/php-java/presentation-ba...
  5. Don't want to see the Formulas in the viewer - ...

    Hi Team, I don’t want to see the formulas in the viewer , I just want to see the values . Can you please suggest is there any way to do that . image.png (65.9 KB)...xlsx"); // Save the workbook as PDF to hide...hide formulas workbook.Save("output.pdf", SaveFormat.Pdf); This code...

    forum.aspose.com/t/dont-want-to-see-the-formula...
  6. Manage Slide Show in .NET|Aspose.Slides Documen...

    Learn how to manage slide shows in Aspose.Slides for .NET. Control slide transitions, timings and more across PPT, PPTX and ODP formats with ease.... Save ( "output.pptx" , SaveFormat...Loop = true ; presentation . Save ( "output.pptx" , SaveFormat...

    docs.aspose.com/slides/net/manage-slide-show/
  7. Convert OBJ to STL in Java | 3D Object to STL i...

    Learn how to convert OBJ to STL in Java with our easy-to-follow guide. Export 3D object from an OBJ file to STL in Java....create, edit, manipulate, and save 3D formats. It empowers Java... Finally, call the save() method to save it as an STL. It takes...

    blog.aspose.com/3d/convert-obj-to-stl-in-java/
  8. Manage Slide Show in PHP|Aspose.Slides for PHP ...

    Learn how to manage slide shows in Aspose.Slides for PHP via Java. Control slide transitions, timings and more across PPT, PPTX and ODP formats with ease....$showType ); $presentation -> save ( "output.pptx" , SaveFormat...setLoop ( true ); $presentation -> save ( "output.pptx" , SaveFormat...

    docs.aspose.com/slides/php-java/manage-slide-show/
  9. Manage Slide Show in Java|Aspose.Slides Documen...

    Learn how to manage slide shows in Aspose.Slides for Java. Control slide transitions, timings and more across PPT, PPTX and ODP formats with ease.... save ( "output.pptx" , SaveFormat...setLoop ( true ); presentation . save ( "output.pptx" , SaveFormat...

    docs.aspose.com/slides/java/manage-slide-show/
  10. Manage PDF Headers and Footers using Python|Asp...

    Learn how to manage headers and footers in PDF documents with Python and Aspose.PDF.... Save the updated PDF. from os import...append ( header ) document . save ( outfile ) Add Footer to PDF...

    docs.aspose.com/pdf/python-net/artifacts-header...