Sort Score
Result 10 results
Languages All
Labels All
Results 4,681 - 4,690 of 367,936 for

save

(0.2 sec)
  1. Unlock PDF using Python | Aspose.PDF

    Decrypt (remove encryption) PDF documents programmatically with Python sample code using Aspose.PDF for Python for .NET... Unlock PDF and save time. For example, if you often...Call Document.Decrypt Method. Save the PDF file. The provided Python...

    products.aspose.com/pdf/python-net/decrypt/
  2. Extract Text From Word Document in Java

    One can extract Text from Word document in Java by referring to this simple article. It includes the required steps to set up the development environment, step-wise program workflow, and a running example code to to convert Word to TXT in Java....required output TXT file properties Save the loaded DOCX file as TXT...TXT file on the disk using the save method These precise steps in...

    kb.aspose.com/words/java/extract-text-from-word...
  3. Create Excel Charts and Embed Them in Presentat...

    Create Excel charts and embed them as OLE objects in PowerPoint and OpenDocument presentations with Java. Step-by-step guide with code samples.... Save the presentation to disk in...); // Get the chart image and save it to a stream. com . aspose...

    docs.aspose.com/slides/java/creating-excel-char...
  4. Supported File Formats – Aspose.HTML for Java

    In this article, you will learn about the input and output file formats supported by Aspose.HTML for Java library....can load and save. Format Description Load Save Remarks HTML...format HTML with XML syntax Save option is only available when...

    docs.aspose.com/html/java/getting-started/suppo...
  5. Inserting and Deleting Rows and Columns of an E...

    This article shows how to insert and delete rows and columns using the Aspose.Cells for C++ API....xls" ; // Saving the modified Excel file workbook . Save ( outputFilePath...xls" ; // Save the modified Excel file workbook . Save ( outputFilePath...

    docs.aspose.com/cells/cpp/inserting-and-deletin...
  6. C++ API to Convert SVG to PPSX | products.aspos...

    Convert SVG to PPSX via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert SVG to PPTX by using Save method function Load PPTX document...reference Save the document to PPSX format using Save member function...

    products.aspose.com/total/cpp/conversion/svg-to...
  7. Get, Update and Expand a Bookmark|Aspose.PDF fo...

    This article describes how to use bookmarks in a PDF file with our Aspose.PDF for .NET library....properties and then save the updated PDF file using the Save method. The...index values. Save the updated PDF file using the Save method. Get...

    docs.aspose.com/pdf/net/get-update-and-expand-b...
  8. Disable CSS while saving to HTML with Node.js v...

    Learn how to disable CSS while saving Excel files to HTML using Aspose.Cells for Node.js via C++....Ask AI Disable CSS while saving to HTML with Node.js via C++...Possible Usage Scenarios When you save your Excel file to a single‑page...

    docs.aspose.com/cells/nodejs-cpp/disable-css-wh...
  9. 通过 C++ 使用 Node.js 将 JSON 转换为Excel|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将JSON转换为Excel文件。...filePath ); // save file to xlsx format wb . save ( "sample_out...options ); // Save file to xlsx format book . save ( "sample_out...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-jso...
  10. Create Links in PDF file with Python|Aspose.PDF...

    This section explains how to create links in your PDF document with Python....link ) # Save the modified document document . save ( path_outfile...link annotation to the page Save the modified document to the...

    docs.aspose.com/pdf/python-net/create-links/