Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 373,041 for

save

(0.17 sec)
  1. How to Stop Document.save method after Specific...

    Hello! I am addressing you with an request to provide us with support to terminate the Word document saving operation, regardless of the type/format of the target document. Just to remind you… a couple of months ago I …...save method after Specific Time using Java...terminate the Word document saving operation , regardless of the...

    forum.aspose.com/t/how-to-stop-document-save-me...
  2. Format PowerPoint Text in Python|Aspose.Slides ...

    Learn how to format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. Customize fonts, colors, alignment, and more with powerful Python code examples.... save ( "SomePresentation-out2.pptx"...blue , options ) presentation . save ( "SomePresentation-out3.pptx"...

    docs.aspose.com/slides/python-net/text-formatting/
  3. PDF File Metadata|Aspose.PDF for C++

    Discover how to read and modify PDF metadata using Aspose.PDF for C++. Enhance PDF document properties with easy-to-follow instructions....Information" ); // Save output document pdfDocument -> Save ( _dataDir...Value" )); // Save document pdfDocument -> Save ( _dataDir + u...

    docs.aspose.com/pdf/cpp/pdf-file-metadata/
  4. PsSaveOptions.useBookFoldPrintingSettings prope...

    PsSaveOptions.useBookFoldPrintingSettings property. Gets or sets a boolean value indicating whether the document should be Saved using a booklet printing layout, if it is specified via [PageSetup.multiplePages](../../../aspose.words/pagesetup/multiplePages/)....whether the document should be saved using a booklet printing layout...FixedPageSaveOptions.pageSet is ignored when saving. This behavior matches MS Word...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. C# API to Export CGM to PCL | products.aspose.com

    Convert CGM to PCL without using Microsoft Word...Convert CGM 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/cgm-to...
  6. FontSavingArgs.Italic | Aspose.Words for .NET

    Discover the FontSavingArgs Italic property to easily check if your font is italicized, enhancing your text styling and design flexibility....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...
  7. Manage Presentation Backgrounds in .NET|Aspose....

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

    docs.aspose.com/slides/net/presentation-backgro...
  8. Setting Structure Elements Properties|Aspose.PD...

    You may set different structure elements properties in PDF document with Aspose.PDF for Python via .NET.... Save the tagged PDF. import aspose..."Actual Text" # Save Tagged PDF Document document . save ( outfile...

    docs.aspose.com/pdf/python-net/setting-structur...
  9. PdfSaveOptions.Clone | Aspose.Words for .NET

    Discover the PdfSaveOptions Clone method to effortlessly create a deep clone of your objects, enhancing your PDF management capabilities....document immediately before saving it to PDF. Document doc = new...can pass to the document's "Save" method // to modify how that...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Data Filtering with C++|Documentation

    Learn how to add a data filter by using the Aspose.Cells for C++ API...."A1:B1" ); // Save the modified Excel file workbook . Save ( outputFilePath...Refresh (); // Save the modified Excel file workbook . Save ( outDir...

    docs.aspose.com/cells/cpp/data-filtering/