Sort Score
Result 10 results
Languages All
Labels All
Results 9,451 - 9,460 of 375,991 for

save

(0.64 sec)
  1. 使用C++设置打印选项|Documentation

    本文演示了如何通过C++ API和库以编程方式设置Excel工作表的“页面设置”中的打印选项。你可以设置打印区域、打印标题和页面顺序。..."A1:T35" ); // Save the workbook workbook . Save ( outDir + u "SetPrintArea_out..."$1:$2" ); // Save the workbook workbook . Save ( outputFilePath...

    docs.aspose.com/cells/zh/cpp/setting-print-opti...
  2. 使用Aspose.Cells for JavaScript通过C++创建共享工作簿|Docum...

    学习如何使用Aspose.Cells for JavaScript通过C++创建共享工作簿。...// Save the Shared Workbook const outputData = wb . save ( SaveFormat... Click the download link to save the file.</p>' ; }); </ script...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  3. Remove ActiveX Control with Node.js via C++|Doc...

    Learn how to remove ActiveX controls from workbooks using Aspose.Cells for Node.js via C++....removeActiveXControl (); } // Save the workbook wb . save ( path . join ( outputDir...

    docs.aspose.com/cells/nodejs-cpp/remove-activex...
  4. Adding a Signature to an Image|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.... We’ll save the resultant image in PNG format...Graphics class' DrawImage method. Save result in PNG format. Each step...

    docs.aspose.com/imaging/net/adding-a-signature-...
  5. Manage Audio in Presentations Using PHP|Aspose....

    Create and control audio frames in Aspose.Slides for PHP—code examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP presentations.... Save the modified presentation. This...PowerPoint file to disk $pres -> save ( "AudioFrameEmbed_out.pptx"...

    docs.aspose.com/slides/php-java/audio-frame/
  6. Manage Presentation Placeholders in PHP|Aspose....

    Effortlessly manage placeholders in Aspose.Slides for PHP via Java: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument.... Save the modified presentation. This...); } } # Saves the presentation to disk $pres -> save ( "output...

    docs.aspose.com/slides/php-java/manage-placehol...
  7. AI-Powered Multilingual Slide Generator|Aspose....

    Generate multilingual slides from text with Aspose.Slides for Python. Apply your template and export polished decks to PowerPoint and OpenDocument. Learn more....MEDIUM ) as presentation : # Save the generated presentation to...(.pptx) file. presentation . save ( "Aspose.Slides.NET.pptx" ...

    docs.aspose.com/slides/python-net/ai/generator/
  8. Crop PDF using Java | Aspose.PDF

    Crop PDF without losing quality in Java programmatically with C# sample code using Aspose.PDF for Java...and create new Box Rectagle Save the updated document to the...the new path using the Save() method. If you want to crop a PDF...

    products.aspose.com/pdf/java/crop/
  9. HTML to PDF Merge using C++ | Aspose.PDF

    Combine two or more HTML 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 HTML files using C++ and save as PDF Example C++: this sample...

    products.aspose.com/pdf/cpp/merger/html-to-pdf/
  10. Managing Page Breaks with Node.js via C++|Docum...

    This article provides sample code and explains how to add, clear, or delete specific page breaks in Excel worksheets programmatically using Aspose.Cells for Node.js via C++...."Y30" ); // Save the Excel file. workbook . save ( path . join...removeAt ( 0 ); // Save the Excel file. workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/managing-page-...