Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 373,144 for

save

(0.26 sec)
  1. 通过 Node.js 转换 Excel 工作簿为 Ods、Sxc 和 Fods(OpenOff...

    如何使用 Aspose.Cells for Node.js via C++ 将 Excel 转换为 Ods(OpenOffice / LibreOffice Calc)或将 Ods(OpenOffice / LibreOffice Calc)转换为 Excel。...excelFilePath ); // Save as ods file workbook . save ( "ods_out.ods"...ods" ); // Save as sxc file workbook . save ( "sxc_out.sxc" );...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-exc...
  2. Removing attachment from PDF|Aspose.PDF for .NET

    Aspose.PDF can remove attachments from your PDF documents. Use C# PDF API to remove attachments in PDF files using Aspose.PDF library.... Save the updated file using the Document object’s Save method...Delete (); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/removing-attachment-fro...
  3. Move and Remove Form Field|Aspose.PDF for Java

    Learn how to move or remove form fields within a PDF document using Aspose.PDF in Java for better form management....also need to save the updated PDF file using Save method of FormEditor...28f , 514 . 03f ); editor . Save ( _dataDir + "Sample-Form-05-mod...

    docs.aspose.com/pdf/java/move-remove-form-field/
  4. HtmlSaveOptions.fonts_folder property | Aspose....

    HtmlSaveOptions.fonts_folder property. Specifies the physical folder where fonts are Saved when exporting a document to HTML...physical folder where fonts are saved when exporting a document to...str ): ... Remarks When you save a Document in HTML format and...

    reference.aspose.com/words/python-net/aspose.wo...
  5. HtmlSaveOptions.imagesFolder property | Aspose....

    HtmlSaveOptions.imagesFolder property. Specifies the physical folder where images are Saved when exporting a document to HTML format...physical folder where images are saved when exporting a document to...() : string Remarks When you save a Document in HTML format, Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Removing attachment from PDF using Python|Aspos...

    Aspose.PDF can remove attachments from your PDF documents. Use Python PDF API to remove attachments in PDF files using Aspose.PDF for Python via .NET library.... Save the updated file using the Document object’s save() method... delete () # Save updated file document . save ( output_pdf )...

    docs.aspose.com/pdf/python-net/removing-attachm...
  7. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_LastSavedTime method. Gets or sets the time of the last Save in UTC in C++....or sets the time of the last save in UTC. System :: DateTime Aspose...returns the local time of last save operation. Aspose.Words does...

    reference.aspose.com/words/cpp/aspose.words.pro...
  8. Manage Header and Footer|Aspose.PDF for Java

    Learn how to add, remove, or modify headers and footers in a PDF document using Aspose.PDF in Java.... Finally, save the output PDF file using close..., 20 ); // Save updated PDF file fileStamp . save ( _dataDir...

    docs.aspose.com/pdf/java/manage-header-and-footer/
  9. WordML2003SaveOptions class | Aspose.Words for ...

    Aspose.Words.Saving.WordML2003SaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.WordML](../../aspose.words/Saveformat/#WordML) format...specify additional options when saving a document into the SaveFormat...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Convert Excel to CSV, TSV and TXT with C++|Docu...

    Easily convert Excel files to CSV, TSV, and TXT formats using Aspose.Cells with C++.... Saving Workbook to Text or CSV Format...Sometimes, you want to convert or save a workbook with multiple worksheets...

    docs.aspose.com/cells/cpp/convert-excel-to-csv-...