Sort Score
Result 10 results
Languages All
Labels All
Results 9,131 - 9,140 of 369,779 for

save

(0.28 sec)
  1. Replacing Images inside Presentation Image Coll...

    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....( 3 )); //Save the presentation presentation . save ( "c:\\Pr...

    docs.aspose.com/slides/java/replacing-images-in...
  2. 通过Node.js via C++嵌入附件到PDF|Documentation

    了解如何使用Aspose.Cells for Node.js via C++将Ole对象作为附件嵌入到PDF中。...); // Save the pdf file with PdfSaveOptions wb . save ( "output...

    docs.aspose.com/cells/zh/nodejs-cpp/embed-attac...
  3. FileFormatUtil.loadFormatToExtension method | A...

    FileFormatUtil.loadFormatToExtension method. Converts a load format enumerated value into a file extension...document from the stream, and then save it to the automatically detected...)). toEqual ( ".doc" ); doc . save ( base . artifactsDir + "File...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 在PDF中替换文本|Aspose.PDF for .NET

    了解更多关于从Aspose.PDF for .NET库中替换和删除文本的各种方法。...完成后,您只需使用Document对象的Save方法保存输出PDF。以下代码片段向您展示了如何在PDF文档的所有页面中替换文本。...Green ); } // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/replace-text-in-pdf/
  5. Edit PDF in C++ | products.aspose.com

    Edit PDF in C++. Use C++ library API to edit PDF document...set_Text( u "New text" ); pres -> Save( u "document.pdf" , SaveFormat...edit. Add a new line of text. Save the changed PDF file. Edit other...

    products.aspose.com/slides/cpp/editor/pdf/
  6. Support for German Locale in Named Range Formul...

    Learn how to support German locale in named range formulae using Aspose.Cells for Node.js via C++.... save ( sourceFilePath ); const name...setRefersTo ( value ); wbSource . save ( outputFilePath ); AI Document...

    docs.aspose.com/cells/nodejs-cpp/support-for-ge...
  7. Document.viewOptions property | Aspose.Words fo...

    Document.viewOptions property. Provides options to control how the document is displayed in Microsoft Word.... save ( base . artifactsDir + "ViewOptions...zoomType = zoomType ; doc . save ( base . artifactsDir + "ViewOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Converting a TEX file to PDF using PHP | Aspose...

    Sample code on PHP for TEX to PDF conversion. Use example code for batch TEX to PDF conversion with Aspose.PDF for PHP via Java...file using the TeXLoadOptions Save the document as a PDF file System...your TEX file and then simply save it as a PDF file. You can use...

    products.aspose.com/pdf/php-java/conversion/tex...
  9. Converting a MHTML file to PDF using PHP | Aspo...

    Sample code on PHP for MHTML to PDF conversion. Use example code for batch MHTML to PDF conversion with Aspose.PDF for PHP via Java...output file path as parameters Save the output PDF file System Requirements...your MHTML file and then simply save it as a PDF file. You can use...

    products.aspose.com/pdf/php-java/conversion/mht...
  10. Converting a PCL file to PNG using C++ | Aspose...

    Sample code for PCL to PNG conversion using C++. Use C++ example for batch PCL to PNG conversion....output file path as parameters Save the output PNG file Here is...your PCL file and then simply save it as a PNG file. You can use...

    products.aspose.com/pdf/cpp/conversion/pcl-to-png/