Sort Score
Result 10 results
Languages All
Labels All
Results 7,861 - 7,870 of 347,031 for

save

(0.12 sec)
  1. Convert POTX to XLTX using Python or with free ...

    POTX to XLTX conversion in your Python applications without using Microsoft Office or online. Test free POTX to XLTX online converter quickly before integrating the code....NET to save the created HTML into the desired...source POTX file Save POTX file to HTML by using save method by providing...

    products.aspose.com/total/python-net/conversion...
  2. Doc Insertion Issue in Doc - Free Support Forum...

    Hi, As I am using below code to insert doc file into a parent doc. Document document1 = new Document(); DocumentBuilder builder = new DocumentBuilder(document1); string DemoDoc = "E:\\AnnexDocReport_IssueFile.docx"; Do…...Save("E:\\PDfConversionFile\\DemoFile"...SaveFormat.Docm); but after save doc and open the file below...

    forum.aspose.com/t/doc-insertion-issue-in-doc/3...
  3. Show and Hide Worksheets and Tabs with C++|Docu...

    This article provides sample code for using the C++ API or Library to programmatically display and hide an Excel worksheet. Additionally, how to show and hide Excel workbook tabs.... SetIsVisible ( false ); // Save the modified Excel file in default..."output.out.xls" ; workbook . Save ( outputFilePath ); std :: cout...

    docs.aspose.com/cells/cpp/show-and-hide-workshe...
  4. 透過 Python.NET 使用 Zip、7-zip、TAR o XAR 壓縮資料夾並尊重其結構

    了解如何透過 Python.NET 使用 Zip、7-zip、TAR 或 XAR 等各種工具高效壓縮資料夾,同時保留其內部結構。...路徑呼叫 create_entries 方法,然後使用 save 方法儲存存檔,如下所示: with zp . Archive()...create_entries( "D: \\ Data" ) archive . save( "archive.zip" ) Sampe 2: with...

    products.aspose.com/zip/zh-hant/python-net/adva...
  5. Convert POT to XLTX using Python or with free O...

    POT to XLTX conversion in your Python applications without using Microsoft Office or online. Test free POT to XLTX online converter quickly before integrating the code....NET, is used to save the created HTML into the desired...source POT file Save POT file to HTML by using save method by providing...

    products.aspose.com/total/python-net/conversion...
  6. 搜索

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

    blog.aspose.com/zh-hant/total/convert-worddoc-d...
  7. 图表工作簿|Aspose.Slides 文档

    C#或.NET中的PowerPoint演示文稿中的图表工作簿... Save ( "resultchart.pptx" , Aspose...0 , "B1" , "新单元格" ); pres . Save ( "pres.pptx" , SaveFormat ...

    docs.aspose.com/slides/zh/net/chart-workbook/
  8. XamlFixedSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.XamlFixedSaveOptions for enhanced document saving in XamlFixed format. Unlock advanced features for superior results!...specify additional options when saving a document into the XamlFixed...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/net/aspose.words.sav...
  9. How to Convert Outlook Email to TIFF using Java

    In this simple article, we will learn how to convert Outlook Email to TIFF using Java. You will observe that in order to render Email to TIFF Java based API can be efficiently utilized and the application can be used in any of the Java spported environment in MS Windows, macOS, or Linux....source MSG or EML format file Save the accessed Email (EML/MSG)...instantiating the Document class object Save the loaded EML file to a TIFF...

    kb.aspose.com/email/java/how-to-convert-outlook...
  10. How to Convert Outlook Email to PDF using C#

    In this easy tutorial, we will learn how to convert Outlook Email to PDF using C#. You will see that in order to convert MSG to PDF C# based API can be used. You can use this example in any of the commonly available operating system like Windows, macOS, or Linux....MSG or EML format email file Save the loaded Email (MSG/EML) file...the previous step By using the Save method in C# EML to PDF conversion...

    kb.aspose.com/email/net/how-to-convert-outlook-...