Sort Score
Result 10 results
Languages All
Labels All
Results 7,951 - 7,960 of 375,748 for

save

(0.56 sec)
  1. Working with Window Elements|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....window ); // save in any supported format diagram . save ( dataDir.... TRUE ); // save visio drawing diagram . save ( dataDir + "...

    docs.aspose.com/diagram/java/working-with-windo...
  2. Archive

    archives...Convert Visio VSDX to SVG in Java Save a Specific Page as SVG Convert...the Diagram class. Call the save() method and specify the SVG...

    blog.aspose.com/diagram/convert-visio-to-svg-in...
  3. Aspose.PSD for Python via .NET 24.4 - Release N...

    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 ( outputFilePath , PngOptions...shapeLayer . update () newPsd . save ( outputFile ) with PsdImage...

    docs.aspose.com/psd/python-net/aspose-psd-for-p...
  4. How to Convert Microsoft Project File to XPS in...

    This tutorial provides details on how to convert Microsoft Project file to XPS in Java. It will assist to convert MPP file format to XPS without using MS Project application....object Save the MPP document to XPS by calling the save function...file from the disc and then saving it as an XPS file. The Project...

    kb.aspose.com/tasks/java/how-to-convert-microso...
  5. Working with Images in XPS file | Java

    How to add simple or tiled image to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...Matrix and an ImageBrush and save XpsDocument. The following code...))); 14 // Save resultant XPS document 15 doc. save (getOutputDir()...

    docs.aspose.com/page/java/xps/working-with-images/
  6. Auto-space a Collection of Shapes in the Visio ...

    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.... options ) # save Visio drawing diagram . save ( "AutoSpaceShapes_Out...Export of Hidden Visio Pages on Saving Format Visio Pages...

    docs.aspose.com/diagram/python-java/auto-space-...
  7. 在Python中转换为MHTML文件|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....xlsx" # Specify the HTML saving options sv = self . HtmlSaveOptions...Workbook ( filePath ) # Save the MHT file wb . save ( filePath + ".out...

    docs.aspose.com/cells/zh/java/converting-to-mht...
  8. PdfSaveOptions.CreateNoteHyperlinks | Aspose.Wo...

    Enhance your PDFs with PdfSaveOptions' CreateNoteHyperlinks. Convert footnotes and endnotes into clickable links for easy navigation. Default, false....can pass to the document's "Save" method // to modify how that...createNoteHyperlinks ; doc . Save ( ArtifactsDir + "PdfSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Manage Presentation Tables in .NET|Aspose.Slide...

    Create & edit tables in PowerPoint slides with Aspose.Slides for .NET. Discover simple C# code examples to streamline your table workflows.... Save the modified presentation. This...Cells" ; // Saves the presentation to Disk pres . Save ( "table...

    docs.aspose.com/slides/net/manage-table/
  10. Split PDF pages|Aspose.PDF for .NET

    This section explains how to split PDF pages with Aspose.PDF Facades using PdfFileEditor class....loop through this array and save the individual sets of pages..."MultiplePages.pdf" , numberOfPages ); // Save individual files foreach ( var...

    docs.aspose.com/pdf/net/split-pdf-pages/