Sort Score
Result 10 results
Languages All
Labels All
Results 3,061 - 3,070 of 361,638 for

save

(0.09 sec)
  1. OoxmlCompliance enumeration | Aspose.Words for ...

    aspose.words.saving.OoxmlCompliance enumeration. Allows to specify which OOXML specification will be used when saving in the DOCX format....specification will be used when saving in the DOCX format. Members...compliance specification for a saved document to adhere to. doc =...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 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/
  3. 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-...
  4. Render MSG to PNG in Andorid App | products.asp...

    Export MSG to PNG without using Microsoft Word or Outlook in you Andorid applications...using save method Load HTML by using Document class Save the document...document to PNG format using save method and set PNG as SaveFormat...

    products.aspose.com/total/android-java/conversi...
  5. Render MSG to WORD in Andorid App | products.as...

    Export MSG to WORD without using Microsoft Word or Outlook in you Andorid applications...using save method Load HTML by using Document class Save the document...document to DOCX format using save method and set DOCX as SaveFormat...

    products.aspose.com/total/android-java/conversi...
  6. Render MSG to RTF in Andorid App | products.asp...

    Export MSG to RTF without using Microsoft Word or Outlook in you Andorid applications...using save method Load HTML by using Document class Save the document...document to RTF format using save method and set RTF as SaveFormat...

    products.aspose.com/total/android-java/conversi...
  7. Render MSG to ODT in Andorid App | products.asp...

    Export MSG to ODT without using Microsoft Word or Outlook in you Andorid applications...using save method Load HTML by using Document class Save the document...document to ODT format using save method and set ODT as SaveFormat...

    products.aspose.com/total/android-java/conversi...
  8. How to Transform Markdown to PDF in Python

    This article provides information on how to transform Markdown to PDF in Python. It has the IDE settings, a set of tasks for writing the application, and a runnable sample code to export Markdown to PDF in Python....customize the output PDF before saving it on the disk or to a stream...the aspose.words.saving namespace Call the save() method by providing...

    kb.aspose.com/words/python/how-to-transform-mar...
  9. Manage Rows and Columns|Aspose.Slides Documenta...

    Manage table rows and columns in PowerPoint presentations in C# or .NET...true ; // Saves the presentation to disk pres . Save ( "First_row_header...row. Clone the table column. Save the modified presentation. This...

    docs.aspose.com/slides/net/manage-rows-and-colu...
  10. 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/