Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 375,303 for

save

(0.33 sec)
  1. Android API to Render MHTML to RTF | products.a...

    Transform MHTML to RTF via Android via Java API...page archive format used to save web pages for offline viewing...audio, and video. It is used to save webpages for archiving or sharing...

    products.aspose.com/total/android-java/conversi...
  2. Aspose.3D 16.9.0中的公共 API 更改|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....iterate through the scenes and save in 3D files foreach ( Scene...+ ( i ++) + ".fbx" ; scene . Save ( fileName , FileFormat . FBX7400ASCII...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  3. Export Worksheet CSS Separately in Output HTML ...

    Learn how to export worksheet CSS separately when converting Excel files to HTML using Aspose.Cells for 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/cpp/export-worksheet-css-...
  4. Adding Javascript actions to existing PDF file|...

    Learn how to add JavaScript actions to PDF documents in Java with Aspose.PDF for enhanced document interactivity.... After you may save your document. public static... GREEN ); // save the output file editor . save ( _dataDir +...

    docs.aspose.com/pdf/java/adding-javascript-acti...
  5. Read CSV File With Multiple Encodings|Documenta...

    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 it in XLSX format workbook . save ( dataDir +...Workbook using Aspose.Cells Save Each Worksheet to Different...

    docs.aspose.com/cells/java/read-csv-file-with-m...
  6. Creating, Opening and Saving Images|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....Creating, Opening and Saving Images Contents [ Hide ] Creating...method expose by PsdImage class Save the results. Load Image as Layer...

    docs.aspose.com/psd/net/creating-opening-and-sa...
  7. Manage SmartArt Shape Nodes in Presentations Us...

    Manage SmartArt shape nodes in PPT, PPTX and ODP with Aspose.Slides for Python via .NET. Get clear code samples and tips to streamline your presentations.... Save the Presentation. import aspose...Node Added" # Saving Presentation pres . save ( "AddSmartArtNode_out...

    docs.aspose.com/slides/python-net/manage-smarta...
  8. Set Privileges on PDF|Aspose.PDF for .NET

    Discover how to modify user privileges in PDF files, restricting certain actions using Aspose.PDF in .NET....privilege ); // Save PDF document fileSecurity . Save ( dataDir +...privilege ); // Save PDF document fileSecurity . Save ( dataDir +...

    docs.aspose.com/pdf/net/set-privileges/
  9. Change pages only after comparison - Free Suppo...

    Hi, docA = aw.Document( "DocumentA.docx") docB = aw.Document("DocumentA_corrected.docx") options = aw.comparing.CompareOptions() options.ignore_formatting = True options.ignore_headers_and_footers = True o…...comparing now is there way to save only these pages? can the do...2025, 1:30pm 2 @Prakruth To save only the pages that have changes...

    forum.aspose.com/t/change-pages-only-after-comp...
  10. Add Line Object to PDF file|Aspose.PDF for Pyth...

    This article explains how to create a line object to your PDF using Aspose.PDF for Python via .NET....Line Add the Line to the Graph Save our PDF file. import aspose...append ( line ) # Save PDF file document . save ( path_outfile )...

    docs.aspose.com/pdf/python-net/add-line/