Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 369,908 for

save

(0.49 sec)
  1. Manage Presentation Backgrounds in JavaScript|A...

    Learn how to set dynamic backgrounds in PowerPoint and OpenDocument files using Aspose.Slides for Node.js, with code tips to boost your presentations.... Save the modified presentation. The...)); // Save the presentation to disk. presentation . save ( "SolidColorBackground...

    docs.aspose.com/slides/nodejs-java/presentation...
  2. Create SVG File, Load and Read SVG in Python – ...

    Learn how to create SVG from a memory string or file; how to load SVG from the Web and read SVG using Aspose.SVG for Python via .NET API.... If you want to save created empty SVG document to...SVGDocument() 5 6 # Save the empty SVG document 7 document. save ( "empty-document...

    docs.aspose.com/svg/python-net/create-svg-file/
  3. Manage Presentation Notes in Python|Aspose.Slid...

    Customize presentation notes with Aspose.Slides for Python via .NET. Seamlessly work with PowerPoint and OpenDocument notes to boost your productivity....remove_notes_slide () # save presentation to disk presentation . save ( "Remo...remove_notes_slide () # save presentation to disk presentation . save ( "Remo...

    docs.aspose.com/slides/python-net/presentation-...
  4. TxtSaveOptionsBase.encoding property | Aspose.W...

    TxtSaveOptionsBase.encoding property. Specifies the encoding to use when exporting in text formats...document's "Save" method # to modify how we save the document...to plaintext. txt_save_options = aw . saving . TxtSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PdfDigitalSignatureDetails.timestamp_settings p...

    PdfDigitalSignatureDetails.timestamp_settings property. Gets or sets the digital signature timestamp settings.... saving . PdfDigitalSignatureT : ...., value : aspose . words . saving . PdfDigitalSignatureT ): ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FontSavingArgs.bold property | Aspose.Words for...

    FontSavingArgs.bold property. Indicates whether the current font is bold....logic for exporting fonts when saving to HTML. test . skip ( 'SaveExportedFonts...callback that will handle font saving in a custom manner. let options...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. SaveOptions.save_format property | Aspose.Words...

    SaveOptions.Save_format property. Specifies the format in which the document will be Saved if this Save options object is used....save_format property SaveOptions.save_format property Specifies...the document will be saved if this save options object is used...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FontSavingArgs.IsExportNeeded | Aspose.Words fo...

    Discover the FontSavingArgs IsExportNeeded property to control font resource exports. Maximize efficiency with customizable settings for your projects!...logic for exporting fonts when saving to HTML. public void SaveExportedFonts...callback that will handle font saving in a custom manner. HtmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  9. OleFormat.autoUpdate property | Aspose.Words fo...

    OleFormat.autoUpdate property. Specifies whether the link to the OLE object is automatically updated or not in Microsoft Word....( false ); // If we plan on saving the OLE object to a file in...); // Below are two ways of saving an OLE object to a file in...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 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-...