Sort Score
Result 10 results
Languages All
Labels All
Results 9,221 - 9,230 of 369,861 for

save

(0.1 sec)
  1. 使用Node.js与C++设置工作表中表或列表对象的注释|Documentation

    学习如何使用Aspose.Cells for Node.js via C++设置工作表内表或列表对象的注释。...); // Save the workbook in xlsx format workbook . save ( path...

    docs.aspose.com/cells/zh/nodejs-cpp/set-the-com...
  2. Implement 1904 Date System with Node.js via C++...

    Aspose.Cells is a Node.js library for working with spreadsheet files. It supports the implementation of the 1904 date system, allowing users to calculate and format based on the January 1, 1904 date system. This article describes how to implement the 1904 date system using the Aspose.Cells library....( true ); // Save the Excel file workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/implement-1904...
  3. FontInfoSubstitutionRule class | Aspose.Words f...

    aspose.words.fonts.FontInfoSubstitutionRule class. Font info substitution rule...font substitution warning if we save a document with a missing font...font_settings = font_settings doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Document.ViewOptions | Aspose.Words for .NET

    Discover the Document ViewOptions property to customize your Microsoft Word display settings for a tailored viewing experience.... Save ( ArtifactsDir + "ViewOptions...ZoomType = zoomType ; doc . Save ( ArtifactsDir + "ViewOptions...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Multiple signatures in PDF trouble - Free Suppo...

    Hi everyone, I succeed signing 2 signatures in a pdf file. The problem is that I can add text/annotations to the pdf and the signatures are still valid. How is it possible? Can someone please help? Here is a snippet…...Rectangle(10, 10, 100, 100), pkcs1); // Save the result. This creates the...the first signed file. // This Save operation is incremental to...

    forum.aspose.com/t/multiple-signatures-in-pdf-t...
  6. Add ActiveX Controls using Aspose.Cells for Nod...

    Learn how to add ActiveX controls in a worksheet using Aspose.Cells for Node.js via C++...."A1" ); // Save the workbook in xlsx format wb . save ( path ....

    docs.aspose.com/cells/nodejs-cpp/add-activex-co...
  7. Add Image Stamp to PDF using Java | Aspose.PDF

    Add image stamp to PDF file programmatically with Java sample code using Aspose.PDF for Java....imageStamp ); // Save output document pdfDocument . save ( DATA_DIR...

    products.aspose.com/pdf/java/stamps/image/
  8. BuiltInDocumentProperties.Manager | Aspose.Word...

    Effortlessly manage BuiltInDocumentProperties with our intuitive tool. Easily get or set properties to enhance your document handling experience....properties automatically when we save the document. // To use these..."Details" -> "Origin". doc . Save ( ArtifactsDir + "DocumentProperties...

    reference.aspose.com/words/net/aspose.words.pro...
  9. Convert OST to OFT via Java | products.aspose.com

    Try the code sample to convert OST files to OFT format in Java. Download Java API to take your email processing applications to the next level....algorithms or tedious manual work, saving time and effort for more important...class provides options for saving email messages in different...

    products.aspose.com/email/java/conversion/ost-t...
  10. Excel Themes and Colors with C++|Documentation

    C++ code to use Excel Color Scheme with Aspose.Cells for C++ API... Click on the “Save” button to save your custom color scheme...applies the custom colors and saves the excel file. #include <iostream>...

    docs.aspose.com/cells/cpp/excel-themes-and-colors/