Sort Score
Result 10 results
Languages All
Labels All
Results 3,611 - 3,620 of 368,275 for

save

(0.13 sec)
  1. 用 C++ 将 JSON 转换为 Excel|Documentation

    学习如何用 C++ 和 Aspose.Cells 将 JSON 转换为 Excel 文件。...json" ); // Save the file to xlsx format workbook . Save ( u "sample_out...xlsx" ); std :: cout << "File saved successfully in xlsx format...

    docs.aspose.com/cells/zh/cpp/convert-json-to-ex...
  2. FileFormatUtil.content_type_to_save_format meth...

    FileFormatUtil.content_type_to_Save_format method. Converts IANA content type into a Save format enumerated value....content_type_to_save_format method content_type_to_save_format(content_type)...into a save format enumerated value. def content_type_to_save_format...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Working with Actions|Aspose.PDF for Java

    This section explains how to add actions to the document and form fields programmatically with Java. Learn how to Add, Create, and Get Hyperlink in a PDF File....Finally, save the updated PDF using the Document object’s Save method...textAnnotation ); // Save updated document document . save ( _dataDir +...

    docs.aspose.com/pdf/java/actions/
  4. Working with Clips in PostScript | .NET

    Adding clips to PS files is a functionality supported by Aspose.Page API solution. See how to use the functionality in .NET...already created output stream and save options. Create a new graphics...filled rectangle. Close the page. Save the document. Copy 1 // Demonstrates...

    docs.aspose.com/page/net/ps/working-with-clips/
  5. Fill.set_image method | Aspose.Words for Python

    aspose.words.drawing.Fill.set_image method... save ( file_name = ARTIFACTS_DIR...IMAGE_DIR + 'Logo.jpg' )) doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Document.layout_options property | Aspose.Words...

    Document.layout_options property. Gets a [LayoutOptions](../../../aspose.words.layout/layoutoptions/) object that represents options to control the layout process of this document.... save ( file_name = ARTIFACTS_DIR...= show_paragraph_marks doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  7. HtmlSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the HtmlSaveOptions SaveFormat property to easily Save documents in Html, Mhtml, Epub, Azw3, or Mobi formats for versatile accessibility....the document will be saved if this save options object is used...use a specific encoding when saving a document to .epub. Document...

    reference.aspose.com/words/net/aspose.words.sav...
  8. C++ API to Convert PDF to XLTM | products.aspos...

    Convert PDF to XLTM via C++ API without using Microsoft Excel or Adobe Reader...Convert PDF to XLSX by using Save member function Load XLSX document...reference Save the document to XLTM format using Save member function...

    products.aspose.com/total/cpp/conversion/pdf-to...
  9. C++ API to Convert EPUB to SXC | products.aspos...

    Convert EPUB to SXC via C++ API without using Microsoft Excel or Adobe Reader...Convert EPUB to XLSX by using Save member function Load XLSX document...reference Save the document to SXC format using Save member function...

    products.aspose.com/total/cpp/conversion/epub-t...
  10. Import and Export Annotations to XFDF|Aspose.PD...

    This section explains how to import and export annotations from PDF file to XFDF with Aspose.PDF Facades....sources ); // Save PDF document annotationEditor . Save ( dataDir...xfdf" )); // Save PDF document annotationEditor . Save ( dataDir...

    docs.aspose.com/pdf/net/import-export-annotations/