Sort Score
Result 10 results
Languages All
Labels All
Results 6,001 - 6,010 of 363,751 for

save

(0.11 sec)
  1. Convert TSV to PPTX with C++ or with free Onlin...

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

    products.aspose.com/total/cpp/conversion/tsv-to...
  2. Convert XLT to POWERPOINT with C++ or with free...

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

    products.aspose.com/total/cpp/conversion/xlt-to...
  3. Convert PDF API | Aspose.PDF

    Convert PDF to DOCX, PPTX, XLS, XLSX, EPUB, TEX, MHTML, Markdown & more formats with Aspose.PDF Library...working with PDF documents is saving them in one format or another...()); // save document in HTML format document . Save ( "output...

    products.aspose.com/pdf/conversion/
  4. Basic operations with PDF documents|Aspose.PDF ...

    Basic operations section describes the possibilities of opening and saving PDF documents using the Aspose.PDF for Python via C++.... Save PDF Document - this article...describes a various ways how to save a PDF document. Get Started...

    docs.aspose.com/pdf/python-cpp/basic-operations/
  5. Manage Slide Show on Android|Aspose.Slides Docu...

    Learn how to manage slide shows in Aspose.Slides for Android via Java. Control slide transitions, timings and more across PPT, PPTX and ODP formats with ease.... save ( "output.pptx" , SaveFormat...setLoop ( true ); presentation . save ( "output.pptx" , SaveFormat...

    docs.aspose.com/slides/androidjava/manage-slide...
  6. Flatten all Fields in existing PDF File (facade...

    This section explains how to flatten all Fields with Aspose.PDF Facades using Form Class....method and finally save the updated PDF using save(..) method. The...

    docs.aspose.com/pdf/java/flatten-all-fields/
  7. How to Convert OneNote to JPEG using Java

    This topic focuses on how to convert OneNote to JPEG using Java. It includes all the requirements for setting up the IDE, programming work flow and a sample code to export OneNote to JPEG using Java....SaveFormat enumerator inside the save method The steps above entail...instance. In the next step, the save method is employed to export...

    kb.aspose.com/note/java/how-to-convert-onenote-...
  8. Divide Word Document into Sections using C#

    This article guides on how to divide Word document into sections using C#. It has the IDE settings, steps, and a sample code to split Word document into sections using C#....into the empty Word file and save it with the new name Iterate...collection of a new Word file. Save the newly created Word file...

    kb.aspose.com/words/net/divide-word-document-in...
  9. Add PDF Page Stamp to PDF|Aspose.PDF for PHP vi...

    Add a Page stamp to a PDF file using the PdfPageStamp class with PHP....$plumPageStamp ); } // Save output document $document -> save ( $outputFile...

    docs.aspose.com/pdf/php-java/page-stamps-in-the...
  10. 保存 SVG 文件 – Aspose.SVG for Python via .NET

    了解如何使用 Aspose.SVG Python 库将 SVG 文档保存到文件、内存流或 Url。...您将了解如何使用 类的 save() 方法保存 SVG 文件。此外,Aspose.SVG...with the document here 16 17 # Save the modified SVG document to...

    docs.aspose.com/svg/zh/python-net/save-svg-file/