Sort Score
Result 10 results
Languages All
Labels All
Results 8,631 - 8,640 of 368,085 for

save

(0.33 sec)
  1. Text, Image or Page Stamps in PDF using Python ...

    Add stamps: text, image or page - to PDF programmatically with Python sample code using Aspose.PDF for Python via .NET....textStamp ) # Save output document document . save ( path_outfile...

    products.aspose.com/pdf/python-net/stamps/
  2. 在 Ruby 中显示和隐藏 Visio Diagram 的网格、标尺、参考线和分页符|Docu...

    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....1 ) \ # save in any supported format diagram . save ( data_dir...

    docs.aspose.com/diagram/zh/java/show-and-hide-g...
  3. FieldMacroButton.DisplayText | Aspose.Words for...

    Discover how to customize the FieldMacroButton DisplayText property for enhanced macro execution. Set the perfect button text for seamless user commands!...ViewZoom200 Run ViewZoom200" )); // Save the document as a macro-enabled...macro-enabled document type. doc . Save ( ArtifactsDir + "Field.MACROBUTTON...

    reference.aspose.com/words/net/aspose.words.fie...
  4. TEXT to PDF Converter using Android via Java | ...

    Sample code on Java for TEXT to PDF conversion. Use example code for batch TEXT to PDF conversion in Android...constructor Save the output PDF file using the Save method Here...your TEXT file and then simply save it as a PDF file. You can use...

    products.aspose.com/pdf/android-java/conversion...
  5. Փոխարկել WORD TXT C++

    Փոխարկեք WORD ը TXT ձևաչափի C++ կոդով: Պահեք WORD որպես TXT օգտագործելով C++:...ելքային ֆայլի ուղին և օգտագործեք Save() մեթոդը՝ արդյունքը որպես TXT...<Document>( u"Input.docx" ); doc-> Save ( u"Output.txt" ); using namespace...

    products.aspose.com/words/hy/cpp/conversion/wor...
  6. Փոխարկել HTML EPUB C++

    Փոխարկեք HTML ը EPUB ձևաչափի C++ կոդով: Պահեք HTML որպես EPUB օգտագործելով C++:...ելքային ֆայլի ուղին և օգտագործեք Save() մեթոդը՝ արդյունքը որպես EPUB...<Document>( u"Input.html" ); doc-> Save ( u"Output.epub" ); using namespace...

    products.aspose.com/words/hy/cpp/conversion/htm...
  7. Փոխարկել WORD PDF C++

    Փոխարկեք WORD ը PDF ձևաչափի C++ կոդով: Պահեք WORD որպես PDF օգտագործելով C++:...ելքային ֆայլի ուղին և օգտագործեք Save() մեթոդը՝ արդյունքը որպես PDF...<Document>( u"Input.docx" ); doc-> Save ( u"Output.pdf" ); using namespace...

    products.aspose.com/words/hy/cpp/conversion/wor...
  8. 用 Node.js 通过 C++ 加载工作簿中的特定工作表|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 加载工作簿中的特定工作表。优化性能,减少内存使用。... // Save the workbook. workbook . save ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/load-specif...
  9. Replace text in smart art with Node.js via C++|...

    Learn how to replace text in smart art using Aspose.Cells for Node.js via C++....text in the workbook which I save to another file. } } } } const..."outputSmartArt.xlsx" ); wb . save ( outputFilePath , options );...

    docs.aspose.com/cells/nodejs-cpp/replace-text-i...
  10. Add Text Stamp to PDF using Java | Aspose.PDF

    Add text stamp to PDF file programmatically with Java sample code using Aspose.PDF for Java....textStamp ); // Save output document pdfDocument . save ( outputFileName...

    products.aspose.com/pdf/java/stamps/text/