Sort Score
Result 10 results
Languages All
Labels All
Results 5,431 - 5,440 of 134,700 for

save

(0.27 sec)
  1. How to Convert RTF to PDF using C#

    This quick tutorial will guide you how to convert RTF to PDF using C#. You can write RTF to PDF converter in C# simply by loading the source RTF and saving it as a PDF file with the help of a few lines of code....RTF Save the output PDF file using the desired PDF save options...applications. In the end, we save the input RTF file as PDF along...

    kb.aspose.com/words/net/how-to-convert-rtf-to-p...
  2. Smart Filter Manipulation in Aspose.PSD for Jav...

    Examples of how to use Smart Filters in PSD File...The original image is saved using the save() method, specifying...the updated image is saved using the save() method with the output...

    docs.aspose.com/psd/java/smart-filters/
  3. How to Convert XLSX to PDF using Node.js

    This article guides on how to convert XLSX to PDF using Node.js. It contains the instructions to set the environment, a list of steps, and a runnable sample code to change XLSX to PDF using Node.js....the output PDF file Call the save() method of the Workbook class...PdfSaveOptions class object. Finally, the save() method from the Workbook class...

    kb.aspose.com/cells/nodejs/how-to-convert-xlsx-...
  4. Convert AI to TIFF in C#

    Use this topic to covert AI to TIFF in C#. Get the configuration settings, a list of steps, and a working example to export AI to TIFF in C#....quite simple and can be used to save AI as TIFF using C# using a...AI to a TIFF file using the Save method By following the steps...

    kb.aspose.com/psd/net/convert-ai-to-tiff-in-csh...
  5. Password Protect the VBA Project of Excel Workb...

    Learn how to password protect the VBA Project of an Excel workbook using Aspose.Cells with C++.... Finally, it saves it as the output Excel file...u "11" ); // Save the output Excel file wb . Save ( outputFilePath...

    docs.aspose.com/cells/cpp/password-protect-the-...
  6. Create Signature Line in an Excel Workbook usin...

    This article describes how to create a Signature Line in an Excel Workbook using Node.js code with Aspose.Cells for Node.js via C++....getSignatureLine() property and saves the workbook. const path = require...signatureLine ); // Save the workbook workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/create-signatu...
  7. Convert EML to MHTML via Java | products.aspose...

    Try the code sample to convert EML files to MHTML format in Java. Download Java API to take your email processing applications to the next level....algorithms or tedious manual work, saving time and effort for more important...create, load and parse, modify, save emails, or perform other manipulations...

    products.aspose.com/email/java/conversion/eml-t...
  8. Setting Page Options in Php|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....$page_orientation_type -> PORTRAIT ); # Saving the modified Excel file in...Excel 2003) format $workbook -> save ( $dataDir . "Page Orientation...

    docs.aspose.com/cells/java/setting-page-options...
  9. MailMergeSettings.Clear | Aspose.Words for .NET

    Effortlessly reset your mail merge settings with the MailMergeSettings Clear method, transforming your document into a standard format for seamless use....document is saved, no mail merge settings will be saved and it will...clearing them. Once we do that and save the document, // Microsoft Word...

    reference.aspose.com/words/net/aspose.words.set...
  10. Insert Bullets in Word using C#

    Follow this article to insert bullets in Word using C#. It has the details for IDE, steps, and a sample code for creating Microsoft Word bullet points using C#....multiple levels, add some text, and save the output file with a list...remove the last empty bullet and save the output These steps summarize...

    kb.aspose.com/words/net/insert-bullets-in-word-...