Sort Score
Result 10 results
Languages All
Labels All
Results 5,261 - 5,270 of 375,709 for

save

(0.24 sec)
  1. Aspose::Words::FileFormatUtil::ImageTypeToExten...

    Aspose::Words::FileFormatUtil::ImageTypeToExtension method. Converts an Aspose.Words image type enumerated value into a file extension. The returned extension is a lower-case string with a leading dot in C++....images from a document, and save them to the local file system...shapes from the document, // and save the image data of every shape...

    reference.aspose.com/words/cpp/aspose.words/fil...
  2. Table|Aspose.Slides for PHP Documentation

    Create and format tables in PHP with Aspose.Slides: insert data, merge cells, style borders, align content, and import/export for PPT, PPTX and ODP....$heights ); $presentation -> save ( "table.pptx" , SaveFormat...( $table ); $presentation -> save ( "table_removed.pptx" , SaveFormat...

    docs.aspose.com/slides/php-java/examples/elemen...
  3. Aspose.PSD for Java 23.10 - Release Notes|Docum...

    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 when having Shape layer Bug...TruecolorWithAlpha ); psdImage . save ( outputFile , pngOptions );...

    docs.aspose.com/psd/java/aspose-psd-for-java-23...
  4. 在 PDF C# 中添加文本印章|Aspose.PDF for .NET

    使用 TextStamp 类将文本印章添加到 PDF 文档中,使用 Aspose.PDF for .NET 库。...textStamp ); // Save PDF document document . Save ( dataDir + "AddTextStamp_out...( stamp ); // Save PDF document document . Save ( dataDir + "StampedPDF_out...

    docs.aspose.com/pdf/zh/net/text-stamps-in-the-p...
  5. Using Text Annotation for PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET allows you to Add, Get, and Delete Text Annotation from your PDF document....textAnnotation ); // Save PDF document document . Save ( dataDir + "AddAnnotation_out...lineAnnotation ); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/text-annotation/
  6. Setting Formula for Named Range with Node.js vi...

    Learn how to set formulas for named ranges in spreadsheets using Aspose.Cells for Node.js via C++....calculateFormula (); // Save the result in XLSX format book . save ( path ....$A$1,9)" ); // Save the workbook book . save ( path . join (...

    docs.aspose.com/cells/nodejs-cpp/setting-formul...
  7. 使用主题|Documentation

    本节介绍如何将预设主题应用到页面或带有 Aspose.Diagram 的形状。... Bubble ; // Save diagram diagram . Save ( dataDir + "SetTheme_out.... Variant3 ; // Save diagram diagram . Save ( dataDir + "SetTheme_out...

    docs.aspose.com/diagram/zh/net/working-with-the...
  8. 使用主题|Documentation

    本节介绍如何将预设主题应用到页面或带有 Aspose.Diagram 的形状。... BUBBLE ); // Save diagram diagram . save ( dataDir + "SetTheme_out...VARIANT_3 ); // Save diagram diagram . save ( dataDir + "SetTheme_out...

    docs.aspose.com/diagram/zh/java/working-with-th...
  9. Aspose.PSD for .NET 22.7 - 发行说明|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.... Save ( outputPsd ); } PSDNET-875...AddLayer ( newLayer ); im . Save ( outputFilePath , true ); }...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  10. 将椭圆对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将椭圆对象创建到您的PDF中。...( graph ); // Save PDF document document . Save ( dataDir + "DrawingEllipse_out...( graph ); // Save PDF document document . Save ( dataDir + "DrawingEllipse_out...

    docs.aspose.com/pdf/zh/net/add-ellipse/