Sort Score
Result 10 results
Languages All
Labels All
Results 7,021 - 7,030 of 378,744 for

save

(0.45 sec)
  1. Convert DOTX to PPSM via C++ or with free Onlin...

    Export DOTX to PPSM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOTX to PPSM online converter quickly before integrating the code....Finally, the presentation can be saved as a PPSM file. This process...Convert DOTX to HTML by using Save member function Initialize a...

    products.aspose.com/total/cpp/conversion/dotx-t...
  2. XpsSaveOptions.saveFormat property | Aspose.Wor...

    XpsSaveOptions.SaveFormat property. Specifies the format in which the document will be Saved if this Save options object is used...the document will be saved if this save options object is used...appear in the outline of a saved XPS document. let doc = new...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Add Text stamps in PDF programmatically|Aspose....

    Add a text stamp to a PDF file using the TextStamp class with Java....textStamp ); // save output document pdfDocument . save ( "TextStamp_output...stamp ); // save output document pdfDocument . save ( "TextStamp_output...

    docs.aspose.com/pdf/java/text-stamps-in-the-pdf...
  4. How to Change Border Color in Python – Aspose.HTML

    Learn how to change border color in HTML using Python with Aspose.HTML. Step-by-step examples, CSS tips, and solutions to common styling issues....document, apply CSS rules, and save the modified version without...and border-color properties. Save the modified HTML document....

    docs.aspose.com/html/python-net/how-to-change-b...
  5. Add Image stamps in PDF using JavaScript via C+...

    Add the Image Stamp to your PDF document using AsposePdfAddStamp function with the JavaScript toolkit....onload = ( event ) => { /*prepare(save) the stamp file from BLOB*/...image file to end a PDF-file and save the “ResultImage.pdf”. Next...

    docs.aspose.com/pdf/javascript-cpp/stamping/
  6. HeaderFooter|Aspose.Slides for PHP Documentation

    Control headers and footers in PHP with Aspose.Slides: add or edit date/time, slide numbers, and footer text, show or hide placeholders across PPT, PPTX and ODP....setFooterVisibility ( true ); $presentation -> save ( "footer.pptx" , SaveFormat... ( true ); $presentation -> save ( "datetime.pptx" , SaveFormat...

    docs.aspose.com/slides/php-java/examples/elemen...
  7. Apply or Change Slide Layouts on Android|Aspose...

    Manage and customize slide layouts in Aspose.Slides for Android. Explore layout types, placeholder control, and footer visibility through Java code examples.... Save the presentation. The following...); // Save the presentation to disk. presentation . save ( "output...

    docs.aspose.com/slides/androidjava/slide-layout/
  8. Converting a HTML file to SVG using Python | As...

    Sample code on Python for HTML to SVG conversion. Use example code for batch HTML to SVG conversion with Python and .NET...will be used to generate and save the output files, passing in...library to specify settings for saving the document as a SVG image...

    products.aspose.com/pdf/python-net/conversion/h...
  9. Add Text to PDF Using Go | Aspose.PDF

    Add text to PDF programmatically with Go sample code using Aspose.PDF for Go via C++... Save the file again. Add Text to...log . Fatal ( err ) } // Save() saves previously opened PDF-document...

    products.aspose.com/pdf/go-cpp/text/
  10. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using the Aspose.Cells library with C++....SetFitToPagesWide ( 1 ); // Save the workbook workbook . Save ( U16String (...)); std :: cout << "Workbook saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/how-to-print-excel-as...