Sort Score
Result 10 results
Languages All
Labels All
Results 5,671 - 5,680 of 375,709 for

save

(0.68 sec)
  1. Convert DOCX to PPTX via C++ or with free Onlin...

    Export DOCX to PPTX in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOCX to PPTX online converter quickly before integrating the code.... This can save time and effort, as the content...from existing documents, and save them as PPTX files. Aspose.Total...

    products.aspose.com/total/cpp/conversion/docx-t...
  2. Create New Document in Apache POI and Aspose.Wo...

    Create a new document easily and fast instead of using Apache POI....); // Save the document in DOCX format. The format to save as is...supports saving any document in many more formats. doc . save ( dataDir...

    docs.aspose.com/words/java/create-new-document-...
  3. Convert CSV to PPS with C++ or with free Online...

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

    products.aspose.com/total/cpp/conversion/csv-to...
  4. Convert CSV to WORDML with C++ or with free Onl...

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

    products.aspose.com/total/cpp/conversion/csv-to...
  5. Convert CSV to POTX with C++ or with free Onlin...

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

    products.aspose.com/total/cpp/conversion/csv-to...
  6. Convert CSV to DOT with C++ or with free Online...

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

    products.aspose.com/total/cpp/conversion/csv-to...
  7. Convert CSV to DOTM with C++ or with free Onlin...

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

    products.aspose.com/total/cpp/conversion/csv-to...
  8. Remove ODT Annotation Online or Manage Annotati...

    delete comments from ODT file through online app for free. Android API code to manage comments of ODT files....all comments Call the save method to save the file. Code : Delete...this comment Call the save method to save the file Add Comments...

    products.aspose.com/total/android-java/annotate...
  9. ActiveX|Aspose.Slides Documentation

    See Aspose.Slides for Android ActiveX examples: insert, configure, and control ActiveX objects in PPT and PPTX presentations with clear Java code.... save ( "add_activex.pptm" , SaveFormat...removeAt ( 0 ); } presentation . save ( "removed_activex.pptm" , SaveFormat...

    docs.aspose.com/slides/androidjava/examples/ele...
  10. 将页面添加到PDF文档|Aspose.PDF for .NET

    探索如何在.NET中使用Aspose.PDF向现有PDF添加页面,以增强和扩展您的文档。... 使用 Save 方法保存输出PDF。 以下代码片段展示了如何在PDF文件中插入页面。...Insert ( 2 ); // Save PDF document document . Save ( dataDir + "InsertEmptyPage_out...

    docs.aspose.com/pdf/zh/net/add-pages/