Sort Score
Result 10 results
Languages All
Labels All
Results 9,551 - 9,560 of 364,634 for

save

(0.13 sec)
  1. HTML to PDF Merge using C++ | Aspose.PDF

    Combine two or more HTML documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...new PDF page After the loop save the result Here is an example...Merge HTML files using C++ and save as PDF Example C++: this sample...

    products.aspose.com/pdf/cpp/merger/html-to-pdf/
  2. Managing Page Breaks with Node.js via C++|Docum...

    This article provides sample code and explains how to add, clear, or delete specific page breaks in Excel worksheets programmatically using Aspose.Cells for Node.js via C++...."Y30" ); // Save the Excel file. workbook . save ( path . join...removeAt ( 0 ); // Save the Excel file. workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/managing-page-...
  3. Convert EMAIL to FLATOPC in Python | products.a...

    Save EMAIL to FLATOPC in your Python applications without using Microsoft Outlook or Word...NET and saved into the respective Word FLATOPC...MailMessage.load class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  4. Convert PDF to EPUB, LaTeX, Text, XPS in Python...

    This topic shows you how to convert PDF file to other file formats like EPUB, LaTeX, Text, XPS etc using Python....Save() method, to generate an EPUB...documentOutName = "testout/out.epub" doc . save ( documentOutName , Api . SaveFormat...

    docs.aspose.com/pdf/python-java/convert-pdf-to-...
  5. Aspose.PSD for .NET 23.5 - 发行说明|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(Aspose.PSD.StreamContainer,System...LayerResources.Lr16Resource.Save(Aspose.PSD.StreamContainer,System...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  6. Convert MHTML to DOCX in Python | products.aspo...

    MHTML and HtmlFixed to DOCX conversion in your Python applications without using Microsoft Word...application that allows users to save documents in HTML format using...feature as it allows users to save documents in a format that is...

    products.aspose.com/total/python-net/conversion...
  7. Convert MHTML to ODT in Python | products.aspos...

    MHTML and HtmlFixed to ODT conversion in your Python applications without using Microsoft Word... This feature will help to save the document in the HTML format...ODT format. It also helps to save the document in the HTML format...

    products.aspose.com/total/python-net/conversion...
  8. Convert RTF to EML in Python | products.aspose.com

    Save RTF to EML within Python applications without using Microsoft Word or Outlook...NET” API and saving it into the EML format. This...using Document class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  9. How to Copy Excel Sheet to Another Workbook usi...

    This article guides on how to copy Excel sheet to another workbook using Node.js. It has all the details to set the IDE, a list of steps and a runnable sample code to copy Excel worksheet using Node.js....argument to the copy() method Save the output workbook after copying...either save the resultant workbook with the same name or save it...

    kb.aspose.com/cells/nodejs/how-to-copy-excel-sh...
  10. 将弧形对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将弧形对象创建到您的PDF中。...( graph ); // Save PDF document document . Save ( dataDir + "DrawingArc_out...( graph ); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/add-arc/