Sort Score
Result 10 results
Languages All
Labels All
Results 5,441 - 5,450 of 347,031 for

save

(0.18 sec)
  1. Convert PPTM to PDF in Node.js | products.aspos...

    Convert PPTM to PDF in Node.js. Use Node.js library API to convert PPTM files to PDFs...Presentation from PPTM file and save it as PDF. Node.js code for..."welcome-to-powerpoint.pptm" ); try { pres . save ( "output.pdf" , aspose . slides...

    products.aspose.com/slides/nodejs-java/conversi...
  2. Convert PPTX to PPTM in JavaScript | products.a...

    Convert PPTX to PPTM in JavaScript. Use Node.js library API to convert PPTX files to PPTM...Presentation from PPTX file and save it as PPTM. JavaScript code..."welcome-to-powerpoint.pptx" ); try { pres . save ( "output.pptm" , SaveFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  3. Convert PPTX to PPSM in JavaScript | products.a...

    Convert PPTX to PPSM in JavaScript. Use Node.js library API to convert PPTX files to PPSM...Presentation from PPTX file and save it as PPSM. JavaScript code..."welcome-to-powerpoint.pptx" ); try { pres . save ( "output.ppsm" , SaveFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  4. C++ API to Convert POWERPOINT to TEXT or with f...

    Export POWERPOINT to TEXT within your C++ applications or online. Test free POWERPOINT to TEXT online converter quickly before integrating the code....POWERPOINT to HTML by using Save member funciton and set Html...reference Save the document to TEXT format by using Save member...

    products.aspose.com/total/cpp/conversion/powerp...
  5. C++ API to Convert POWERPOINT to DOCX or with f...

    Export POWERPOINT to DOCX within your C++ applications or online. Test free POWERPOINT to DOCX online converter quickly before integrating the code....POWERPOINT to HTML by using Save member funciton and set Html...reference Save the document to DOCX format by using Save member...

    products.aspose.com/total/cpp/conversion/powerp...
  6. FixedPageSaveOptions.JpegQuality | Aspose.Words...

    Optimize JPEG quality in your HTML documents with FixedPageSaveOptions. Easily adjust the JpegQuality property for stunning image clarity....images inside a document when saving in fixed page format. The value...configure compression while saving a document as a JPEG. Document...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Restrict Document Editing in Python|Aspose.Word...

    Restrict editing a document by setting a restriction type using Python. You can also remove protection and make unrestricted editable regions.... save ( docs_base . artifacts_dir..."password" ) # Save the protected document. doc . save ( docs_base...

    docs.aspose.com/words/python-net/restrict-docum...
  8. 通过Node.js和C++保护和取消保护工作表|Documentation

    使用Aspose.Cells for Node.js via C++保护和取消保护Excel文件的工作表。..."test" ); // Save as Excel file. workbook . save ( "Book1.xlsx"..."password" ); // Save Excel file. workbook . save ( "Book1.xlsx"...

    docs.aspose.com/cells/zh/nodejs-cpp/protect-and...
  9. 指定在输出 PDF 和图片中如何交叉字符串,由 C++ 实现|Documentation

    学习如何使用 Aspose.Cells for C++ 控制 PDF 和图片输出中的文本溢出。...xlsx" ); // Initialize PDF save options PdfSaveOptions pdfSaveOptions...StrictInCell ); // Save PDF file wb . Save ( outDir + u "outputCrosssType...

    docs.aspose.com/cells/zh/cpp/specify-how-to-cro...
  10. Extract images from PDF in C++ | Aspose.PDF

    Simple demo source code to extract images from PDF file on any platform with C++ language.... Save output image to jpeg file. Save updated PDF...outfilename ); // Save output image xImage -> Save ( outputImage...

    products.aspose.com/pdf/cpp/parser/images/