Sort Score
Result 10 results
Languages All
Labels All
Results 9,381 - 9,390 of 379,087 for

save

(0.19 sec)
  1. Importing and Exporting Projects to Primavera |...

    This page explains how to import projects from Oracle Primavera P6 XER/XML formats and export them in various formats using Aspose.Tasks for .NET.... Save ( "ExportProjectDataToX_out..."New Project.mpp" ); 2 project. Save ( "ExportProjectDataToX_out...

    docs.aspose.com/tasks/net/importing-and-exporti...
  2. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks in JavaScript with Aspose.Slides. Load sheets and cells and use values to generate data-driven PowerPoint presentations....it does not allow editing or saving Excel files — its sole purpose..."{{YearsOfService}}" , yearsOfService )); // Save the personalized presentation...

    docs.aspose.com/slides/nodejs-java/excel-integr...
  3. 使用列表项|Aspose.PDF for .NET

    本节解释如何使用 FormEditor 类与 Aspose.PDF Facades 一起处理列表项。..."Spain" ); // Save PDF document formEditor . Save ( dataDir + "Sample-Form-01-mod..."France" ); // Save PDF document formEditor . Save ( dataDir + "Sample-Form-04-mod...

    docs.aspose.com/pdf/zh/net/working-with-list-item/
  4. 使用C++在加载工作簿时自动调整列宽和行高以适应HTML内容|Documentation

    学习如何在使用Aspose.Cells for C++加载HTML时,将列和行自动调整以适应内容。...ms ); // Save the workbook in xlsx format wb . Save ( outDir...// Save the workbook in xlsx format wbWithOptions . Save ( outDir...

    docs.aspose.com/cells/zh/cpp/autofit-columns-an...
  5. PsdImage | Aspose.PSD for Java API Reference

    Defines the PsdImage class that provides the ability to load edit Save PSD files as well as update properties add watermarks perform graphics operations or convert one file format to another....provides the ability to load, edit, save PSD files as well as update...Occurs when image was loaded or saved OnUseCredit_internalized Occurs...

    reference.aspose.com/psd/java/com.aspose.psd.fi...
  6. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to manage bulleted and numbered lists in PowerPoint and OpenDocument presentations using Aspose.Slides for .NET. Step-by-step guide.... Save the presentation. Create Bullets...paragraph and repeat steps 7-12. Save the presentation. This sample...

    docs.aspose.com/slides/net/manage-bullet-and-nu...
  7. Aspose.PSD for .NET 24.7 - 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.... Save ( outputFile , new PngOptions...PdfCoreOptions (); psdImage . Save ( output , saveOptions ); }...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-7...
  8. HtmlSaveOptions.html_version property | Aspose....

    HtmlSaveOptions.html_version property. Specifies version of HTML standard that should be used when saving the document to HTML or MHTML...standard that should be used when saving the document to HTML or MHTML...self ) -> aspose . words . saving . HtmlVersion : ... @html_version...

    reference.aspose.com/words/python-net/aspose.wo...
  9. How to Convert GLB to FBX using Python

    This article guides on how to convert GLB to FBX using Python. It has the details to set the IDE, a list of steps, and a runnable sample code to develop a GLB to FBX converter using Python....along with the output FBX file Save the resultant FBX file on the...the disk using the Scene.save() method These steps summarize the...

    kb.aspose.com/3d/python/how-to-convert-glb-to-f...
  10. Rotate PDF Pages Using C++|Aspose.PDF for C++

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with C++....on90 ); } // Save output file document -> Save ( _dataDir + outputFileName...get_Width ())); // Save output file document -> Save ( _dataDir + outputFileName...

    docs.aspose.com/pdf/cpp/rotate-pages/