Sort Score
Result 10 results
Languages All
Labels All
Results 5,111 - 5,120 of 373,085 for

save

(0.22 sec)
  1. Export Visio Diagram to XAML in Ruby|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....vsd" ) \ # Save as XAML diagram . save ( data_dir + "Diagram...

    docs.aspose.com/diagram/java/export-visio-diagr...
  2. Split Panes in PHP|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....-> split (); //Save the Excel file $book -> save ( $dataDir . "book...

    docs.aspose.com/cells/java/split-panes-in-php/
  3. Specify Default Presentation Fonts in JavaScrip...

    Set default fonts in Aspose.Slides for Node.js via Java to ensure proper PowerPoint (PPT, PPTX) and OpenDocument (ODP) conversion to PDF, XPS and images....try { // save the image on the disk. slideImage . save ( "output...(); } } // Generate PDF pres . save ( "output_out.pdf" , aspose...

    docs.aspose.com/slides/nodejs-java/default-font/
  4. Convert other file formats to PDF|Aspose.PDF fo...

    Learn how to convert a variety of file formats, including Word and Excel, into PDF format using Aspose.PDF in C++.... Load and Save the input file. Next following...infilename , options ); document -> Save ( _dataDir + outfilename );...

    docs.aspose.com/pdf/cpp/convert-other-files-to-...
  5. Watermarker.set_image method | Aspose.Words for...

    aspose.words.lowcode.Watermarker.set_image method...page of the output will be saved as a separate file. The specified...is TIFF, the output will be saved as a single multi-frame TIFF...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Merge PPT Files using Java | products.aspose.com

    Java sample code to combine PPT documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications.... Use save() method to save at specified path System...addClone(slide); } // Save the File prest1.save( "merged-presentation...

    products.aspose.com/slides/java/merger/ppt/
  7. Merge PPSX Files using Java | products.aspose.com

    Java sample code to combine PPSX documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications.... Use save() method to save at specified path System...addClone(slide); } // Save the File prest1.save( "merged-presentation...

    products.aspose.com/slides/java/merger/ppsx/
  8. Merge PPS Files using Java | products.aspose.com

    Java sample code to combine PPS documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications.... Use save() method to save at specified path System...addClone(slide); } // Save the File prest1.save( "merged-presentation...

    products.aspose.com/slides/java/merger/pps/
  9. Merge PPTX Files using Java | products.aspose.com

    Java sample code to combine PPTX documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications.... Use save() method to save at specified path System...addClone(slide); } // Save the File prest1.save( "merged-presentation...

    products.aspose.com/slides/java/merger/pptx/
  10. PDF to TIFF Merge using C++ | Aspose.PDF

    Combine two or more PDF documents into one TIFF single file programmatically with C++ sample code using Aspose.PDF for C++...file to new page After the loop save the result Here is an example...Merge PDF files using C++ and save as TIFF Example C++: this sample...

    products.aspose.com/pdf/cpp/merger/pdf-to-tiff/