Sort Score
Result 10 results
Languages All
Labels All
Results 7,951 - 7,960 of 376,845 for

save

(0.31 sec)
  1. Update Excel Files using .NET | products.aspose...

    Edit Microsoft Excel XLSX, XLS, CSV documents without installing Microsoft Office with C# .NET based applications....and finally call the save() method to save the document. .NET Code...

    products.aspose.com/total/net/update/
  2. Redact PPTX Presentation Files using Java | pro...

    Java source code to find and replace text in PPTX Presentation.... save ( "replaced.pptx" , SaveFormat...method to find and replace text. Save result in PPTX format Online...

    products.aspose.com/slides/java/redaction/pptx/
  3. Redact PPT Presentation Files using Java | prod...

    Java source code to find and replace text in PPT Presentation.... save ( "replaced.ppt" , SaveFormat...method to find and replace text. Save result in PPT format Online...

    products.aspose.com/slides/java/redaction/ppt/
  4. 在 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....eml" ); \ # Save the Email message to disk in...new SaveOptions (); $eml -> save ( $dataDir . "AnEmail.msg" ...

    docs.aspose.com/email/zh/java/converting-email-...
  5. 使用 Python 从 PDF 中移除水印 | Aspose.PDF

    使用 Aspose.PDF for Python for .NET,使用 Python 示例代码,以编程方式从 PDF 文件中删除水印...artifacts [ 1 ]) # save result pdf to file document . save ( path_outfile...

    products.aspose.com/pdf/zh-hant/python-net/wate...
  6. Merge images|Aspose.PDF for .NET

    Discover how to merge images into a single PDF document in .NET using Aspose.PDF for streamlined document creation.... Then we save our result in FileOutputStream...but the merged images will be saved horizontally. // For complete...

    docs.aspose.com/pdf/net/merge-images/
  7. Hiding the Display of Zero Values in the Worksh...

    This article will show you sample code explaining how to programmatically hide the zero values in an Excel spreadsheet using the Node.js library via C++....( false ); // Save the workbook workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/hiding-the-dis...
  8. Replacing Images inside Presentation Image Coll...

    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....[ 3 ]); //Save the presentation presentation . Save ( "c:\\Pr...

    docs.aspose.com/slides/net/replacing-images-ins...
  9. 产生紫外线|Documentation

    Aspose.3D for Java 提供了用于公开GenerateUV方法的PolygonModifier类,您可以使用该类手动生成UV并将其与网格关联。...createChildNode ( mesh ); //then save it scene . save ( MyDir + "test.obj"...

    docs.aspose.com/3d/zh/java/generate-uv/
  10. 产生紫外线|Documentation

    Aspose.3D for Python via .NET 提供了公开GenerateUV方法的PolygonModifier类,您可以使用该方法手动生成UV并将其与网格关联。下面的代码片段显示了生成和关联它的完整功能。...create_child_node ( mesh ) # then save it scene . save ( "out" + "Aspose.obj"...

    docs.aspose.com/3d/zh/python-net/generate-uv/