Sort Score
Result 10 results
Languages All
Labels All
Results 3,871 - 3,880 of 38,284 for

save

(0.23 sec)
  1. PlainTextDocument | Aspose.Words for .NET

    Effortlessly create plain text documents with our PlainTextDocument constructor. Enjoy automatic file format detection for seamless integration!... Save ( ArtifactsDir + "PlainTextDocument...Password = "MyPassword" ; doc . Save ( ArtifactsDir + "PlainTextDocument...

    reference.aspose.com/words/net/aspose.words/pla...
  2. Support of SoCoResource|Documentation

    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....layer Set required properties Save the results The following code...

    docs.aspose.com/psd/net/support-of-socoresource/
  3. MeasurementUnits enumeration | Aspose.Words for...

    aspose.words.MeasurementUnits enumeration. Specifies the unit of measurement....Examples Shows how to make a saved document conform to an older...docx' ) save_options = aw . saving . OdtSaveOptions () save_options...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 图表系列|Aspose.Slides 文档

    C#或.NET中的PowerPoint演示文稿中的图表系列... Save ( "SetChartSeriesOverla_out...Color = Color . Blue ; pres . Save ( "output.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/net/chart-series/
  5. Set Size Unit for the Barcode Image in Jython|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....coding sites: CodePlex GitHub Save Barcode Image to Streams in...

    docs.aspose.com/barcode/java/set-size-unit-for-...
  6. PSD Layer Types|Documentation

    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....pattern Smart Objects Layers that save its initial state, and don't...

    docs.aspose.com/psd/java/layer-types/
  7. Add properties in XMP metadata of EPS | C++

    The process of adding properties in XMP metadata of EPS file with Aspose.Page for C++ is explained and illustrated with the code snippets here.... Save EPS file with changed XMP metadata...XmpValue > (u "ABC" )); 37 38 // Save EPS file with changed XMP metadata...

    docs.aspose.com/page/cpp/xmp-metadata/add-prope...
  8. Add XMP metadata to EPS file using .NET

    The process of adding XMP metadata to EPS file with Aspose.Page API solution for C# .NET is explained and illustrated with the code snippets here.... Save EPS file with new XMP metadata...ToStringValue ()); 39 40 // Save EPS file with new XMP metadata...

    docs.aspose.com/page/net/xmp-metadata/add/
  9. Change simple values in XMP EPS metadata |C++

    The process of changing simple values in XMP metadata of EPS file with Aspose.Page API solution for C++ is explained and illustrated with the code here.... Save EPS file with changed XMP metadata..."dc:title" , value); 35 36 // Save EPS file with changed XMP metadata...

    docs.aspose.com/page/cpp/xmp-metadata/change-si...
  10. Working with Text in XPS file | Java

    How to add text to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...uses XpsSolidColorBrush and saves the object of XpsDocument class...(textFill); 11 // Save resultant XPS document 12 doc. save (dataDir +...

    docs.aspose.com/page/java/xps/working-with-text/