Sort Score
Result 10 results
Languages All
Labels All
Results 4,521 - 4,530 of 369,858 for

save

(0.16 sec)
  1. Working with Actions in PDF|Aspose.PDF for C++

    This section explains how to add actions to the document and form fields programmatically with C++....Finally, save the updated PDF using the Document object’s Save method...textAnnotation ); // Save updated document document -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/actions/
  2. Reusing Style Objects|Documentation

    In Aspose.Cells for JavaScript via C++, you can simplify style management and improve code efficiency by creating and using reusable style objects. Our guide will help you leverage the advantages of reusable style objects and implement them in your application....] Reusing style objects can save memory and make a program faster..." ; // Save to XLSX const outputData = workbook . save ( SaveFormat...

    docs.aspose.com/cells/javascript-cpp/reusing-st...
  3. 通过Node.js通过C++插入Excel文件的图片和形状|Documentation

    使用Aspose.Cells for Node.js via C++管理Excel文件中的图片、OLE对象和形状。...jpg" )); // Saving the Excel file workbook . save ( path . join...objectData ); // Save the excel file workbook . save ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/insert-shapes/
  4. Resize PDF using PHP | Aspose.PDF

    Resize PDF documents programmatically with PHP sample code using Aspose.PDF for PHP via Java.... Call the Document class Save(..) method to generate the PDF...842.4 ); // Save output document $document -> save ( $outputFile...

    products.aspose.com/pdf/php-java/resize/
  5. Setting Page Options with Node.js via C++|Docum...

    This article provides sample code to set page options of Excel worksheets programmatically using Node.js via C++. Set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....Portrait ); // Save the Workbook. workbook . save ( filePath );...setZoom ( 100 ); // Save the workbook. workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/setting-page-o...
  6. GroupShape|Aspose.Slides for Python 文档

    在 Python 中使用 Aspose.Slides 处理组形状:创建和取消组合,重新排列子形状,跨 PowerPoint 和 OpenDocument 设置变换和边界。... save ( "group.pptx" , slides . export...remove ( group ) presentation . save ( "group_removed.pptx" , slides...

    docs.aspose.com/slides/zh/python-net/examples/e...
  7. WarningInfo.WarningType | Aspose.Words for .NET

    Discover the WarningInfo WarningType property that reveals essential warning types, enhancing your error handling and improving application reliability....font substitution warning if we save a document with a missing font...FontSettings = fontSettings ; doc . Save ( ArtifactsDir + "FontSettings...

    reference.aspose.com/words/net/aspose.words/war...
  8. Cell.cellFormat property | Aspose.Words for Nod...

    Cell.cellFormat property. Provides access to the formatting properties of the cell.... save ( base . artifactsDir + "Table...foregroundPatternCol = "#90EE90" ; doc . save ( base . artifactsDir + "Table...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Saving::XamlFlowSaveOptions clas...

    Aspose::Words::Saving::XamlFlowSaveOptions class. Can be used to specify additional options when saving a document into the XamlFlow or XamlFlowPack format. To learn more, visit the documentation article in C++....Aspose::Words::Saving::XamlFlowSaveOptions class Contents [ Hide...specify additional options when saving a document into the XamlFlow...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Manage PowerPoint Text Paragraphs in C++|Aspose...

    Master paragraph formatting with Aspose.Slides for C++—optimize alignment, spacing & style in PPT, PPTX, and ODP presentations in C++.... Save the modified presentation. This...18 ); } } } // Save PPTX to Disk pres -> Save ( outPath , Aspose...

    docs.aspose.com/slides/cpp/manage-paragraph/