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

save

(0.84 sec)
  1. DocumentPartSavingArgs.KeepDocumentPartStreamOp...

    Discover how the KeepDocumentPartStreamOpen property in DocumentPartSavingArgs lets Aspose.Words manage document part streams efficiently for optimal performance....stream open or close it after saving a document part. public bool...provided in the call to Save or Save will never be closed by...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Convert Visio to PDF format|Documentation

    This topic show you how to convert Visio to PDF formats using Aspose.Diagram for Python via Java. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM, VSSM to PDF with a few lines of code....Diagram 类的构造函数读取 diagram 文件,并使用 Save 方法将 diagram 导出为任何支持的图像格式。 VSD...类的实例。 Call the Diagram classs Save method and set the output format...

    docs.aspose.com/diagram/zh/python-java/convert-...
  3. Pixel Data Manipulation using Aspose.PSD for C#...

    Example of how to directly and rapidly fast update raw pixel data using PSD C# API...the pixel data directly, and save the modified image. Steps to...values as needed. Save the Modified Pixel Data : Save the modified...

    docs.aspose.com/psd/net/pixel-data-manipulation/
  4. Java API to Export CGM to XAMLFLOW | products.a...

    Convert CGM to XAMLFLOW using on premise Java API...Convert CGM to DOC by using save method Load DOC file by using...Words Save the document to XAML_FLOW format using save method...

    products.aspose.com/total/java/conversion/cgm-t...
  5. Create Presentations in Java|Aspose.Slides Docu...

    Create presentations in Java with Aspose.Slides—produce PPT, PPTX, and ODP files, benefit from OpenDocument support, and Save them programmatically for reliable results.... Save the modified presentation as...setText ( "Hello, Aspose!" ); // Save the presentation as a PPTX file...

    docs.aspose.com/slides/java/create-presentation/
  6. Convert HTML to PDF in Python|Aspose.PDF for Py...

    Learn how to convert HTML content into a PDF document using Aspose.PDF for Python via .NET... Save output PDF document by calling document.save() method..., load_options ) document . save ( path_outfile ) print ( infile...

    docs.aspose.com/pdf/python-net/convert-html-to-...
  7. 插入图片|Documentation

    本节介绍如何在visio页面插入图片,Aspose.Diagram支持使用java插入图片,保存为pdf、svg、html、image、xps等格式。... fis ); // Save the Visio diagram diagram . save ( dataDir +...image in a Visio drawing and save as SVG format. // For complete...

    docs.aspose.com/diagram/zh/java/drawing/insert-...
  8. Working with PDF File Metadata in Python|Aspose...

    Explore how to extract and manage PDF metadata, such as author and title, in Python using Aspose.PDF.... Save the changes to a new PDF file using save method...."Custom creator" # Save PDF document document . save ( data_dir + "SetFileInfo_out...

    docs.aspose.com/pdf/pyhton-net/pdf-file-metadata/
  9. Working with PDF File Metadata in Python|Aspose...

    Explore how to extract and manage PDF metadata, such as author and title, in Python using Aspose.PDF.... Save the changes to a new PDF file using save method...."Custom creator" # Save PDF document document . save ( data_dir + "SetFileInfo_out...

    docs.aspose.com/pdf/python-net/pdf-file-metadata/
  10. 创建书签|Aspose.PDF for .NET

    本节解释如何使用 Aspose.PDF Facades 的 PdfBookmarEditor 类为 PDF 文件创建书签。...然后,您必须调用 CreateBookmarks 方法,并使用 Save 方法保存输出 PDF 文件。以下代码片段向您展示如何创建书签。...CreateBookmarks (); // Save PDF document bookmarkEditor . Save ( dataDir +...

    docs.aspose.com/pdf/zh/net/create-bookmarks/