Sort Score
Result 10 results
Languages All
Labels All
Results 4,481 - 4,490 of 376,849 for

save

(1.65 sec)
  1. Online TEX to DOTM Conversion or Develop Java b...

    Free online app to convert TEX to DOTM files. Java conversion library code for TEX documents....Convert TEX to DOC by using save method Load DOC file by using...Aspose.Words Save the document to DOTM format using save method and...

    products.aspose.com/total/java/conversion/tex-t...
  2. Online SVG to GIF Conversion or Develop Java ba...

    Free online app to convert SVG to GIF files. Java conversion library code for SVG documents....Convert SVG to DOC by using save method Load DOC file by using...Aspose.Words Save the document to GIF format using save method and...

    products.aspose.com/total/java/conversion/svg-t...
  3. Creating an Outlook Contact|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.... Saving the object. Office Automation...contact in VCard format and saves it to disc using Office Automation...

    docs.aspose.com/email/java/creating-an-outlook-...
  4. Convert Presentation Slides to Images in PHP|As...

    Convert slides from PPT, PPTX and ODP to images using Aspose.Slides for PHP via Java — fast, high-quality rendering with clear code examples.... You can use this class to save images in a wide range of formats...Convert Slides to Bitmaps and Save the Images in PNG You can convert...

    docs.aspose.com/slides/php-java/convert-slide/
  5. Hello, World!|Simple example how to use Aspose....

    Create, edit and Save your first document in any supported format using Aspose.Words for .NET to experience its simplicity and power in C#....the and of the document “B” Save the output as PDF The following...Q: Which file formats can I save the document to directly from...

    docs.aspose.com/words/net/hello-world/
  6. Aspose.PSD for .NET 20.9 - Release Notes|Docume...

    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....text in given PSD file and saving it changes some layer and many...LayerResources.SmartObjectResource.Save(Aspose.PSD.StreamContainer,System...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-9...
  7. Manipulate Position Size and Designer Chart wit...

    Learn how to use Aspose.Cells for C++ to effectively manipulate the position, size, and designer chart in Microsoft Excel. Our guide will demonstrate how to adjust these properties for improved layout and visualization....SetY ( 150 ); // Save the workbook workbook . Save ( outputFilePath..."A1:B3" , true ); workbook . Save ( outDir + u "book1.out.xls"...

    docs.aspose.com/cells/cpp/manipulate-position-s...
  8. FileFormatUtil.ContentTypeToSaveFormat | Aspose...

    Convert IANA content types to Save format values effortlessly with the FileFormatUtil ContentTypeToSaveFormat method. Streamline your file handling today!...Converts IANA content type into a save format enumerated value. public...the corresponding Aspose load/save format from each media type...

    reference.aspose.com/words/net/aspose.words/fil...
  9. 在导出电子表格为CSV格式时修剪前导空白行与列(C++)|Documentation

    学习如何在导出电子表格到CSV格式时修剪前导空白行和列,使用Aspose.Cells for C++。...Workbook wb ( inputFilePath ); // Save in csv format without trimming...trimming blank columns wb . Save ( outDir + u "outputWithoutTrimBla...

    docs.aspose.com/cells/zh/cpp/trim-leading-blank...
  10. Add Watermarks to PDF in Python|Aspose.PDF for ...

    Learn how to add watermark artifacts to PDF files in Python using Aspose.PDF for Python via .NET.... Save the updated document. from os...append ( watermark ) document . save ( outfile ) Remove Watermark...

    docs.aspose.com/pdf/python-net/add-watermarks/