Sort Score
Result 10 results
Languages All
Labels All
Results 2,961 - 2,970 of 330,091 for

save

(0.11 sec)
  1. C++ API to Convert MD to PPT | products.aspose.com

    Convert MD to PPT via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert MD 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/md-to-...
  2. Python Microsoft Visio Files Conversion | produ...

    Convert Microsoft Visio formats VSDX VSX VDX VTX VSSX VSTX VSDM VSTM VSSM VDW VSD VST VSS to HTML Images and PDF with few lines of Python code....using Diagram class and call the save method with appropriate parameters...using diagram class and call the save method by providing output file...

    products.aspose.com/diagram/python-java/convers...
  3. 在Ruby中管理文档属性|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...."Aspose" ) # Save the document in PDF format workbook . save ( data_dir..."Publisher" ) # Save the document in PDF format workbook . save ( data_dir...

    docs.aspose.com/cells/zh/java/managing-document...
  4. Resampling Added Images - Excel to PDF Conversi...

    Learn how to compress images added in Excel files to reduce PDF size and improve conversion performance using Aspose.Cells for Node.js via C++....300 , 70 ); // Save the PDF file workbook . save ( path . join...values are rendered in the PDF. Save Specified Worksheets to PDF...

    docs.aspose.com/cells/nodejs-cpp/resampling-add...
  5. Add Text Stamp to PDF using Python | Aspose.PDF

    Add text stamp to PDF file programmatically with Python sample code using Aspose.PDF for Python via C++....the first page of the document Save the document as a PDF file Add...textStamp ) # Save output document document . save ( "sample_stamp...

    products.aspose.com/pdf/python-cpp/stamps/text/
  6. Copying Rows and Columns with Node.js via C++|D...

    This article shows how to copy rows and columns through the Aspose.Cells for Node.js via C++ API....15 ); // Save the excel file. excelWorkbook1 . save ( path ...., 3 ); // Save the result on disc workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/copying-rows-a...
  7. 输出HTML时单独导出工作表CSS,使用Node.js通过C++|Documentation

    了解如何在将Excel文件转换为HTML时单独导出工作表CSS,使用Aspose.Cells for Node.js via C++。...setStyle ( st ); // Specify html save options - export worksheet css...( true ); // Save the workbook in html wb . save ( "outputExportWorkshee...

    docs.aspose.com/cells/zh/nodejs-cpp/export-work...
  8. 支持在用Python加载HTML到Excel工作簿时布局DIV标签 via .NET|Docu...

    学习如何在使用Aspose.Cells for Python via .NET导入HTML到Excel工作簿时,保持DIV标签的布局。实现HTML结构转换的精确控制。... auto_fit_columns () # Save the workbook in xlsx format..."DivTagsLayout_out.xlsx" ) wb . save ( output_path , SaveFormat ...

    docs.aspose.com/cells/zh/python-net/support-the...
  9. BuiltInDocumentProperties.security property | A...

    BuiltInDocumentProperties.security property. Specifies the security level of a document as a numeric value....property to a correct value before saving a document. Examples Shows...read_only_recommended = True doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Convert excel chart to OOXML - Free Support For...

    Hi guys I want to convert a chart that I created in Excel to OOXML format. I am currently doing the same for ranges. I select the range, set the pagesetup and ImageOrPrint options and then Save the xlsx as Docx. But with…...ImageOrPrint options and then save the xlsx as Docx. But with charts...SaveAsEditableShapes = true; workbook.Save(filePath + "sample.docx", options);...

    forum.aspose.com/t/convert-excel-chart-to-ooxml...