Sort Score
Result 10 results
Languages All
Labels All
Results 5,281 - 5,290 of 369,804 for

save

(0.11 sec)
  1. Slide Transition|Aspose.Slides for Node.js via ...

    Master slide transitions in Aspose.Slides for Node.js: add, customize, and sequence effects and durations with examples for PPT, PPTX, and ODP presentations.... save ( "slide_transition.pptx" ,...TransitionType . None ); presentation . save ( "slide_transition_removed...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  2. Section|Aspose.Slides for Node.js via .NET Docu...

    Manage slide sections in Aspose.Slides for Node.js via Java: create, rename, reorder, and group slides with JavaScript examples for PPT, PPTX, and ODP.... save ( "section.pptx" , aspose ....( section ); presentation . save ( "section_removed.pptx" , aspose...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  3. How to Convert MPP to SVG | Aspose.Tasks Docume...

    Convert your Microsoft Project files to scalable vector graphics with Aspose.Tasks for .NET.... Saving a Project as SVG The class exposes the Save method...used to save a project in various formats. The Save method allows...

    docs.aspose.com/tasks/net/convert-ms-project-mp...
  4. Convert DOCM to PST in Python | products.aspose...

    Save DOCM to PST within Python applications without using Microsoft Word or Outlook...NET and save it into PST format. This process...using Document class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  5. Convert DOTM to VCF in Python | products.aspose...

    Save DOTM to VCF within Python applications without using Microsoft Word or Outlook...NET and save it into VCF format. How to Convert...using Document class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  6. Concatenate PDF Files in Python|Aspose.PDF for ...

    Learn how to concatenate multiple PDF files into a single PDF document in Python using Aspose.PDF, simplifying document management.... getPages ()) # Save the concatenated output file...(the target document) doc . save ( self . dataDir + "Concatenate_output...

    docs.aspose.com/pdf/java/concatenate-pdf-files-...
  7. Convert PDF to EMLX in Python | products.aspose...

    Save PDF to EMLX within Python applications without using Microsoft Word or Outlook...NET and saving it into EMLX format. This makes...using Document class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  8. Convert other file formats to PDF in .NET|Aspos...

    This topic show you how to Aspose.PDF allows to convert other file formats such as EPUB, MD, PCL, XPS, PS, XML and LaTeX to PDF document.... Save the document with the desired...options )) { // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/convert-other-files-to-...
  9. 添加 PDF 表单字段|Aspose.PDF for .NET

    本主题解释了如何使用 FormEditor 类与 Aspose.PDF Facades 一起处理表单字段。...SetFieldLimit 方法指定字段中的字符数限制,最后使用 Save 方法保存更新后的 PDF 文件。以下代码片段演示了如何在现有..."Country" , 20 ); // Save PDF document editor . Save ( dataDir + "Sample-Form-01-mod...

    docs.aspose.com/pdf/zh/net/add-form-fields/
  10. Working with Images | Aspose.Note Documentation

    With C# OneNote API or Library, you can extract images from OneNote document, get information of the images, insert an image into existing OneNote document, and link an image to hyperlink.... Save image bytes to a file. The code...from a OneNote document and save them as files. Copy 1 // The...

    docs.aspose.com/note/net/working-with-images/