Sort Score
Result 10 results
Languages All
Labels All
Results 7,431 - 7,440 of 369,807 for

save

(0.19 sec)
  1. Convert DOT to OST in Python | products.aspose.com

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

    products.aspose.com/total/python-net/conversion...
  2. Encrypt a Document in Python|Aspose.Words for P...

    Encrypt your document using appropriate encryption algorithms for specific document formats in Python....Each document save format in the aspose.words.saving module has...corresponding class containing save options for this format. For...

    docs.aspose.com/words/python-net/encrypt-a-docu...
  3. 将 PowerPoint 转换为 PDF 附注|Aspose.Slides for PHP 文档

    将 PowerPoint 转换为带附注的 PDF...:: BottomFull ); $presOut -> save ( "PDF-SelectedSlide.pdf" ,...在附注幻灯片视图中将 PowerPoint 转换为 PDF Save 方法由 Presentation 类提供,可用于将整个演示文稿在附注幻灯片视图中转换为...

    docs.aspose.com/slides/zh/php-java/convert-powe...
  4. Check if Digital Signature of VBA Code is Valid...

    Learn how to check the validity of a digital signature in VBA code using Aspose.Cells with C++....when we modify its VBA code and save the workbook and then recheck...( code ); // Save the workbook workbook . Save ( srcDir + u "output_out...

    docs.aspose.com/cells/cpp/check-if-digital-sign...
  5. 图表|Aspose.Slides for Python 文档

    在 Python 中使用 Aspose.Slides 创建和自定义图表:添加数据、格式化系列、坐标轴和标签、切换图表类型并导出——支持 PPT、PPTX 和 ODP。... save ( "chart.pptx" , slides . export...remove ( chart ) presentation . save ( "chart_removed.pptx" , slides...

    docs.aspose.com/slides/zh/python-net/examples/e...
  6. MailMergeSettings.HeaderSource | Aspose.Words f...

    Discover the MailMergeSettings HeaderSource property, define your mail merge header path effortlessly. Optimize your document workflow today!... Save ( ArtifactsDir + "MailMerge...builder . EndTable (); doc . Save ( ArtifactsDir + "MailMerge...

    reference.aspose.com/words/net/aspose.words.set...
  7. MailMergeSettings.DataSource | Aspose.Words for...

    Discover how to set the MailMergeSettings DataSource property for seamless mail merge integration. Easily specify your data source path for optimal results!... Save ( ArtifactsDir + "MailMerge...builder . EndTable (); doc . Save ( ArtifactsDir + "MailMerge...

    reference.aspose.com/words/net/aspose.words.set...
  8. Convert PSD to JPG in Java | Java PSD Converter...

    Programmatically convert PSD to JPG in Java with Aspose.PSD for Java. Export PSD layers as JPG images in Java. Java PSD API.... Designers can save Photoshop layers as JPG images...options. Finally, save the output file using the save() method. The...

    blog.aspose.com/psd/convert-psd-to-jpg-in-java/
  9. PdfImageCompression enumeration | Aspose.Words ...

    aspose.words.saving.PdfImageCompression enumeration. Specifies the type of compression applied to images in the PDF file....can pass to the document's "Save" method # to modify how that...document to .PDF. pdf_save_options = aw . saving . PdfSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Creating PDF from XML using XSLT|Aspose.PDF for...

    C++ library provides the ability to convert an XML file into pdf document requiring that the input XML file must follow the Aspose.PDF Schema....by calling its BindXML method Save the bound XML with PDF instance...(); throw ; } //Save the document pdf -> Save ( _dataDir + u ...

    docs.aspose.com/pdf/cpp/create-a-hello-world-pd...