Sort Score
Result 10 results
Languages All
Labels All
Results 6,091 - 6,100 of 369,791 for

save

(0.13 sec)
  1. Manage Presentation Hyperlinks in C++|Aspose.Sl...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for C++—enhance interactivity and workflow in minutes....0f ); presentation -> Save ( u "presentation-out.pptx"...trust Aspose APIs" ); pres -> Save ( u "pres-out.pptx" , SaveFormat...

    docs.aspose.com/slides/cpp/manage-hyperlinks/
  2. Working with Signature in PDF File|Aspose.PDF f...

    This section explains how to to extract signature information, extract image from signature, change language, and etc using PdfFileSignature class....signature ); // Save PDF document pdfFileSignature . Save ( dataDir...signature ); // Save PDF document pdfFileSignature . Save ( dataDir...

    docs.aspose.com/pdf/net/working-with-signature-...
  3. IPageLayoutCallback Interface | Aspose.Words fo...

    Customize your document layout with Aspose.Words.Layout.IPageLayoutCallback interface. Enhance rendering with your own methods for optimal results.... Save ( ArtifactsDir + "Layout.PageLayoutCallback...<summary> /// Notifies us when we save the document to a fixed page...

    reference.aspose.com/words/net/aspose.words.lay...
  4. Master Slide|Aspose.Slides for Python Documenta...

    Manage master slides in Python with Aspose.Slides: create, edit, clone, and format themes, backgrounds, placeholders to unify slides in PowerPoint and OpenDocument.... save ( "master_slide.pptx" , slides...first_master_slide ) presentation . save ( "master_slide_removed.pptx"...

    docs.aspose.com/slides/python-net/examples/elem...
  5. 使用C++导出Excel的文档工作簿和工作表属性到HTML|Documentation

    学习如何在将Excel文件转换为HTML时导出或避免导出文档、工作簿和工作表属性,使用编号Aspose.Cells for C++。...inputFilePath ); // Specify Html Save Options HtmlSaveOptions options...to Html with Html Save Options workbook . Save ( outputFilePath...

    docs.aspose.com/cells/zh/cpp/export-document-wo...
  6. OLE对象|Aspose.Slides for Python 文档

    使用 Aspose.Slides 在 Python 中处理 OLE 对象:插入或更新嵌入的文件,设置图标或链接,提取内容,控制 PPT、PPTX 和 ODP 的行为。... save ( "ole_frame.pptx" , slides...( ole_frame ) presentation . save ( "ole_frame_removed.pptx" ...

    docs.aspose.com/slides/zh/python-net/examples/e...
  7. 图表|Aspose.Slides for Node.js via .NET 文档

    使用 Aspose.Slides for Node.js via Java 掌握图表:创建、格式化、绑定数据,并通过 JavaScript 示例将图表导出为 PPT、PPTX 和 ODP。... save ( "chart.pptx" , aspose . slides...removeAt ( 0 ); presentation . save ( "chart_removed.pptx" , aspose...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  8. Load source Excel file without charts|Documenta...

    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....Excel file without charts and saves it in the output PDF format...); //Save the workbook in output format workbook . save ( "L...

    docs.aspose.com/cells/java/load-source-excel-fi...
  9. Insert Hyperlink to Document|Aspose.Words for Java

    Insert a hyperlink to a document easily and fast instead of using docx4j.... save ( dataDir + "AsposeAddHyperlinks...paragraph ); // Now save it wordMLPackage . save ( new java . io...

    docs.aspose.com/words/java/insert-hyperlink-to-...
  10. Create New Workbook|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 ( "test.xlsx" , SaveFormat ...Xlsx ); // Workbooks can be saved in many formats NPOI - HSSF...

    docs.aspose.com/cells/net/create-new-workbook/