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

save

(0.16 sec)
  1. Online PCL to ODP Conversion or Build .NET base...

    Free online app to convert PCL to ODP files. .NET C# conversion library code for PCL documents....Convert PCL to PPTX by using Save method Load PPTX file by using...Presentation class Save the document to ODP format using Save method and...

    products.aspose.com/total/net/conversion/pcl-to...
  2. Online XSLFO to XAML Conversion or Build .NET b...

    Free online app to convert XSLFO to XAML files. .NET C# conversion library code for XSLFO documents....Convert XSLFO to PPTX by using Save method Load PPTX file by using...Presentation class Save the document to XAML format using Save method and...

    products.aspose.com/total/net/conversion/xslfo-...
  3. Replace Text in PDF using C++|Aspose.PDF for C++

    Learn how to replace text in a PDF file in C++ using Aspose.PDF, enabling quick document edits....only need to save the output PDF using the Save method of the...()); } // Save the updated PDF file document -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/replace-text-in-pdf/
  4. Rendering Gantt Charts | Aspose.Tasks Documenta...

    Learn how to render Gantt charts from your project files using Aspose.Tasks for .NET....purposes Setting Timescales and Saving to an Image The class’s Timescale...different timescale setting. Saves the file to disk as a JPG. Copy...

    docs.aspose.com/tasks/net/rendering-gantt-chart/
  5. Set Privileges, Encrypt and Decrypt PDF|Aspose....

    Encrypt PDF File with C# using Different Encryption Types and Algorithms. Also, decrypt PDF Files using Owner Password.... false ); // Save PDF document document . Save ( dataDir + "SetPrivileges_out...choice. Finally, save the encrypted PDF file using Save method of the...

    docs.aspose.com/pdf/net/set-privileges-encrypt-...
  6. Set Default Font while Rendering Spreadsheet to...

    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.... It then saves the workbook to HTML using different...); cell . setStyle ( st ); // Save the workbook in HTML format...

    docs.aspose.com/cells/nodejs-cpp/set-default-fo...
  7. TableSubstitutionRule.LoadWindowsSettings | Asp...

    Effortlessly load predefined table substitution settings for Windows with the LoadWindowsSettings method. Optimize your workflow today!..."Times New Roman" })); // We can save the table in the form of an...document. tableSubstitutionRul . Save ( ArtifactsDir + "FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  8. ImageSavingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.ImageSavingArgs class, enhancing document processing with customizable image saving options for optimal performance.... To learn more, visit the Save a Document documentation article...group shape that is about to be saved. Document { get; } Gets the...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Convert Visio to Images formats|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to various images formats. Convert Visio,VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PNG, JPEG, BMP images with a few lines of code....read the diagram files and the Save method to export the diagram...class. Call the Diagram class' Save method and set the image format...

    docs.aspose.com/diagram/net/convert-visio-to-im...
  10. Create PDF using C++ | Aspose.PDF

    This topic shows you how to use the Aspose.PDF for C++ API to easily generate and read PDF files in C++ applications.... Save the PDF using Save(String) method. Following...-> Add ( textFragment ); // Save updated PDF String outputFileName...

    products.aspose.com/pdf/cpp/create/