Sort Score
Result 10 results
Languages All
Labels All
Results 6,221 - 6,230 of 375,721 for

save

(0.15 sec)
  1. Convert PPSM to POT in Node.js | products.aspos...

    Convert PPSM to POT in Node.js. Use Node.js library API to convert PPSM files to POTs...Presentation from PPSM file and save it as POT. Node.js code for..."welcome-to-powerpoint.ppsm" ); try { pres . save ( "output.pot" , aspose . slides...

    products.aspose.com/slides/nodejs-java/conversi...
  2. Convert PPSM to POT in JavaScript | products.as...

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

    products.aspose.com/slides/nodejs-net/conversio...
  3. Convert PPS to POTX in JavaScript | products.as...

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

    products.aspose.com/slides/nodejs-net/conversio...
  4. Remove Field in Ruby|Aspose.Words for Java

    Remove a Field from MS Word Document using Ruby....remove () #ExEnd \ # Save the document. doc . save ( data_dir + "Field...

    docs.aspose.com/words/java/remove-field-in-ruby/
  5. Set PDF File Information in PHP|Aspose.PDF for ...

    Learn how to set various file properties, such as metadata, for a PDF document in PHP using Aspose.PDF....); # save update document with new information $doc -> save ( $dataDir...

    docs.aspose.com/pdf/java/set-pdf-file-informati...
  6. Extract images from PDF in Python | Aspose.PDF

    Python source code to extract images from PDF file on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop.... Save output image to jpeg file. Save updated PDF...path_outfile , "w" ) # Save output image xImage . save ( output_image...

    products.aspose.com/pdf/python-net/parser/images/
  7. Archive

    archives...Moreover, it allows converting and saving MPP files. The Project class...provides the save(string, SaveFileFormat) method that saves the project...

    blog.aspose.com/tasks/convert-mpp-to-tiff-in-java/
  8. Convert BMP to OST in Python | products.aspose.com

    Save BMP to OST within Python applications without using Microsoft Word or Outlook...NET and save it into OST format. The API...using Document class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  9. 在文本框字段中对齐文本|Aspose.PDF for .NET

    本文展示了如何使用 Form 类在文本框字段中对齐文本。...Aspose" ); // Save PDF document in Memory Stream form . Save ( ms );...DecorateField (); // Save PDF document formEditor . Save ( dest ); } }...

    docs.aspose.com/pdf/zh/net/justify-text-in-a-te...
  10. 通过 C# 导入 FDF 格式注释到 PDF|Aspose.PDF for .NET

    使用现有的 Form.ImportFdf() 或 PdfAnnotationEditor.ImportAnnotationsFromFdf() 方法将 FDF 格式注释导入 PDF,使用 Aspose.PDF for .NET。...fdfInputStream ); } // Save PDF document form . Save ( dataDir + "Im..."student.fdf" ); // Save PDF document editor . Save ( dataDir + "I...

    docs.aspose.com/pdf/zh/net/import-fdf/