Sort Score
Result 10 results
Languages All
Labels All
Results 9,101 - 9,110 of 347,053 for

save

(0.09 sec)
  1. 从现有PDF中移除表格|Aspose.PDF for .NET

    了解如何使用Aspose.PDF for .NET从PDF文档中移除表格,提高文档的清晰度和结构。...( table ); // Save PDF document document . Save ( dataDir + "RemoveTable_out...table ); } // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/remove-tables-from-e...
  2. EPUB to PDF Merge using C++ | Aspose.PDF

    Combine two or more EPUB documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...new PDF page After the loop save the result Here is an example...Merge EPUB files using C++ and save as PDF Example C++: this sample...

    products.aspose.com/pdf/cpp/merger/epub-to-pdf/
  3. PdfSaveOptions.headerFooterBookmarksExportMode ...

    PdfSaveOptions.headerFooterBookmarksExportMode property. Determines how bookmarks in headers/footers are exported.... Saving . HeaderFooterBookmark Remarks...can pass to the document's "Save" method // to modify how that...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Calculation of Excel 2016 MINIFS and MAXIFS fun...

    Learn how to calculate Excel 2016 MINIFS and MAXIFS functions using Aspose.Cells for Python via .NET API with code examples....Cells, then saves the results in the output PDF...workbook . calculate_formula () # Save the calculations result in pdf...

    docs.aspose.com/cells/python-net/calculation-of...
  5. Merge or Unmerge Range of Cells with C++|Docume...

    Merge and Unmerge Cells in a Range in Excel with C++ code....Merge (); // Save the workbook workbook . Save ( outputPath );...); std :: cout << "Workbook saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/merge-or-unmerge-rang...
  6. Disable Exporting Frame Scripts and Document Pr...

    Disable exporting frame scripts and document properties using Aspose.Cells with C++....false ); // Save workbook as HTML workbook . Save ( outDir + u...); std :: cout << "Workbook saved successfully as HTML!" << std...

    docs.aspose.com/cells/cpp/disable-exporting-fra...
  7. Document.automatically_update_styles property |...

    Document.automatically_update_styles property. Gets or sets a flag indicating whether the styles in the document are updated to match the styles in the attached template each time the document is opened in MS Word.... save ( file_name = ARTIFACTS_DIR...we are saving does not have one. options = aw . saving . SaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  8. How to set this given image sample same border ...

    image.png (79.5 KB) @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao How to set a small square dot border in cell...ApplyStyle(style, flag); // Save the workbook workbook.Save("StyledBordersExample...style to the specified range and save the workbook. This will ensure...

    forum.aspose.com/t/how-to-set-this-given-image-...
  9. 在PDF文件中创建链接使用C++|Aspose.PDF for C++

    本节解释如何使用C++在PDF文档中创建链接。... 最后,使用Document对象的Save方法保存更新的PDF。 以下代码片段显示如何在PDF文件中创建到应用程序的链接。...link ); // 保存更新的文档 document -> Save ( _dataDir + u "CreateApplicationLin...

    docs.aspose.com/pdf/zh/cpp/create-links/
  10. Implement 1904 Date System with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports the implementation of the 1904 date system, allowing users to calculate and format based on the January 1, 1904 date system. This article describes how to implement the 1904 date system using the Aspose.Cells library....( true ); // Save the excel file workbook . Save ( outputFilePath...std :: cout << "Excel file saved successfully with 1904 date...

    docs.aspose.com/cells/cpp/implement-1904-date-s...