Sort Score
Result 10 results
Languages All
Labels All
Results 7,311 - 7,320 of 310,781 for

save

(0.07 sec)
  1. Convert TIFF to PDF using Python

    This guide explains how to convert TIFF to PDF using Python. It has all the details to set the IDE, a list of steps, and a sample code for changing TIFF to PDF....as_of() method Create a PDF save options object and set the output...output PDF resolution Save the loaded TIFF as a PDF using the...

    kb.aspose.com/imaging/python/convert-tiff-to-pd...
  2. How to Convert Excel to CSV using Node.js

    This short tutorial guides on how to convert Excel to CSV using Node.js. It has the resources to set the development environment, a list of tasks, and a runnable sample code to convert Excel to CSV file using Node.js....Declare a TxtSaveOptions object Save the workbook using the TxtSaveOptions...the last step, the workbook save() method is called to to transform...

    kb.aspose.com/cells/nodejs/how-to-convert-excel...
  3. TxtExportHeadersFootersMode Enum | Aspose.Words...

    Discover how Aspose.Words' TxtExportHeadersFootersMode enum enhances plain text exports by customizing header and footer handling for optimal results....document's "Save" method // to modify how we save the document...txtExportHeadersFoot ; doc . Save ( ArtifactsDir + "TxtSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  4. How to Find and Replace Text in Word Document u...

    In this short tutorial you will learn how to find and replace text in Word document using C#. In C# Word document replace text is possible using simple API calls for any of .NET based applications....along with different properties Save the output word file with replaced...direction and match case. Finally, save the output file after completing...

    kb.aspose.com/words/net/how-to-find-and-replace...
  5. Aspose.PSD for .NET 22.1 - 发行说明|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....Save(Aspose.PSD.StreamContainer)...; psdImage . Save ( outputPsd ); psdImage . Save ( outputPng ...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  6. Draw Slicer while rendering Excel to PDF with C...

    Export Excel to PDF with slicer settings using Aspose.Cells with C++.... It then saves the workbook as output PDF file...); // Save the workbook as a PDF file workbook . Save ( outputFilePath...

    docs.aspose.com/cells/cpp/draw-slicer-while-ren...
  7. Create Signature Line in an Excel Workbook with...

    This article describes how to Create Signature Line in an Excel Workbook using C++ codes with Aspose.Cells for C++....SignatureLine property and saves the workbook. #include <iostream>...AddSignatureLine ( 1 , 1 , s ); // Save the workbook U16String outputFilePath...

    docs.aspose.com/cells/cpp/create-signature-line...
  8. MarkdownSaveOptions class | Aspose.Words for Py...

    aspose.words.saving.MarkdownSaveOptions class. Class to specify additional options when saving a document into the [SaveFormat.MARKDOWN](../../aspose.words/Saveformat/#MARKDOWN) format...specify additional options when saving a document into the SaveFormat...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Extract images from PDF in JavaScript via C++ |...

    Simple demo source code to extract images from PDF file on JavaScript directly on the Web.... Save output image to jpeg file. Save updated PDF...number), resolution 150 DPI and save*/ const json = AsposePdfExtractImag...

    products.aspose.com/pdf/javascript-cpp/parser/i...
  10. DocumentBuilder.InsertTextInput | Aspose.Words ...

    Effortlessly add text form fields with the DocumentBuilder InsertTextInput method. Enhance your document's interactivity and user experience today!... Save ( ArtifactsDir + "DocumentBuilder...with a type of "text". doc . Save ( ArtifactsDir + "FormFields...

    reference.aspose.com/words/net/aspose.words/doc...