Sort Score
Result 10 results
Languages All
Labels All
Results 2,881 - 2,890 of 361,701 for

save

(0.2 sec)
  1. BuiltInDocumentProperties.security property | A...

    BuiltInDocumentProperties.security property. Specifies the security level of a document as a numeric value....property to a correct value before saving a document. Examples Shows...read_only_recommended = True doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Convert PDF to EPUB using C#

    Follow this article to convert PDF to EPUB using C#. It has all the details to set the IDE for development, a list of steps, and a sample code for transforming PDF file to EPUB using C#....overloaded method Save that takes the output file name save format EPUB...loading format to PDF, and use the Save() method to create the desired...

    kb.aspose.com/words/net/convert-pdf-to-epub-usi...
  3. Convert HTML to Excel using Java

    This article explains how to convert HTML to Excel using Java. It has the details for IDE settings, a list of steps, and sample code to develop a HTML to XLS converter using Java....using the above load options Save the output file in XLSX format...Document object. Finally, call the save() method with the desired SaveFormat...

    kb.aspose.com/pdf/java/convert-html-to-excel-us...
  4. How to merge PDF | Aspose.PDF

    Do you know how easily merge PDF documents in Python? Merge PDF files with high quality using Python via .NET PDF library....download format to any supported save format. Aspose.PDF for Python...second document to the first. Save concatenated output file Use...

    products.aspose.com/pdf/tutorial/merge-pdf/
  5. Export to HTML5|Aspose.Slides Documentation

    Export PowerPoint to HTML5 in Java... save ( "pres.html" , SaveFormat ...setAnimateTransition ( false ); pres . save ( "pres5.html" , SaveFormat...

    docs.aspose.com/slides/androidjava/export-to-ht...
  6. PdfDigitalSignatureDetails.hashAlgorithm proper...

    PdfDigitalSignatureDetails.hashAlgorithm property. Gets or sets the hash algorithm.... Saving . PdfDigitalSignatureH Remarks...can pass to the document's "Save" method // to modify how that...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. HtmlSaveOptions.exportFontsAsBase64 property | ...

    HtmlSaveOptions.exportFontsAsBase64 property. Specifies whether fonts resources should be embedded to HTML in Base64 encoding... Examples Shows how to save a .html document with images...docx" ); let options = new aw . Saving . HtmlSaveOptions (); options...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ImageData.SourceFullName | Aspose.Words for .NET

    Discover the ImageData SourceFullName property to easily manage linked image paths and filenames, enhancing your image handling efficiency.... Save ( ArtifactsDir + "Image.CreateLinkedImage...InsertNode ( shape ); doc . Save ( ArtifactsDir + "Image.CreateLinkedImage...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Update Days Preserving History of Revision Logs...

    Learn how to update the number of days for preserving history in a shared workbook using Aspose.Cells with C++....SetDaysPreservingHis ( 7 ); // Save the workbook wb . Save ( u "outputShare...cout << "Workbook shared and saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/update-days-preservin...
  10. Delete Blank Rows and Columns in a Worksheet wi...

    Delete empty rows and columns in a worksheet using Aspose.Cells with C++.... DeleteBlankRows (); // Save the Excel file U16String outputFilePath..."mybook.out.xlsx" ; workbook . Save ( outputFilePath ); std :: cout...

    docs.aspose.com/cells/cpp/delete-blank-rows-and...