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

save

(0.11 sec)
  1. Convert POTX to ODP in JavaScript | products.as...

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

    products.aspose.com/slides/nodejs-net/conversio...
  2. Convert POTX to ODP in Node.js | products.aspos...

    Convert POTX to ODP in Node.js. Use Node.js library API to convert POTX files to ODPs...Presentation from POTX file and save it as ODP. Node.js code for..."welcome-to-powerpoint.potx" ); try { pres . save ( "output.odp" , aspose . slides...

    products.aspose.com/slides/nodejs-java/conversi...
  3. Convert PPSM to POTX in Node.js | products.aspo...

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

    products.aspose.com/slides/nodejs-java/conversi...
  4. 使用C++加密和解密ODS文件|Documentation

    使用纯C++库Aspose.Cells for C++对ODS文件进行密码保护和加密。..."1234" ); // Save the ODS file workbook . Save ( outputDir +...file password protected and saved successfully!" << std :: endl...

    docs.aspose.com/cells/zh/cpp/encrypt-and-decryp...
  5. Customize Default Fonts in Presentations with P...

    Set default fonts in Aspose.Slides for Python to ensure proper PowerPoint (PPT, PPTX) and OpenDocument (ODP) conversion to PDF, XPS and images.... save ( "output_out.png" , slides...PNG ) # Generate PDF pptx . save ( "output_out.pdf" , slides...

    docs.aspose.com/slides/python-net/default-font/
  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. How to apply/set text alignment to textbox with...

    How to apply/set text alignment to textbox in Aspose.Cells with C++....TextAlignmentType :: Center ); // Save the workbook to the output directory...directory workbook . Save ( outDir + u "result.xlsx" ); std ::...

    docs.aspose.com/cells/cpp/applying-text-alignme...
  8. PdfSaveOptions.AdditionalTextPositioning | Aspo...

    Discover the PdfSaveOptions AdditionalTextPositioning property to control text positioning in PDFs. Enhance your document's layout effortlessly!...can pass to the document's "Save" method // to modify how that...applyAdditionalTextP }; doc . Save ( ArtifactsDir + "PdfSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  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/