Sort Score
Result 10 results
Languages All
Labels All
Results 5,991 - 6,000 of 373,092 for

save

(0.21 sec)
  1. Convert PowerPoint Presentations to SWF Flash i...

    Convert PowerPoint (PPT/PPTX) to SWF Flash in .NET with Aspose.Slides. Step‑by‑step C# code samples, fast quality output, no PowerPoint automation....Convert Presentations to Flash The Save method exposed by Presentation...NotesPositions . BottomFull ; // Saving presentation and notes pages...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  2. ImageSaveOptions.PaperColor | Aspose.Words for ...

    Discover the ImageSaveOptions PaperColor property to easily customize background colors for your generated images, enhancing visual appeal and uniqueness....can pass to the document's "Save" method // to modify the way...Color . Transparent ; doc . Save ( ArtifactsDir + "ImageSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Watermarker.SetImage | Aspose.Words for .NET

    Enhance your documents with the Watermarker SetImage method. Effortlessly add custom image watermarks for a professional touch....page of the output will be saved as a separate file. The specified...is TIFF, the output will be saved as a single multi-frame TIFF...

    reference.aspose.com/words/net/aspose.words.low...
  4. TxtSaveOptions.AddBidiMarks | Aspose.Words for ...

    Discover how the TxtSaveOptions AddBidiMarks property enhances plain text exports by adding bidirectional marks for improved readability and formatting....document's "Save" method // to modify how we save the document...AddBidiMarks = addBidiMarks ; doc . Save ( ArtifactsDir + "TxtSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Extract image and change stamp position|Aspose....

    This section explains how to extract Image and Change Position of a Stampwith Aspose.PDF Facades....Once you get the image, you can save the image or work with different...Then, you can save the updated file using Save method. The following...

    docs.aspose.com/pdf/net/extract-image-and-chang...
  6. ImageData.set_image method | Aspose.Words for P...

    aspose.words.drawing.ImageData.set_image method... save ( file_name = ARTIFACTS_DIR...insert_node ( shape ) doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 在现有 PDF 文件中替换图像|Aspose.PDF for .NET

    本节描述了如何使用 C# 库在现有 PDF 文件中替换图像。... 替换特定图像,使用 Document 对象的 Save 方法保存更新后的 PDF 文件。 以下代码片段演示了如何在...imageStream ); } // Save PDF document document . Save ( dataDir + "ReplaceImage_out...

    docs.aspose.com/pdf/zh/net/replace-image-in-exi...
  8. PageExtractOptions Class | Aspose.Words for .NET

    Easily extract document pages with Aspose.Words.PageExtractOptions. Customize output with flexible page extraction settings....the initial page numbering and save the NUMPAGE field. Document...ExtractPages ( 1 , 1 ); extractedDoc1 . Save ( ArtifactsDir + "Document....

    reference.aspose.com/words/net/aspose.words/pag...
  9. 公共 API Aspose.Diagram 17.01 的变化|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....); // create an instance SVG save options class SVGSaveOptions...getShape ( 2 )); // save Visio drawing diagram . save ( dataDir + "SelectiveShapes_out...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  10. Convert SVG to PNG – Aspose.SVG for Python via ...

    Convert SVG to PNG in Python using Aspose.SVG for Python via .NET. You will find Python examples and an online SVG Converter....PNG conversion with default save options and with exactly specified...converter. In the example, the save options are set by default....

    docs.aspose.com/svg/python-net/convert-svg-to-png/