Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 373,036 for

save

(0.17 sec)
  1. Merger Class | Aspose.Words for .NET

    Effortlessly merge diverse document types into one with Aspose.Words.LowCode.Merger class. Streamline your workflow and enhance productivity today!...specified input output streams and save options. static Merge ( string...input output file names and save options. static Merge ( Stream...

    reference.aspose.com/words/net/aspose.words.low...
  2. SaveOptions.saveFormat property | Aspose.Words ...

    SaveOptions.SaveFormat property. Specifies the format in which the document will be Saved if this Save options object is used....the document will be saved if this save options object is used...use a specific encoding when saving a document to .epub. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Copy and Move Worksheets Within and Between Wor...

    Learn how to copy and move worksheets within and between workbooks using Aspose.Cells for Node.js via C++. Efficiently manage your workbook structures...."Copy" )); // Save the file. excelWorkbook1 . save ( path . join...moveTo ( 1 ); // Save the file. excelWorkbook2 . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/copy-and-move-...
  4. Modifing AcroForm|Aspose.PDF for .NET

    Modifing form in your PDF file with Aspose.PDF for .NET library. You can Add or remove fields in existing form, getand set fieldlimit and etc...."textbox1" , 15 ); // Save PDF document form . Save ( dataDir + "SetFieldLimit_out...Black ); } // Save PDF document document . Save ( dataDir + "FormFieldFont14_out...

    docs.aspose.com/pdf/net/modifing-form/
  5. 通过 C++ 使用 Node.js 将文件保存到响应对象|Documentation

    了解如何使用 Aspose.Cells for Node.js via C++ 动态生成文件并直接将其发送到客户端浏览器。...为此,请使用接受以下参数的 Save 方法的特殊重载版本: Node.js 响应对象。 文件名。...null ) { // Save in Excel2003 XLS format workbook . save ( response...

    docs.aspose.com/cells/zh/nodejs-cpp/saving-file...
  6. TIFF to PDF Merge using C++ | Aspose.PDF

    Combine two or more TIFF documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...file to new page After the loop save the result Here is an example...Merge TIFF files using C++ and save as PDF Example C++: this sample...

    products.aspose.com/pdf/cpp/merger/tiff-to-pdf/
  7. Export EXCEL to POWERPOINT in Android | product...

    Android API to Convert EXCEL to POWERPOINT without using Microsoft Word...reliable solution that can help you save time and effort when converting...Document class Save the document to PPTX format using save method Get...

    products.aspose.com/total/android-java/conversi...
  8. 在保存 3D 个视图时应用视觉效果|Documentation

    使用 Aspose.3D for .NET API,开发人员可以在保存到图像之前对 3D 视图应用视觉效果。这些视觉效果也称为后处理效果或滤镜,它们实时应用于 3D 视图中显示的所有内容。...}); // Render the target and save the target texture to external...ITexture2D ) rt . Targets [ 0 ]). Save ( RunExamples . GetOutputFilePath...

    docs.aspose.com/3d/zh/net/apply-visual-effects-...
  9. Aspose.PSD for Java 23.8 - 发布说明|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 ( outputFile , pngOptions );...psdLoadOptions )) { psdImage . save ( outputFileArcUpper , pngOptions...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  10. Delete PDF Pages with Go|Aspose.PDF for Go via C++

    You can delete pages from your PDF file using Aspose.PDF for Go via C++....specifically for removing pages, saving the modified document, and...PageDelete function. Saving the Document using Save method. package...

    docs.aspose.com/pdf/go-cpp/delete-pages/