Sort Score
Result 10 results
Languages All
Labels All
Results 2,071 - 2,080 of 348,555 for

save

(0.12 sec)
  1. PDF to XLS Converter using PHP | Aspose.PDF

    Sample code on PHP for PDF to XLS conversion. Use example code for batch PDF to XLS conversion with Aspose.PDF for PHP via Java...Save method while passing the output...SaveFormat.Xls as parameters Save the output XLS file System Requirements...

    products.aspose.com/pdf/php-java/conversion/pdf...
  2. Convert Presentations to HTML5 in Python|Aspose...

    Export PowerPoint & OpenDocument presentations to responsive HTML5 with Aspose.Slides for Python via .NET. Preserve formatting, animations, and interactivity.... save ( "index.html" , slides . export...animate_transitions = False presentation . save ( "index.html" , slides . export...

    docs.aspose.com/slides/python-net/export-to-html5/
  3. Export EMAIL to SVG via C++ | products.aspose.com

    C++ API to Convert EMAIL to SVG without using Microsoft Word or Outlook... This will save you time and effort, and ensure...Convert EMAIL to HTML by using Save member function Load HTML by...

    products.aspose.com/total/cpp/conversion/email-...
  4. Can Aspose Support Opening and Modifying Docume...

    I have a number of microsoft documents that contain macros, and am trying to open them, make some modifications, and Save them. Out of the pool, some of them contain macros, and I don’t know which ones. There is no .docm…...make some modifications, and save them. Out of the pool, some...Right now I’m getting errors on save. Professionalize.Discourse July...

    forum.aspose.com/t/can-aspose-support-opening-a...
  5. Convert XLS to DOCX with C++ or with free Onlin...

    Convert XLS 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.xls" ); // save XLS as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/xls-to...
  6. Convert XLTX to DOCX with C++ or with free Onli...

    Convert XLTX 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.xltx" ); // save XLTX as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/xltx-t...
  7. Convert XLTX to POWERPOINT with C++ or with fre...

    Convert XLTX 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.xltx" ); // save XLTX as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/xltx-t...
  8. 使用C++更改形状的调整值|Documentation

    使用Aspose.Cells和C++修改Excel中的形状调整值。...5 ); // Save the workbook workbook . Save ( outDir + u "output_out...); std :: cout << "Workbook saved successfully!" << std :: endl...

    docs.aspose.com/cells/zh/cpp/change-adjustment-...
  9. Aspose::Words::Saving::XlsxSaveOptions::get_Sav...

    Aspose::Words::Saving::XlsxSaveOptions::get_SaveFormat method. Specifies the format in which the document will be Saved if this Save options object is used. Can only be Xlsx in C++....Aspose::Words::Saving::XlsxSaveOptions::get_SaveFormat method...the document will be saved if this save options object is used...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. PDF to PNG Merge using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/merger/pdf-to-png/