Sort Score
Result 10 results
Languages All
Labels All
Results 5,471 - 5,480 of 375,797 for

save

(0.12 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. 使用 C# 向 PDF 添加文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中向 PDF 文档添加文本,以增强内容和编辑文档。... 调用 Document 对象的 Save 方法并保存输出 PDF 文件。 添加文本 以下代码片段向您展示如何在现有...textFragment ); // Save PDF document document . Save ( dataDir + "AddText_out...

    docs.aspose.com/pdf/zh/net/add-text-to-pdf-file/
  3. HtmlFixedSaveOptions.resourcesFolderAlias prope...

    HtmlFixedSaveOptions.resourcesFolderAlias property. Specifies the name of the folder used to construct image URIs written into an Html document...() : string Remarks When you save a Document in Html format, Aspose...Aspose.Words needs to save all images embedded in the document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 在 Java 中将 PowerPoint 演示文稿转换为 SWF Flash|Aspose.S...

    使用 Aspose.Slides 在 Java 中将 PowerPoint(PPT/PPTX)转换为 SWF Flash。一步步代码示例,快速高质量输出,无需 PowerPoint 自动化。...PPT(X) to SWF 由 Presentation 类公开的 Save 方法可用于将整个演示文稿转换为 SWF 文档。以下示例演示如何使用由...BottomFull ); // 保存演示文稿 pres . save ( "Sample.swf" , SaveFormat...

    docs.aspose.com/slides/zh/java/convert-powerpoi...
  5. 将 3D 模型中的所有多边形转换为三角形|Documentation

    使用 Aspose.3D for Python via .NET API,开发人员可以在任何受支持的 3D 文件中将所有多边形转换为三角形。...triangulate ( scene ) # Save 3D scene scene . save ( "out" + "triangulated_out...

    docs.aspose.com/3d/zh/python-net/convert-all-po...
  6. Display PDF Formats Using Java | Aspose.PDF

    Open and view PDF documents programmatically with Java sample code using Aspose.PDF for Java...); // save document in HTML format pdfDocument . save ( "output...

    products.aspose.com/pdf/java/viewer/pdf/
  7. Set Code Text for Barcode in PHP|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....5 ); \ # save the barcode image to file $bb -> save ( $dataDir...

    docs.aspose.com/barcode/java/set-code-text-for-...
  8. 删除字段|Documentation

    本节介绍如何删除字段。...remove ( fld ) # Save diagram diagram . save ( "RemoveField_out...

    docs.aspose.com/diagram/zh/python-java/remove-f...
  9. Display EPUB Formats Using Java | Aspose.PDF

    Open and view EPUB documents programmatically with Java sample code using Aspose.PDF for Java...()); // save document in HTML format pdfDocument . save ( "output...

    products.aspose.com/pdf/java/viewer/epub/
  10. Convert a Document in C#|Aspose.Words for .NET

    Easily convert documents from one format to another using C#. You can work with all the most popular formats like Microsoft Word formats such as DOCX or DOC, OpenDocument formats such as ODT or OTT, web formats such as HTML or XHTML, text formats such as MarkDown or TXT, and others....combination of loading and saving operations. What Is Document...Aspose.Words involves loading or saving a document in some format....

    docs.aspose.com/words/net/convert-a-document/