Sort Score
Result 10 results
Languages All
Labels All
Results 6,611 - 6,620 of 368,266 for

save

(0.14 sec)
  1. Aspose.PSD for .NET 23.10 - 发布说明|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 时出现的空引用异常 错误 公共 API 更改 新增 API:...( sourceFile )) { psdImage . Save ( outputFile , new PngOptions...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  2. How to Convert MPP to XPS using C++

    In this topic, we will explore how to convert MPP to XPS using C++. XPS is a widely used file format and you can easily export MPP file to XPS in C++ using few API calls with no dependence on MS Project....to save as XPS Save the MPP file to XPS in C++ using Save method...access the MPP file and then save that as XPS in subsequent API...

    kb.aspose.com/tasks/cpp/how-to-convert-mpp-to-x...
  3. Installation|Aspose.Words for Node.js via .NET

    Install Aspose.Words for Node.js using npm....js' ); // Save it as a DOCX file. The output...the filename extension. doc . save ( 'OutputWordDocument.docx'...

    docs.aspose.com/words/nodejs-net/installation/
  4. Online MHTML to OTP Conversion or Build .NET ba...

    Free online app to convert MHTML to OTP files. .NET C# conversion library code for MHTML documents....Convert MHTML to PPTX by using Save method Load PPTX file by using...Presentation class Save the document to OTP format using Save method and...

    products.aspose.com/total/net/conversion/mhtml-...
  5. Online TEX to POT Conversion or Build .NET base...

    Free online app to convert TEX to POT files. .NET C# conversion library code for TEX documents....Convert TEX to PPTX by using Save method Load PPTX file by using...Presentation class Save the document to POT format using Save method and...

    products.aspose.com/total/net/conversion/tex-to...
  6. Fit All Worksheet Columns on Single PDF Page wi...

    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....< html > < head > < title > Save Workbook to PDF Example </ title...> </ head > < body > < h1 > Save Workbook to PDF Example </ h1...

    docs.aspose.com/cells/javascript-cpp/fit-all-wo...
  7. 更新 VSTO 和 Aspose.Diagram 中的形状属性|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.... ResultIU = 3 ; //Save file as VDX vsdDoc . SaveAs...更新形状属性(文本、文本样式、位置和大小)。 将文件另存为 VDX。 //Save the uploaded file as PDF Diagram...

    docs.aspose.com/diagram/zh/net/update-shape-pro...
  8. 导出边框样式(Web浏览器不支持的边框样式)使用Node.js通过C++|Documentation

    了解如何在将Excel文件转换为HTML时导出Web浏览器不支持的边框样式,使用Aspose.Cells for Node.js via C++。...filePath ); // Specify Html Save Options - Export Similar Border...setExportSimilarBord ( true ); // Save the workbook in Html format...

    docs.aspose.com/cells/zh/nodejs-cpp/export-simi...
  9. Convert HTML to TIFF in C++ | products.aspose.com

    Convert HTML to TIFF in C++. Use C++ library API to convert HTML files to TIFFs...Presentation from HTML file and save it as TIFF. C++ code for converting...AddFromHtml(htmlStream); pres -> Save( u "convertedFile.tiff" , Aspose...

    products.aspose.com/slides/cpp/conversion/html-...
  10. 使用 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/