Sort Score
Result 10 results
Languages All
Labels All
Results 3,341 - 3,350 of 361,352 for

save

(0.13 sec)
  1. Cell.first_paragraph property | Aspose.Words fo...

    Cell.first_paragraph property. Gets the first paragraph among the immediate children.... save ( file_name = ARTIFACTS_DIR...append_child ( inner_table ) doc . save ( ARTIFACTS_DIR + 'Table.create_nested_table...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Change the HTML Link Target Type with C++|Docum...

    Learn how to change the HTML link target type using Aspose.Cells for C++. Control the target attribute in HTML links programmatically....inputPath ); // Create HTML save options HtmlSaveOptions opts...); // Save the workbook to HTML format workbook . Save ( outputPath...

    docs.aspose.com/cells/cpp/change-the-html-link-...
  3. Aspose::Words::FileFormatInfo::get_IsEncrypted ...

    Aspose::Words::FileFormatInfo::get_IsEncrypted method. Returns true if the document is encrypted and requires a password to open in C++....a password when we save it, and then save the document. auto...MakeObject < Aspose :: Words :: Saving :: OdtSaveOptions > ( Aspose...

    reference.aspose.com/words/cpp/aspose.words/fil...
  4. PDF Sticky Annotations using C++|Aspose.PDF for...

    This topic about Sticky annotations, as an example we shows the Watermark Annotation in the text. It uses to represent graphics on the page. Check code snippet to resolve this task...."Demo" }), ts ); //Save the Document document -> Save ( _dataDir +...Delete ( wa ); } document -> Save ( _dataDir + u "sample_watermark_del...

    docs.aspose.com/pdf/cpp/sticky-annotations/
  5. PageExtractOptions.UnlinkPagesNumberFields | As...

    Replace NUMPAGES fields with actual values in extracted pages for accurate numbering using UnlinkPagesNumberFields....the initial page numbering and save the NUMPAGE field. Document...ExtractPages ( 1 , 1 ); extractedDoc1 . Save ( ArtifactsDir + "Document....

    reference.aspose.com/words/net/aspose.words/pag...
  6. PdfDigitalSignatureTimestampSettings.password p...

    PdfDigitalSignatureTimestampSettings.password property. Timestamp server password....Examples Shows how to sign a saved PDF document digitally and timestamp...can pass to the document's "Save" method // to modify how that...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Protect PPT Presentation Files using Python | p...

    Python source code to protect PPT Presentation.... save( "encrypted-pres.ppt" , slides...set_write_protection( "123123" ) pres . save( "write-protected-pres.ppt"...

    products.aspose.com/slides/python-net/protect/ppt/
  8. PdfDigitalSignatureTimestampSettings.user_name ...

    PdfDigitalSignatureTimestampSettings.user_name property. Timestamp server user name....Examples Shows how to sign a saved PDF document digitally and timestamp...can pass to the document's "save" method # to modify how that...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Export to DXF|CAD 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....binary and normal, in the file save options. Note: One of the interesting...interesting features is the ability to save any supported file format to...

    docs.aspose.com/cad/net/developer-guide/how-to/...
  10. Protect PPT Presentation Files using C++ | prod...

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

    products.aspose.com/slides/cpp/protect/ppt/