Sort Score
Result 10 results
Languages All
Labels All
Results 7,861 - 7,870 of 310,748 for

save

(0.09 sec)
  1. Convert OFT to PNG in Python | products.aspose.com

    Save OFT to PNG in your Python applications without using Microsoft Outlook or Word...NET and saved into the respective Word PNG...MailMessage.load class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  2. Convert EMLX to DOC in Python | products.aspose...

    Save EMLX to DOC in your Python applications without using Microsoft Outlook or Word...NET and saved into the respective Word DOC...MailMessage.load class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  3. Aspose::Words::Saving::PdfSaveOptions::get_Zoom...

    Aspose::Words::Saving::PdfSaveOptions::get_ZoomFactor method. Gets or sets a value determining zoom factor (in percentages) for a document in C++....Aspose::Words::Saving::PdfSaveOptions::get_ZoomFactor method...int32_t Aspose :: Words :: Saving :: PdfSaveOptions :: get_ZoomFactor...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Extract Assets from GLB File Formats via .NET |...

    C# source code to load, render and add extract assets from GLB documents on .NET Framework, .NET Core, Mono....Call the Extract method and save the file System Requirements...Entities) { if (entity is Mesh) Save((Mesh)entity, node.Name); }...

    products.aspose.com/3d/net/extractor/glb/
  5. C# API to Export MD to DOCM | products.aspose.com

    Convert MD to DOCM without using Microsoft Word...class Convert MD to Doc by using Save method Load Doc file by using...Aspose.Words Save the document to DOCM format using Save method and...

    products.aspose.com/total/net/conversion/md-to-...
  6. C# API to Export MD to PCL | products.aspose.com

    Convert MD to PCL without using Microsoft Word...class Convert MD to Doc by using Save method Load Doc file by using...Aspose.Words Save the document to PCL format using Save method and...

    products.aspose.com/total/net/conversion/md-to-...
  7. C# API to Export PS to DOCM | products.aspose.com

    Convert PS to DOCM without using Microsoft Word...class Convert PS to Doc by using Save method Load Doc file by using...Aspose.Words Save the document to DOCM format using Save method and...

    products.aspose.com/total/net/conversion/ps-to-...
  8. BookmarksOutlineLevelCollection.Item | Aspose.W...

    Manage your bookmarks effortlessly with the BookmarksOutlineLevelCollection. Set and retrieve outline levels by bookmark name for seamless organization....EndBookmark ( "Bookmark 3" ); // When saving to .pdf, bookmarks can be accessed...will be optimized during the save operation. // In this case,...

    reference.aspose.com/words/net/aspose.words.sav...
  9. FileFormatUtil.extension_to_save_format method ...

    FileFormatUtil.extension_to_Save_format method. Converts a file name extension into a [SaveFormat](../../Saveformat/) value....extension_to_save_format method extension_to_save_format(extension)...SaveFormat value. def extension_to_save_format ( self , extension :...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Extract Assets from PLY File Formats via Java |...

    Sample Java extract assets code for PLY file. Use this example code to extract assets from PLY file within any Web or Desktop Java based application....Call the Extract method and save the file System Requirements...if (entity instanceof Mesh){ Save((Mesh)entity, node.getName());...

    products.aspose.com/3d/java/extractor/ply/