Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 369,762 for

save

(0.07 sec)
  1. 画钻石|Documentation

    本节介绍如何在visio页面用Aspose.Diagram绘制菱形。支持用C#绘制菱形并保存为pdf、svg、html、image、xps等格式。...draw a diamond in the page and save as SVG format. The code example...diamond in a Visio drawing and save as SVG format. 在 PDF 中绘制钻石 Aspose...

    docs.aspose.com/diagram/zh/net/drawing/draw-dia...
  2. 绘制三角形|Documentation

    本节介绍如何用Aspose.Diagram在visio页面中绘制三角形。支持使用C#绘制三角形并保存为pdf、svg、html、image、xps等格式。...draw a triangle in the page and save as SVG format. The code example...triangle in a Visio drawing and save as SVG format. 在 PDF 中绘制三角形...

    docs.aspose.com/diagram/zh/net/drawing/draw-tri...
  3. Convert PPTX to PPT in Python|Aspose.Slides for...

    Easily convert PPTX to PPT with Aspose.Slides for Python via .NET—ensure seamless compatibility with PowerPoint formats while preserving your presentation’s layout and quality....the file name and save format to the save method of the Presentation...Presentation ( "presentation.pptx" ) # Save the presentation as a PPT file...

    docs.aspose.com/slides/python-net/convert-pptx-...
  4. XamlFixedSaveOptions.resourceSavingCallback pro...

    XamlFixedSaveOptions.resourceSavingCallback property. Allows to control how resources (images and fonts) are Saved when a document is exported to fixed page Xaml format....resources (images and fonts) are saved when a document is exported...resourceSavingCallba () : Aspose . Words . Saving . IResourceSavingCallb Examples...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose.PSD for .NET 21.8 - 更新说明|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 ( outputFileName , new PngOptions...UpdateLayerData (); image . Save ( outputFileName ); } PSDNET-698...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  6. Aspose::Words::Saving::XpsSaveOptions::XpsSaveO...

    Aspose::Words::Saving::XpsSaveOptions::XpsSaveOptions constructor. Initializes a new instance of this class that can be used to Save a document in the Xps format in C++....Aspose::Words::Saving::XpsSaveOptions::XpsSaveOptions constructor...this class that can be used to save a document in the Xps format...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. DownsampleOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.DownsampleOptions class to easily customize image downsampling for optimized document quality and performance.... To learn more, visit the Save a Document documentation article...can pass to the document's "Save" method // to modify how that...

    reference.aspose.com/words/net/aspose.words.sav...
  8. How to Merge PDF using C#|Aspose.PDF for .NET

    This page explain how to merge PDF documents into a single PDF file with C# or VB.NET.... Finally, save the output PDF file using the Save method. The... Pages ); // Save PDF document document1 . Save ( dataDir + "MergeDocuments_out...

    docs.aspose.com/pdf/net/merge-pdf-documents/
  9. ContentDisposition | Aspose.Words for Java

    Enumerates different ways of presenting the document at the client browser in Java....perform a mail merge, and then save the document to the client browser...browser and present an option to save the document to disk or open...

    reference.aspose.com/words/java/com.aspose.word...
  10. Moving PDF Pages programmatically via Python|As...

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for Python via .NET.... Save both documents. The following...pages . delete ( 2 ) document . save ( input_file_name . replace...

    docs.aspose.com/pdf/python-net/move-pages/