Sort Score
Result 10 results
Languages All
Labels All
Results 4,201 - 4,210 of 310,760 for

save

(0.07 sec)
  1. PdfDigitalSignatureHashAlgorithm Enum | Aspose....

    Explore the Aspose.Words PdfDigitalSignatureHashAlgorithm enum, defining digital hash algorithms for secure digital signatures in your documents....can pass to the document's "Save" method // to modify how that...document as we render it with the "Save" method. DateTime signingTime...

    reference.aspose.com/words/net/aspose.words.sav...
  2. SvgSaveOptions.TextOutputMode | Aspose.Words fo...

    Discover the SvgSaveOptions TextOutputMode property, which controls text rendering in SVG for enhanced visual quality and customization. Optimize your graphics today!...document should be rendered when saving in SVG format. The default...the SvgSaveOptions object to save with no page borders or selectable...

    reference.aspose.com/words/net/aspose.words.sav...
  3. How to Remove Formula but Keep Data in Excel in...

    This brief tutorial provides information on how to remove formula but keep data in Excel in Java. Using these steps you can remove formula from excel but keep data in java on Windows, Linux and macOS etc.... In the end, you can save this file as it is or in a different...removed Using the cell reference save the existing value in a temporary...

    kb.aspose.com/cells/java/how-to-remove-formula-...
  4. 在 .NET 中将 HTML 转换为 PDF|Aspose.PDF for .NET

    本主题向您展示如何使用 Aspose.PDF 将 HTML 和 MHTML 转换为 PDF。...Save() 方法保存输出 PDF 文档。 // For complete...options )) { // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/convert-html-to-pdf/
  5. Convert PDF to PDF/A-2A not valid - Free Suppor...

    Hello Support Team We make use of the conversion method (of aspose.pdf version 24.7) that converts pdf to pdfa-2a. In order to be able to assure the customer that the converted pdf’s are in pdfa-2a, we have used the val…...Save(). This is not obvious and should...WriteLine("isValidated : " + isValidated); doc.Save(dataDir + "11_out.pdf"); bool...

    forum.aspose.com/t/convert-pdf-to-pdf-a-2a-not-...
  6. Generating a Thumbnail from a Slide with User D...

    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 the thumbnail image in any desired...)) { //Save the image to disk in JPEG format image . Save ( "Thumbnail2...

    docs.aspose.com/slides/net/generating-a-thumbna...
  7. 以编程方式删除 PDF 页面 C#|Aspose.PDF for .NET

    您可以使用 Aspose.PDF for .NET 库从 PDF 文件中删除页面。... 调用 Save 方法以保存更新后的 PDF 文件。 以下代码片段演示了如何使用...Delete ( 2 ); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/delete-pages/
  8. Merge PPSX Files via C++ | products.aspose.com

    C++ example code to combine PPSX documents on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.... Use Save() method to save at specified path System...e); } // Save the presentation presentation1->Save(outputFilePath...

    products.aspose.com/slides/cpp/merger/ppsx/
  9. Protect ODP Presentation Files using C++ | prod...

    C++ source code to protect ODP Presentation...."123123" ); presentation -> Save( u "encrypted-pres.odp" , SaveFormat..."123123" ); presentation -> Save( u "write-protected-pres.odp"...

    products.aspose.com/slides/cpp/protect/odp/
  10. Protect ODP Presentation Files using Java | pro...

    Java source code to protect ODP Presentation.... save ( "encrypted-pres.odp" , SaveFormat...( "123123" ); presentation . save ( "write-protected-pres.odp"...

    products.aspose.com/slides/java/protect/odp/