Sort Score
Result 10 results
Languages All
Labels All
Results 9,191 - 9,200 of 363,366 for

save

(0.14 sec)
  1. Hello World Example|Documentation

    This page describes how to create example of hello world with Aspose.Diagram library....Use the Save method of Diagram class object to save the file...

    docs.aspose.com/diagram/net/hello-world-example/
  2. Creating and Updating Calendars in Java | Aspos...

    Learn how to create, update, and manage project calendars using Aspose.Tasks for Java.... save (dataDir + "Project.Xml" , SaveFileFormat...(myWeekDay); 47 48 49 //Save the Project 50 prj. save (dataDir + "Project...

    docs.aspose.com/tasks/java/creating-updating-an...
  3. Manipulate PDF Document|Aspose.PDF for Java

    Learn how to manipulate PDF documents in Java using Aspose.PDF, including editing and content updates....in which the result is to be saved and the required validation...PDF_A_1A ); // Save updated PDF file // document.save(_dataDir +...

    docs.aspose.com/pdf/java/manipulate-pdf-document/
  4. Copy Worksheets within a Workbook|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...."MySheet" ); //Save the Excel file. wb . Save ( "Copy Worksheet...

    docs.aspose.com/cells/net/copy-worksheets-withi...
  5. 将 PowerPoint 转换为 SWF Flash|Aspose.Slides 文档

    在 Java 中将 PowerPoint PPT, PPTX 转换为 SWF...转换为 SWF 由 Presentation 类公开的 Save 方法可用于将整个演示文稿转换为 SWF 文档。以下示例演示了如何使用...BottomFull ); // 保存演示文稿 pres . save ( "Sample.swf" , SaveFormat...

    docs.aspose.com/slides/zh/androidjava/convert-p...
  6. 在Jython中将Excel文件转换为Html|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....xls" ) # Save the document in PDF format workbook . save ( dataDir...

    docs.aspose.com/cells/zh/java/converting-excelf...
  7. How to Generate a Patch Code in PHP|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....setCodeText ( "Patch T" ); \ # Save the image to your system and...image format to Jpeg $builder -> save ( $dataDir . "PatchCode.jpg"...

    docs.aspose.com/barcode/java/how-to-generate-a-...
  8. Installasie|Aspose.Words vir Python via .NET

    Installeer Aspose.Words vir Python gebruik Visual Studio gereedskap Soos Bestuur NuGet Pakkette of Package Manager Console en die MSI installeerder. Gebruik die Full Trust toestemming stel....words as aw # Create and save a simple document doc = aw ...for Python via .NET" ) doc . save ( "C: \\ Temp \\ out.docx" )...

    docs.aspose.com/words/af/python-net/installation/
  9. Add background to PDF|Aspose.PDF for PHP via Java

    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....$background ); // Save updated PDF file $document -> save ( $outputFile...

    docs.aspose.com/pdf/php-java/add-backgrounds/
  10. HTML|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....code example below shows how to save a workbook as an HTML file using...code example below shows how to save a workbook as an MHTML file...

    docs.aspose.com/cells/net/convert-excel-to-html/