Sort Score
Result 10 results
Languages All
Labels All
Results 5,651 - 5,660 of 311,311 for

save

(0.09 sec)
  1. Buat DOCX Menggunakan C++

    Buat DOCX baharu dalam C++ dalam beberapa langkah. Buat DOCX dengan mudah menggunakan pustaka C++...." ); doc-> Save ( u"Output.docx" ); using namespace...builder->EndBookmark(u"Aspose bookmark"); doc->Save(u"Output.docx"); using namespace...

    products.aspose.com/words/ms/cpp/make/docx/
  2. Working with Gradient in PS file | Java

    Adding gradient in PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in Java...already created output stream and save options. Create the necessary...be ignored. Close the page. Save the document. If we need stroking...

    docs.aspose.com/page/java/ps/working-with-gradi...
  3. Aspose.PSD为.NET 21.3版 - 发布说明|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.... Save ( outputFile , new PngOptions...// 以这种方式保存已更改的PSD文件 image . Save ( outputSmartObjectPat , new...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  4. Convert JPG to Image in Python | products.aspos...

    Convert JPG to Image in Python. Use Python library API to convert JPG files to Images...Presentation from JPG file and save it as Image. Python code for...get_thumbnail( 1 , 1 ) bmp . save( "Slide_ {num} .png" . format(num...

    products.aspose.com/slides/python-net/conversio...
  5. Convert Image to JPG in Python | products.aspos...

    Convert Image to JPG in Python. Use Python library API to convert Image files to JPGs...Presentation from Image file and save it as JPG. Python code for converting...get_thumbnail( 1 , 1 ) bmp . save( "Slide_ {num} .jpg" . format(num...

    products.aspose.com/slides/python-net/conversio...
  6. Convert Image to PPTX in C++ | products.aspose.com

    Convert Image to PPTX in C++. Use C++ library API to convert Image files to PDFs...Presentation from Image file and save it as PPTX. C++ code for converting...0f , 540.0f , image); pres -> Save( u "presentation.pptx" , SaveFormat...

    products.aspose.com/slides/cpp/conversion/image...
  7. Convert Image to PPT in C++ | products.aspose.com

    Convert Image to PPT in C++. Use C++ library API to convert Image files to PDFs...Presentation from Image file and save it as PPT. C++ code for converting...0f , 540.0f , image); pres -> Save( u "presentation.ppt" , SaveFormat...

    products.aspose.com/slides/cpp/conversion/image...
  8. Convert Image to PDF in PHP | products.aspose.com

    Convert Image to PDF in PHP. Use PowerPoint PHP API to convert Image files to PDF...Presentation from Image file and save it as PDF. PHP code for converting...100 , 100 , $image); $pres -> save ( "output.pdf" , SaveFormat...

    products.aspose.com/slides/php-java/conversion/...
  9. Convert PNG to HTML in PHP | products.aspose.com

    Convert PNG to HTML in PHP. Use PowerPoint PHP API to convert PNG files to HTML...Presentation from PNG file and save it as HTML. PHP code for converting...100 , 100 , $image); $pres -> save ( "output.pptx" , SaveFormat...

    products.aspose.com/slides/php-java/conversion/...
  10. Merge FODP Files Using PHP | products.aspose.com

    Merge multiple FODP files in PHP....get_Item ($i)); } $pres1 -> save ( "merged.fodp" , SaveFormat...to merge two FODP files and save result as FODP in PHP. Install...

    products.aspose.com/slides/php-java/merger/fodp/