Sort Score
Result 10 results
Languages All
Labels All
Results 4,241 - 4,250 of 375,752 for

save

(0.26 sec)
  1. Merge POT Files Using PHP | products.aspose.com

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

    products.aspose.com/slides/php-java/merger/pot/
  2. Merge PPT Files Using PHP | products.aspose.com

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

    products.aspose.com/slides/php-java/merger/ppt/
  3. Merge PPSX Files Using PHP | products.aspose.com

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

    products.aspose.com/slides/php-java/merger/ppsx/
  4. Merge PPSM Files Using PHP | products.aspose.com

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

    products.aspose.com/slides/php-java/merger/ppsm/
  5. 公共 API Aspose.Diagram 17.01 的变化|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....); // create an instance SVG save options class SVGSaveOptions...getShape ( 2 )); // save Visio drawing diagram . save ( dataDir + "SelectiveShapes_out...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  6. The Saved Result of a PPT Document Occasionally...

    Our code uses com.aspose.slides.ISlideCollection#addClone(com.aspose.slides.ISlide) to merge multiple pptx files, and then uses com.aspose.slides.Presentation#Save(java.lang.String, int) to Save the merged file. This log…...The Saved Result of a PPT Document Occasionally Becomes Empty...Presentation#save(java.lang.String, int) to save the merged file...

    forum.aspose.com/t/the-saved-result-of-a-ppt-do...
  7. Managing Document Properties 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...."Aspose" ) # Save the document in PDF format workbook . save ( data_dir..."Publisher" ) # Save the document in PDF format workbook . save ( data_dir...

    docs.aspose.com/cells/java/managing-document-pr...
  8. 从PDF文件中提取图像|Aspose.PDF for Java

    本节介绍如何使用Java库从PDF文件中提取图像。... 使用 XImage 对象的save(..)方法保存提取的图像。 以下代码片段向您展示如何从PDF文件中提取图像。..."output.jpg" ); // 保存输出图像 xImage . save ( outputImage , ImageFormat...

    docs.aspose.com/pdf/zh/java/extract-images-from...
  9. C# Microsoft Visio Files Conversion | products....

    Convert Microsoft Visio formats VSDX VSX VTX VDX VSSX VSTX VSDM VSSM VSTM VDW VSD VSS VST to PDF HTML and Images with few lines of C# code via .NET library....After loading the file, Call the Save method with output path with...load the file and calling the save method by providing image name...

    products.aspose.com/diagram/net/conversion/
  10. How to Convert OneNote to JPEG using C#

    This simple article focuses on how to convert OneNote to JPEG using C#. It covers all the details for setting up the IDE, programming work flow and an example code to export OneNote to JPEG using C#....SaveFormat enumerator inside the Save method The above mentioned steps...In the subsequent step, the Save method is used to convert the...

    kb.aspose.com/note/net/how-to-convert-onenote-t...