Sort Score
Result 10 results
Languages All
Labels All
Results 7,461 - 7,470 of 375,721 for

save

(0.44 sec)
  1. 通过 C++ 在 Node.js 中为命名区域设置公式|Documentation

    学习如何使用 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/zh/nodejs-cpp/setting-for...
  2. Create Excel Charts and Embed Them in Presentat...

    Create Excel charts and embed them as OLE objects in PowerPoint and OpenDocument presentations with Java. Step-by-step guide with code samples.... Save the presentation to disk in...); // Get the chart image and save it to a stream. com . aspose...

    docs.aspose.com/slides/java/creating-excel-char...
  3. 档案

    档案...MemoryStream(); // Save the document to stream. doc.Save(outStream, SaveFormat...Document(inStream); // Save the document. loadDoc.Save("loadDoc.docx"...

    blog.aspose.com/zh/total/convert-worddoc-docx-t...
  4. 将 Markdown 翻译为 DOM|Python via .NET 格式的 Aspose.W...

    使用 Python 将 Markdown 文档转换为 Document Object Model 并返回。因此,您可以使用复杂的现有 Markdown 并以编程方式从头开始创建 Markdown 文档。... save ( docs_base . artifacts_dir...Italic" ) builder . document . save ( docs_base . artifacts_dir...

    docs.aspose.com/words/zh/python-net/translate-m...
  5. Convert PDF to EMLX in Python | products.aspose...

    Save PDF to EMLX within Python applications without using Microsoft Word or Outlook...NET and saving it into EMLX format. This makes...using Document class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  6. Convert KML to CSV using C#

    This tutorial explains the conversion of KML to CSV using C#. It has the IDE settings, a list of steps, and a sample code for developing a KML to CSV converter using C#.... You will learn to save feature attributes and geometry...object from the KML feature and save it in the CSV layer These steps...

    kb.aspose.com/gis/net/convert-kml-to-csv-using-...
  7. Unlock PDF using Python | Aspose.PDF

    Decrypt (remove encryption) PDF documents programmatically with Python sample code using Aspose.PDF for Python for .NET... Unlock PDF and save time. For example, if you often...Call Document.Decrypt Method. Save the PDF file. The provided Python...

    products.aspose.com/pdf/python-net/decrypt/
  8. Extract Text From Word Document in Java

    One can extract Text from Word document in Java by referring to this simple article. It includes the required steps to set up the development environment, step-wise program workflow, and a running example code to to convert Word to TXT in Java....required output TXT file properties Save the loaded DOCX file as TXT...TXT file on the disk using the save method These precise steps in...

    kb.aspose.com/words/java/extract-text-from-word...
  9. Get, Update and Expand a Bookmark|Aspose.PDF fo...

    This article describes how to use bookmarks in a PDF file with our Aspose.PDF for .NET library....properties and then save the updated PDF file using the Save method. The...index values. Save the updated PDF file using the Save method. Get...

    docs.aspose.com/pdf/net/get-update-and-expand-b...
  10. Convert MHTML to Image in C# – MHTML to JPG, PN...

    Convert MHTML to Image using Aspose.HTML for .NET and consider the supported MHTML to Image conversion scenarios in C# examples.... In the example, the save options are set by default....Converters; using Aspose.Html.Saving; using var stream = File.OpenRead("sample...

    docs.aspose.com/html/net/convert-mhtml-to-image/