Sort Score
Result 10 results
Languages All
Labels All
Results 2,581 - 2,590 of 380,813 for

save

(0.22 sec)
  1. Convert HTML to PPTX in Java | products.aspose.com

    Convert HTML to PPTX in Java. Use the Java library API to convert HTML files to PowerPoint presentations....can import HTML content and save it as a PowerPoint presentation...htmlStream ); } presentation . save ( "presentation.pptx" , SaveFormat...

    products.aspose.com/slides/java/conversion/html...
  2. Archive

    archives...from images can significantly save time and enhance productivity...convert text from an image and save it to a text (TXT) file. Please...

    blog.aspose.com/ocr/convert-text-from-image-to-...
  3. C++ API to Convert EPUB to XLSB | products.aspo...

    Convert EPUB to XLSB via C++ API without using Microsoft Excel or Adobe Reader...Convert EPUB to XLSX by using Save member function Load XLSX document...reference Save the document to XLSB format using Save member function...

    products.aspose.com/total/cpp/conversion/epub-t...
  4. C++ API to Convert XPS to XLSM | products.aspos...

    Convert XPS to XLSM via C++ API without using Microsoft Excel or Adobe Reader...Convert XPS to XLSX by using Save member function Load XLSX document...reference Save the document to XLSM format using Save member function...

    products.aspose.com/total/cpp/conversion/xps-to...
  5. Unlock PPT Presentation Files using Java | prod...

    Remove passwords and write protection from PPT presentations in Java using Aspose.Slides for Java.... save ( "encryption-removed.ppt" ...removeWriteProtectio (); presentation . save ( "write-protection-removed...

    products.aspose.com/slides/java/unlock/ppt/
  6. C++ API to Convert SVG to SXC | products.aspose...

    Convert SVG to SXC via C++ API without using Microsoft Excel or Adobe Reader...Convert SVG to XLSX by using Save member function Load XLSX document...reference Save the document to SXC format using Save member function...

    products.aspose.com/total/cpp/conversion/svg-to...
  7. C++ API to Convert PS to CSV | products.aspose.com

    Convert PS to CSV via C++ API without using Microsoft Excel or Adobe Reader...Convert PS to XLSX by using Save member function Load XLSX document...reference Save the document to CSV format using Save member function...

    products.aspose.com/total/cpp/conversion/ps-to-...
  8. C++ API to Convert PCL to DIF | products.aspose...

    Convert PCL to DIF via C++ API without using Microsoft Excel or Adobe Reader...Convert PCL to XLSX by using Save member function Load XLSX document...reference Save the document to DIF format using Save member function...

    products.aspose.com/total/cpp/conversion/pcl-to...
  9. 将Excel转换为Pdf、图片和其他格式(使用C++)|Documentation

    使用Aspose.Cells for C++将Excel文件转换为Word、Excel、PowerPoint、PDF、CSV、JPG、HTML、MHT、ODS、BMP、PNG、SVG、TIFF、XPS、JSON、SQL、XML等多种格式。...); // Save the document in PDF format workbook . Save ( u "output...outputFilePath ( u "Image1.jpg" ); book . Save ( outputFilePath , SaveFormat...

    docs.aspose.com/cells/zh/cpp/convert-workbook-t...
  10. Remove Tables from PDF using Java | Aspose.PDF

    Remove tables from PDF file programmatically with Java sample code using Aspose.PDF for Java... Save the file. Delete Tables from...remove ( table ); // Save PDF pdfDocument . save ( DATA_DIR . resolve...

    products.aspose.com/pdf/java/table/remove/