Sort Score
Result 10 results
Languages All
Labels All
Results 8,571 - 8,580 of 365,121 for

save

(0.12 sec)
  1. Aspose::Words::Saving::PageSet class | Aspose.W...

    Aspose::Words::Saving::PageSet class. Describes a random set of pages. To learn more, visit the documentation article in C++....Aspose::Words::Saving::PageSet class Contents [ Hide ] PageSet...::SharedPtr<Aspose::Words::Saving::PageRange>>&) Creates a page...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. How to Convert Excel to XPS using Node.js

    This tutorial entails how to convert Excel to XPS using Node.js. XPS is a very common file format that can be generated from Excel in any operating system like Windows, macOS and Linux....instance of the Workbook class Save the loaded Excel file as XPS...Workbook class. Then by using the save method, the loaded XLSX file...

    kb.aspose.com/cells/nodejs/how-to-convert-excel...
  3. How to Convert DWG to JPG in C#

    This example will help you to see how to convert DWG to JPG in C# programmatically. Exporting DWG to JPG in C# is easily achieved using few lines of code exposed by Aspose.CAD for .NET API....CAD in C#, save Autocad as Jpeg in both multiple...options for desired JPEG file Save the DWG to JPEG exported image...

    kb.aspose.com/cad/net/how-to-convert-dwg-to-jpg...
  4. 使用 Python 嵌入演示文稿中的字体|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python 通过 .NET 将 TrueType 字体嵌入 PowerPoint 和 OpenDocument 演示文稿,确保在所有平台上准确渲染。... save ( "picture1_out.png" , slides..., 720 )) as image : image . save ( "picture2_out.png" , slides...

    docs.aspose.com/slides/zh/python-net/embedded-f...
  5. Convert Visio to PDF format|Documentation

    This topic show you how to convert Visio to PDF formats using Aspose.Diagram for Python via Java. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM, VSSM to PDF with a few lines of code....read the diagram files and the Save method to export the diagram...class. Call the Diagram classs Save method and set the output format...

    docs.aspose.com/diagram/python-java/convert-vis...
  6. Ինչպես փոխարկել Raster պատկերը SVG-ի C#-ի միջոցով

    Այս կարճ ձեռնարկը ցույց է տալիս, թե ինչպես փոխարկել Raster պատկերը SVG-ի, օգտագործելով C#: Այն ցույց է տալիս, թե ինչպես օգտագործել C# Raster պատկերը SVG-ի փոխակերպումը հեշտությամբ հնարավոր է՝ օգտագործելով մի քանի տող կոդ:...ռաստերը SVG պատկերին՝ օգտագործելով Save մեթոդը TIFF-ը SVG C# -ի փոխարկելու...փոխարկել Tiff-ը SVG-ի, օգտագործելով Save մեթոդը: Ռաստերային պատկերի SVG...

    kb.aspose.com/hy/imaging/net/how-to-convert-ras...
  7. Aspose::Words::Saving::PdfDigitalSignatureDetai...

    Aspose::Words::Saving::PdfDigitalSignatureDetails class. Contains details for signing a PDF document with a digital signature in C++....Aspose::Words::Saving::PdfDigitalSignatureD class Contents [...set_HashAlgorithm (Aspose::Words::Saving::PdfDigitalSignatureH) Sets...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Convert Spreadsheet to PDF in xlsx4j|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....xls" ); //Save the document in PDF format workbook . save ( dataDir...

    docs.aspose.com/cells/java/convert-spreadsheet-...
  9. Adding Slide to Presentation|Aspose.Slides Docu...

    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....SlidePart >(); // Save the new slide part. slide . Save ( slidePart...GetIdOfPart ( slidePart ); // Save the modified presentation. presentationPart...

    docs.aspose.com/slides/net/adding-slide-to-pres...
  10. Working with Text | C++ API Solution

    How to add text to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...with required font information Save the file using the method of...set_Fill(textFill); 9 // Save resultant XPS document 10 doc -> Save(outDir()...

    docs.aspose.com/page/cpp/xps/working-with-text/