Sort Score
Result 10 results
Languages All
Labels All
Results 8,561 - 8,570 of 375,722 for

save

(0.81 sec)
  1. Convert ICS to MSG via C# | products.aspose.com

    Sample code for ICS to MSG C# conversion. Use API example code for batch ICS files to MSG conversion within VB.NET, Asp.NET or any .NET based application.... Call the Save method. Pass the output file...extension. MSG file will be saved at the specified path. System...

    products.aspose.com/email/net/conversion/ics-to...
  2. What's is the difference between FDF, XML, and ...

    This section difference between XML, FDF and XFDF forms with Aspose.PDF Facades using Form Class....files use different syntax to save PDF form field values. The example...font, list item and so on. To save these values we will be using...

    docs.aspose.com/pdf/net/whats-the-difference-be...
  3. Adding a Signature to an Image|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.... We’ll save the resultant image in PNG format...Graphics class DrawImage method. Save result in PNG format. Program...

    docs.aspose.com/psd/net/adding-a-signature-to-a...
  4. Adding a Signature to an Image|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.... We’ll save the resultant image in PNG format...Graphics class' drawImage method. Save result in PNG format. Program...

    docs.aspose.com/imaging/java/adding-a-signature...
  5. How to Export Excel to Word in Python

    This brief article guides on how to export Excel to Word in Python. It contains information about the environment configuration, the detailed steps to be followed and a runnable sample code converting Excel to Word in Python....not exist for saving the output Word file Save the Excel file...the Workbook.save() method using the custom save options The detailed...

    kb.aspose.com/cells/python/how-to-export-excel-...
  6. Manage ActiveX Controls in Presentations with P...

    Learn how Aspose.Slides for Python via .NET leverages ActiveX to automate and enhance PowerPoint presentations, giving developers powerful control over slides.... save ( bmp_bytes , drawing . imaging...bmp_bytes = io . BytesIO () bmp . save ( bmp_bytes , drawing . imaging...

    docs.aspose.com/slides/python-net/activex/
  7. How to Compress any size documents by applying ...

    Compress any document size quickly and efficiently with parallel processing by Python.Net...BZIP2 save_options = zp . bzip2 . Bzip2SaveOptions() save_options...bin" ) archive . save( "archive.bz2" , save_options) Parallel...

    products.aspose.com/zip/python-net/advanced-api...
  8. Converting a PDF file to DICOM using Rust | Asp...

    Code Examples on Rust for PDF‑to‑DICOM Conversion on All Platforms...your PDF file and then simply save it as a DICOM file. You can..."sample.pdf" ) ? ; // Convert and save the specified page as DICOM-image...

    products.aspose.com/pdf/rust-cpp/conversion/pdf...
  9. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks using Aspose.Slides for PHP via Java. Load sheets and cells and use values to generate data-driven PowerPoint presentations....it does not allow editing or saving Excel files — its sole purpose..."{{YearsOfService}}" , $yearsOfService )); // Save the personalized presentation...

    docs.aspose.com/slides/php-java/excel-integration/
  10. Create Union Range with C++|Documentation

    Create Union Range in Excel files using Aspose.Cells with C++...."ABCD" ); // Save the output workbook workbook . Save ( u "CreateUnionRange_out...range created and workbook saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/create-union-range/