Sort Score
Result 10 results
Languages All
Labels All
Results 3,851 - 3,860 of 361,407 for

save

(0.38 sec)
  1. SvgSaveOptions.fit_to_view_port property | Aspo...

    SvgSaveOptions.fit_to_view_port property. Specifies if the output SVG should fill the available viewport area (browser window or container)...the SvgSaveOptions object to save with no page borders or selectable...selectable text. options = aw . saving . SvgSaveOptions () options...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose.PSD for .NET 24.7发布说明|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.... Save ( outputFile , new PngOptions...PdfCoreOptions (); psdImage . Save ( output , saveOptions ); }...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  3. Create PDF Document|Aspose.PDF for C++

    This article describes how to Create and format the PDF Document with Aspose.PDF for C++....Paragraphs collection of the page Save the resultant PDF document using...( text ); // Save updated PDF document -> Save ( _dataDir + outputFileName...

    docs.aspose.com/pdf/cpp/create-pdf-document/
  4. 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...
  5. 形状效果|Aspose.Slides 文档

    在C++中为PowerPoint形状应用效果...0f ); pres -> Save ( u "output.pptx" , SaveFormat...set_BlurRadius ( 4 ); pres -> Save ( u "reflection.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/cpp/shape-effect/
  6. ReportBuilder.build_report method | Aspose.Word...

    aspose.words.lowcode.ReportBuilder.build_report method...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/python-net/aspose.wo...
  7. FontFallbackSettings class | Aspose.Words for N...

    Aspose.Words.Fonts.FontFallbackSettings class. Specifies font fallback mechanism settings... save(outputStream) Saves the current fallback...settings to stream. save(fileName) Saves the current fallback...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 添加 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/
  9. Merge POTM Files using Java | products.aspose.com

    Java sample code to combine POTM documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications.... Use save() method to save at specified path System...addClone(slide); } // Save the File prest1.save( "merged-presentation...

    products.aspose.com/slides/java/merger/potm/
  10. Merge ODP Files using Java | products.aspose.com

    Java sample code to combine ODP documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications.... Use save() method to save at specified path System...addClone(slide); } // Save the File prest1.save( "merged-presentation...

    products.aspose.com/slides/java/merger/odp/