Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 375,785 for

save

(2.59 sec)
  1. Convert SXC to POWERPOINT with C++ or with free...

    Convert SXC to POWERPOINT within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to PPTX format using Save member function..."sourceFile.sxc" ); // save SXC as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/sxc-to...
  2. Convert FODS to DOC with C++ or with free Onlin...

    Convert FODS to DOC within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to DOC format using Save member function..."sourceFile.fods" ); // save FODS as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/fods-t...
  3. Convert FODS to DOCX with C++ or with free Onli...

    Convert FODS to DOCX within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to DOCX format using Save member function..."sourceFile.fods" ); // save FODS as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/fods-t...
  4. Convert FODS to PPTX with C++ or with free Onli...

    Convert FODS to PPTX within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to PPTX format using Save member function..."sourceFile.fods" ); // save FODS as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/fods-t...
  5. C++ API to Convert XML to EXCEL | products.aspo...

    Convert XML to EXCEL via C++ API without using Microsoft Excel or Adobe Reader...Convert XML to XLSX by using Save member function Load XLSX document...reference Save the document to CSV format using Save member function...

    products.aspose.com/total/cpp/conversion/xml-to...
  6. C++ API to Convert XSLFO to DIF | products.aspo...

    Convert XSLFO to DIF via C++ API without using Microsoft Excel or Adobe Reader...Convert XSLFO to XLSX by using Save member function Load XLSX document...reference Save the document to DIF format using Save member function...

    products.aspose.com/total/cpp/conversion/xslfo-...
  7. C++ API to Convert XML to MD | products.aspose.com

    Convert XML to MD via C++ API without using Microsoft Excel or Adobe Reader...Convert XML to XLSX by using Save member function Load XLSX document...reference Save the document to MD format using Save member function...

    products.aspose.com/total/cpp/conversion/xml-to...
  8. C++ API to Convert XML to XLTX | products.aspos...

    Convert XML to XLTX via C++ API without using Microsoft Excel or Adobe Reader...Convert XML to XLSX by using Save member function Load XLSX document...reference Save the document to XLTX format using Save member function...

    products.aspose.com/total/cpp/conversion/xml-to...
  9. C++ API to Convert XSLFO to MD | products.aspos...

    Convert XSLFO to MD via C++ API without using Microsoft Excel or Adobe Reader...Convert XSLFO to XLSX by using Save member function Load XLSX document...reference Save the document to MD format using Save member function...

    products.aspose.com/total/cpp/conversion/xslfo-...
  10. Setting Margins with C++|Documentation

    Learn how to set the margins of an Excel worksheet using C++. This guide covers setting page margins, centering content, and configuring header and footer margins programmatically with Aspose.Cells for C++....SetTopMargin ( 3 ); // Save the Workbook workbook . Save ( outDir + u "SetMargins_out...( true ); // Save the Workbook workbook . Save ( outDir + u "CenterOnPage_out...

    docs.aspose.com/cells/cpp/setting-margins/