Sort Score
Result 10 results
Languages All
Labels All
Results 7,881 - 7,890 of 368,176 for

save

(0.4 sec)
  1. 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...
  2. 导出边框样式(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...
  3. 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-...
  4. Set Background Picture of a Worksheet in VSTO a...

    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 the workbook. The code samples...SetBackgroundPicture ( "pic.jpeg" ); //Save the Excel file. objBook . SaveCopyAs...

    docs.aspose.com/cells/net/set-background-pictur...
  5. C++ API to Convert SVG to POWERPOINT | products...

    Convert SVG to POWERPOINT via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert SVG to PPTX by using Save method function Load PPTX document...reference Save the document to PPT format using Save member function...

    products.aspose.com/total/cpp/conversion/svg-to...
  6. Check if Digital Signature of VBA Code is Valid...

    Learn how to check the validity of a digital signature of VBA code using Aspose.Cells for Node.js via C++....when we modify its VBA code, save the workbook, and then recheck...()); // Modify the VBA code, save the workbook, then reload //...

    docs.aspose.com/cells/nodejs-cpp/check-if-digit...
  7. 在VSTO和Aspose.Cells中保护和取消保护工作簿|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....true ); //Save the file. excelApp . ActiveWorkbook . Save (); //Quit..."007" ); //Save As the excel file. workbook . Save ( "MyBook.xls"...

    docs.aspose.com/cells/zh/net/protecting-and-unp...
  8. Aspose.PSD for Java 21.6 - 发行说明|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 ( outputFileName , new PngOptions...sourceFileName ); try { image . save ( outputFileName , new PngOptions...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  9. 通过Node.js使用C++改变Excel文本框或形状的字符间距|Documentation

    使用Aspose.Cells for Node.js via C++更改单元格文本框或形状的字符间距。...); // Save the workbook in xlsx format workbook . save ( path...setSpacing ( 4 ); // Save the workbook workbook . save ( "ChangedCharacterSpac...

    docs.aspose.com/cells/zh/nodejs-cpp/change-char...
  10. Add, Extract or Remove Images in PDF using C++ ...

    Manipulate images in PDF programmatically with C++ sample code using Aspose.PDF for C++... Use the GSave operator to save the current graphical state...operator to save the updated graphical state. Save the PDF file...

    products.aspose.com/pdf/cpp/images/