Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 368,266 for

save

(0.27 sec)
  1. Convert Visio to Images formats|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to various images formats. Convert Visio,VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PNG, JPEG, BMP images with a few lines of code....read the diagram files and the Save method to export the diagram...class. Call the Diagram class' Save method and set the image format...

    docs.aspose.com/diagram/python-net/convert-visi...
  2. DownsampleOptions.resolution_threshold property...

    DownsampleOptions.resolution_threshold property. Specifies the threshold resolution in pixels per inch...can pass to the document's "Save" method # to modify how that...document to .PDF. options = aw . saving . PdfSaveOptions () # By default...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions.... Save ( "output.pptx" , SaveFormat...StartShapeConnection = wantedIndex ; } input . Save ( "output.pptx" , SaveFormat...

    docs.aspose.com/slides/net/public-api-and-backw...
  4. HtmlSaveOptions.DocumentPartSavingCallback | As...

    Control document part saving with HtmlSaveOptions' DocumentPartSavingCallback. Optimize your HTML or EPUB exports for seamless user experience....document parts are saved when a document is saved to HTML or EPUB...split a document into parts and save them. public void DocumentPartsFileNam...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Convert PSD to PNG in C# | PSD to PNG Converter...

    Programmatically, convert PSD to PNG in C# with Aspose.PSD for .NET. Convert PSD layers to PNG images in C#. .NET PSD API...editing, and saving PSD files. It provides the Save(string, ImageOptionsBase)...ImageOptionsBase) method that saves the PSD to the specified file...

    blog.aspose.com/psd/convert-psd-to-png-in-csharp/
  6. Export Worksheet CSS Separately in Output HTML ...

    Learn how to export worksheet CSS separately when converting an Excel file to HTML using Aspose.Cells for Node.js via C++....purpose and set it to true while saving the Excel file to HTML format...cell B5 in Red color, and then saves it in HTML format using HtmlSaveOptions...

    docs.aspose.com/cells/nodejs-cpp/export-workshe...
  7. TableSubstitutionRule.LoadWindowsSettings | Asp...

    Effortlessly load predefined table substitution settings for Windows with the LoadWindowsSettings method. Optimize your workflow today!..."Times New Roman" })); // We can save the table in the form of an...document. tableSubstitutionRul . Save ( ArtifactsDir + "FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  8. Aspose.PSD for Java 24.2 - 发布说明|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 PsdOptions... load ( src )) { psdImage . save ( output , new PngOptions ());...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  9. Delete Named Ranges with Node.js via C++|Docume...

    You can learn how to remove defined names or named ranges from Excel or OpenOffice files with Aspose.Cells for Node.js via C++.... Save the workbook to retain the changes...getNames (). removeAt ( 0 ); } // Save the workbook to retain the changes...

    docs.aspose.com/cells/nodejs-cpp/delete-named-r...
  10. Create PDF using C++ | Aspose.PDF

    This topic shows you how to use the Aspose.PDF for C++ API to easily generate and read PDF files in C++ applications.... Save the PDF using Save(String) method. Following...-> Add ( textFragment ); // Save updated PDF String outputFileName...

    products.aspose.com/pdf/cpp/create/