Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 372,062 for

save

(0.13 sec)
  1. IFontSavingCallback Interface | Aspose.Words fo...

    Control font saving in Aspose.Words with the IFontSavingCallback interface. Get notifications and customize HTML exports for optimal document quality....Words saves fonts when exporting a document...when Aspose.Words is about to save a font resource. Examples Shows...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Aspose::Words::Saving::PsSaveOptions::get_SaveF...

    Aspose::Words::Saving::PsSaveOptions::get_SaveFormat method. Specifies the format in which the document will be Saved if this Save options object is used. Can only be Ps in C++....Aspose::Words::Saving::PsSaveOptions::get_SaveFormat method Contents...the document will be saved if this save options object is used...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. XamlFixedSaveOptions.ResourceSavingCallback | A...

    Optimize your document exports with the XamlFixedSaveOptions ResourceSavingCallback. Control image and font saving for enhanced XAML format efficiency....resources (images and fonts) are saved when a document is exported...document's "Save" method // to modify how we save the document...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Delete Annotations|Aspose.PDF for .NET

    This section explains how to delete annotations with Aspose.PDF Facades using PdfAnnotationEditor Class....the file, and then use Save method to save the updated PDF file...deleted. Finally, use Save method to save the updated PDF file...

    docs.aspose.com/pdf/net/delete-annotations/
  5. Conversion of Microsoft Excel spreadsheets and ...

    Convert Excel Files XLS XLSX XLSM XLSB XLTX XLTM CSV and more as well as Visio Formats VSDX VSX VTX VDX VSSX VSTX VSDM VSSM VSTM etc just few lines of Python code....call the save method with relevant file path. Save is the overloaded...Depending on the target format, few save option classes such as DifSaveOptions...

    products.aspose.com/total/python-java/conversion/
  6. Manipulate the Embedded OLE Objects in Visio Di...

    This page describes how to manipulate ole object with Aspose.Diagram library....NET API , and then save back as an OLE object in the...= new MemoryStream (); doc . Save ( outStream , Aspose . Words...

    docs.aspose.com/diagram/net/manipulate-the-embe...
  7. Get, Update and Expand a Bookmark|Aspose.PDF fo...

    This article describes how to use bookmarks in a PDF file. With our Java library, you can get bookmarks from the PDF file, get a bookmarks page number, update bookmarks in a PDF Document, and expand bookmarks when viewing a document....properties and then save the updated PDF file using the Save method. The...get_Item ( 2 ))); // Save output pdfDocument . save ( GetDataDir ()...

    docs.aspose.com/pdf/java/get-update-and-expand-...
  8. Aspose::Words::Fonts::FontFallbackSettings::Loa...

    Aspose::Words::Fonts::FontFallbackSettings::Load method. Loads fallback settings from XML stream in C++....Examples Shows how to load and save font fallback settings to/from...set_FontSettings ( fontSettings ); } doc -> Save ( get_ArtifactsDir () + u "FontSettings...

    reference.aspose.com/words/cpp/aspose.words.fon...
  9. Get, Update and Expand a Bookmark|Aspose.PDF fo...

    Aspose.PDF for C++ library allows you get? update in a PDF file with our ....properties and then save the updated PDF file using the Save method. The...idx_get ( 2 ))); // Save output pdfDocument -> Save ( _dataDir + u...

    docs.aspose.com/pdf/cpp/get-update-and-expand-b...
  10. Delete PDF Pages programmatically|Aspose.PDF fo...

    You can delete pages from your PDF file using PHP....page’s index Call the save method to save the updated PDF file...delete ( 2 ); // Save output document $document -> save ( $outputFile...

    docs.aspose.com/pdf/php-java/delete-pages/