Sort Score
Result 10 results
Languages All
Labels All
Results 4,451 - 4,460 of 369,779 for

save

(0.12 sec)
  1. Merge PPTX Files To PNG Using Python | products...

    Merge multiple PPTX files in Python.... save( "presentation_slide_ {0} .png"...to merge two PPTX files and save result as PNG in Python. Install...

    products.aspose.com/slides/python-net/merge/ppt...
  2. ImageSaveOptions.JpegQuality | Aspose.Words for...

    Adjust the JpegQuality property in ImageSaveOptions to optimize JPEG image quality for stunning visuals and improved performance. Perfect for developers!...Remarks Has effect only when saving to JPEG. Use this property...quality of generated images when saving in JPEG format. The value may...

    reference.aspose.com/words/net/aspose.words.sav...
  3. HtmlSaveOptions.ImagesFolderAlias | Aspose.Word...

    Discover the HtmlSaveOptions ImagesFolderAlias property to easily manage image URIs in your HTML documents. Simplify your workflow with this essential feature!...get ; set ; } Remarks When you save a Document in HTML format, Aspose...Aspose.Words needs to save all images embedded in the document...

    reference.aspose.com/words/net/aspose.words.sav...
  4. PDF Merging | Aspose.PDF

    Merging PDF documents with free cross-platform Apps and High Code APIs for any platform.... Save ( _dataDir + "ConcatenatedPDF...get_Pages ()); // Save concatenated output file doc1 -> Save ( u "merged-output...

    products.aspose.com/pdf/merger/
  5. Formatting PDF Document|Aspose.PDF for Java

    Format the PDF Document with Aspose.PDF for Java. Use the next code snippet to resolve your tasks.... Save the updated PDF file using the Save method. Properties...UseThumbs ); // Save updated PDF file pdfDocument . save ( _dataDir...

    docs.aspose.com/pdf/java/formatting-pdf-document/
  6. Convert JSON to Excel with JavaScript via C++|D...

    Learn how to convert a JSON file to an Excel workbook with Aspose.Cells for JavaScript via C++....// save file to xlsx format const outputData = wb . save ( SaveFormat...Load JSON into Workbook and Save as XLSX </ h1 > < input type...

    docs.aspose.com/cells/javascript-cpp/convert-js...
  7. Open PSD, PSB and AI files and export them to P...

    Example PSD, PSB and AI file export to other formats...extensions to their respective save options. To convert a PSD file...file name and save the image using the image.save() method. Similarly...

    docs.aspose.com/psd/python-net/open-export-psd-...
  8. Insert Pictures and Shapes of Excel files with ...

    Manage pictures, OLE objects, and shapes in Excel files using Aspose.Cells for Node.js via C++....jpg" )); // Saving the Excel file workbook . save ( path . join...objectData ); // Save the excel file workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/insert-shapes/
  9. Convert HTML to PDF in Python|Aspose.PDF for Py...

    Learn how to convert HTML content into PDF format using Aspose.PDF in Python for Java.... Save output PDF document by calling Document.Save() method..."result_fromHtml.pdf" doc . save ( documentOutName ) # conversion...

    docs.aspose.com/pdf/python-java/convert-html-to...
  10. 使用 Go 向 PDF 添加页面 | Aspose.PDF

    使用 Aspose.PDF for Go via C++,使用 Go 示例代码,以编程方式将 PDF 页面添加到您的文档中... 使用 Save 方法儲存輸出的 PDF。 將新頁面插入到 PDF 中 package...log . Fatal ( err ) } // Save() saves previously opened PDF-document...

    products.aspose.com/pdf/zh-hant/go-cpp/pages/add/