Sort Score
Result 10 results
Languages All
Labels All
Results 3,271 - 3,280 of 380,818 for

save

(0.85 sec)
  1. Specify Default Fonts|Aspose.Words for .NET

    Specify default fonts. NPOI does not provide an opportunity to specify default fonts using C#....model (DOM) and calling the Save method with a “.PDF” extension...during any rendering calls. doc . Save ( "Rendering.SetDefaultFont_Out...

    docs.aspose.com/words/net/specify-default-fonts/
  2. Working With Tables in Ruby|Aspose.Words for Java

    Working With Tables using Ruby....AUTO_FIT_TO_WINDOW ) # Save the document to disk. doc . save ( @data_dir...AUTO_FIT_TO_CONTENTS ) # Save the document to disk. doc . save ( @data_dir...

    docs.aspose.com/words/java/working-with-tables-...
  3. Delete Forms from PDF in Java|Aspose.PDF for Java

    Remove form objects from PDF pages using Aspose.PDF for Java, including full cleanup and targeted deletion.... Clear the collection and save the updated document. public...forms . clear (); document . save ( outputFile . toString ());...

    docs.aspose.com/pdf/java/remove-form/
  4. Generating a Thumbnail from a Slide with User D...

    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 thumbnail image in any desired...)) { //Save the image to disk in JPEG format image . Save ( "Thumbnail2...

    docs.aspose.com/slides/net/generating-a-thumbna...
  5. FileFormatUtil.saveFormatToLoadFormat method | ...

    FileFormatUtil.SaveFormatToLoadFormat method. Converts a [SaveFormat](../../Saveformat/) value to a [LoadFormat](../../loadformat/) value if possible....Examples Shows how to convert a save format to its corresponding...file types can have documents saved to, but not loaded from using...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Protect ODP Presentation Files using Java | pro...

    Protect ODP presentations in Java. Use Aspose.Slides for Java to encrypt presentation files and set write protection.... save ( "encrypted-presentation.odp"...( "123123" ); presentation . save ( "write-protected-presentation...

    products.aspose.com/slides/java/protect/odp/
  7. Protect PPT Presentation Files using Java | pro...

    Protect PPT presentations in Java. Use Aspose.Slides for Java to encrypt presentation files and set write protection.... save ( "encrypted-presentation.ppt"...( "123123" ); presentation . save ( "write-protected-presentation...

    products.aspose.com/slides/java/protect/ppt/
  8. Protect ODP Presentations using C++ | products....

    Protect ODP presentations in C++. Use Aspose.Slides for C++ to encrypt files and set write protection...."password" ); presentation -> Save( u "encrypted-presentation.odp"..."password" ); presentation -> Save( u "write-protected-presentation...

    products.aspose.com/slides/cpp/protect/odp/
  9. FileFormatUtil.ImageTypeToExtension | Aspose.Wo...

    Convert Aspose.Words image types to file extensions effortlessly with the FileFormatUtil method. Get accurate, lowercase extensions in seconds!...images from a document, and save them to the local file system...shapes from the document, // and save the image data of every shape...

    reference.aspose.com/words/net/aspose.words/fil...
  10. Convert Table to ODS with C++|Documentation

    Convert an Excel file with a table to ODS file format using Aspose.Cells with C++.... You simply need to save the file in ODS format, and...inputFilePath ); // Save the file in ODS format workbook . Save ( outputDir...

    docs.aspose.com/cells/cpp/convert-table-to-ods/