Sort Score
Result 10 results
Languages All
Labels All
Results 6,671 - 6,680 of 375,721 for

save

(0.13 sec)
  1. Android API to Render PCL to DOCM | products.as...

    Transform PCL to DOCM via Android via Java API...Convert PCL to DOC by using save method Load DOC file by using...Aspose.Words Save the document to DOCM format using save method and...

    products.aspose.com/total/android-java/conversi...
  2. Android API to Render MHTML to PS | products.as...

    Transform MHTML to PS via Android via Java API...Convert MHTML to DOC by using save method Load DOC file by using...Aspose.Words Save the document to PS format using save method and...

    products.aspose.com/total/android-java/conversi...
  3. Android API to Render TEX to WORDML | products....

    Transform TEX to WORDML via Android via Java API...Convert TEX to DOC by using save method Load DOC file by using...Aspose.Words Save the document to WORD_ML format using save method...

    products.aspose.com/total/android-java/conversi...
  4. 用C++显示和隐藏行、列和滚动条|Documentation

    本文演示了如何使用C++语言和Aspose.Cells API以编程方式显示和隐藏Excel工作表的行和列。可以调整滚动条的可见性,并隐藏多行和多列。...5 ); // Save the modified Excel file workbook . Save ( outputFilePath...<< "Excel file modified and saved successfully!" << std :: endl...

    docs.aspose.com/cells/zh/cpp/show-and-hide-rows...
  5. Convert WORD to PPSM via C++ or with free Onlin...

    Export WORD to PPSM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free WORD to PPSM online converter quickly before integrating the code....Convert WORD to HTML by using Save member function Initialize a...Presentation file Save the document to PPSM format using Save method and...

    products.aspose.com/total/cpp/conversion/word-t...
  6. Java Create PDF Files | Create Free Online PDF ...

    Learn how to create PDF in Java with this comprehensive guide. We'll walk you through the process step by step and provide code snippets for creating professional and dynamic PDF files.... Save the PDF file using Document.save(String) method...Use the Document.save(String) method to save the PDF document...

    blog.aspose.com/pdf/create-pdf-files-in-java/
  7. 连接器|Aspose.Slides for PHP 文档

    使用 Aspose.Slides 在 PHP 中绘制和控制连接器:添加、路由、重新路由、设置连接点、箭头和样式,以链接 PPT、PPTX 和 ODP 中的形状。...100 , 100 ); $presentation -> save ( "connector.pptx" , SaveFormat...$connector ); $presentation -> save ( "connector_removed.pptx" ...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  8. Android API to Render PCL to XAMLFLOW | product...

    Transform PCL to XAMLFLOW via Android via Java API...Convert PCL to DOC by using save method Load DOC file by using...Words Save the document to XAML_FLOW format using save method...

    products.aspose.com/total/android-java/conversi...
  9. Android API to Render MHTML to XAMLFLOW | produ...

    Transform MHTML to XAMLFLOW via Android via Java API...Convert MHTML to DOC by using save method Load DOC file by using...Words Save the document to XAML_FLOW format using save method...

    products.aspose.com/total/android-java/conversi...
  10. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for C++....collection of page instance And save your PDF file private static... Add ( rect ); // Save PDF file doc . Save ( _dataDir + "Cre...

    docs.aspose.com/pdf/cpp/add-rectangle/