Sort Score
Result 10 results
Languages All
Labels All
Results 7,821 - 7,830 of 310,748 for

save

(0.12 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. Extract Assets from USD File Formats via .NET |...

    C# source code to load, render and add extract assets from USD documents on .NET Framework, .NET Core, Mono....Call the Extract method and save the file System Requirements...Entities) { if (entity is Mesh) Save((Mesh)entity, node.Name); }...

    products.aspose.com/3d/net/extractor/usd/
  4. Aspose::Words::LowCode::Comparer class | Aspose...

    Aspose::Words::LowCode::Comparer class. Provides methods intended to compare documents in C++....with additional options and saves the differences to the specified...with additional options and saves the differences to the specified...

    reference.aspose.com/words/cpp/aspose.words.low...
  5. 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...
  6. Aspose.PSD for Python via .NET 24.5 - 发行说明|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.... save ( outputFile , psdOptions )...color_index , - 1 ) image . save ( outputFilePath , PngOptions...

    docs.aspose.com/psd/zh/python-net/aspose-psd-fo...
  7. Document.append_document method | Aspose.Words ...

    aspose.words.Document.append_document method...preserving its formatting, # then save the source document to the local...KEEP_SOURCE_FORMATTING ) dst_doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 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...
  9. 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...
  10. Extract Assets from USD File Formats via Java |...

    Sample Java extract assets code for USD file. Use this example code to extract assets from USD file within any Web or Desktop Java based application....Call the Extract method and save the file System Requirements...if (entity instanceof Mesh){ Save((Mesh)entity, node.getName());...

    products.aspose.com/3d/java/extractor/usd/