Sort Score
Result 10 results
Languages All
Labels All
Results 6,221 - 6,230 of 367,985 for

save

(0.22 sec)
  1. 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...
  2. Text Formatting inside PDF using Python|Aspose....

    Explore text formatting options within PDF files in Python using Aspose.PDF for customized document styling.... Save the document. import aspose...document will be saved. Returns: None: The function saves the document...

    docs.aspose.com/pdf/python-net/text-formatting-...
  3. TxtSaveOptions.AddBidiMarks | Aspose.Words for ...

    Discover how the TxtSaveOptions AddBidiMarks property enhances plain text exports by adding bidirectional marks for improved readability and formatting....document's "Save" method // to modify how we save the document...AddBidiMarks = addBidiMarks ; doc . Save ( ArtifactsDir + "TxtSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Extract image and change stamp position|Aspose....

    This section explains how to extract Image and Change Position of a Stampwith Aspose.PDF Facades....Once you get the image, you can save the image or work with different...Then, you can save the updated file using Save method. The following...

    docs.aspose.com/pdf/net/extract-image-and-chang...
  5. Aspose::Words::Saving::TxtSaveOptions class | A...

    Aspose::Words::Saving::TxtSaveOptions class. Can be used to specify additional options when saving a document into the Text format. To learn more, visit the documentation article in C++....Aspose::Words::Saving::TxtSaveOptions class Contents [ Hide ]...specify additional options when saving a document into the Text format...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. ImageData.set_image method | Aspose.Words for P...

    aspose.words.drawing.ImageData.set_image method... save ( file_name = ARTIFACTS_DIR...insert_node ( shape ) doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 使用 JavaScript 通过 C++ 为 HTML 渲染的电子表格设置默认字体|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....Prepare HtmlSaveOptions and save three variants with different...New" ; const outputData1 = wb . save ( SaveFormat . Html , opts );...

    docs.aspose.com/cells/zh/javascript-cpp/set-def...
  8. 在现有 PDF 文件中替换图像|Aspose.PDF for .NET

    本节描述了如何使用 C# 库在现有 PDF 文件中替换图像。... 替换特定图像,使用 Document 对象的 Save 方法保存更新后的 PDF 文件。 以下代码片段演示了如何在...imageStream ); } // Save PDF document document . Save ( dataDir + "ReplaceImage_out...

    docs.aspose.com/pdf/zh/net/replace-image-in-exi...
  9. PageExtractOptions Class | Aspose.Words for .NET

    Easily extract document pages with Aspose.Words.PageExtractOptions. Customize output with flexible page extraction settings....the initial page numbering and save the NUMPAGE field. Document...ExtractPages ( 1 , 1 ); extractedDoc1 . Save ( ArtifactsDir + "Document....

    reference.aspose.com/words/net/aspose.words/pag...
  10. 使用 C# 的额外注释|Aspose.PDF for .NET

    了解如何使用 Aspose.PDF 在 .NET 中向 PDF 文件添加额外注释,以实现交互式文档功能。...strikeOutAnnotation ); // Save PDF document document . Save ( dataDir + "...Annotations . Delete ( ca ); } // Save PDF document after deleting...

    docs.aspose.com/pdf/zh/net/extra-annotations/