Sort Score
Result 10 results
Languages All
Labels All
Results 7,341 - 7,350 of 373,144 for

save

(0.27 sec)
  1. Working with Table in Tagged PDFs using Python|...

    This article explains how to works with table in Tagged PDF document with Aspose.PDF for Python via .NET.... Save the Tagged PDF. import aspose...summary_attribute ) # Save Tagged PDF Document document . save ( outfile...

    docs.aspose.com/pdf/python-net/working-with-tab...
  2. 使用C++进行换行和文本自动换行|Documentation

    如何在C++中使用Aspose.Cells库实现文本换行和自动换行。通过使用Aspose.Cells库,您可以轻松在单元格中插入文本并设置文本换行方式,例如手动换行、自动换行等。本文件详细介绍了如何实现这些功能,并提供了示例代码供您参考。...SetStyle ( style ); // Save Excel File wb . Save ( srcDir + u "WrappingText...std :: cout << "Excel file saved successfully!" << std :: endl...

    docs.aspose.com/cells/zh/cpp/line-breaks-and-te...
  3. Convert PDF to PPT | Online for Free | Aspose.PDF

    PDF to PPT online conversion. Use this free tool to try functionality of our ASPOSE.PDF library. It helps to convert PDF to PPT without any registration, captcha or limits. Try our library for free...pdf" ); // save document in PPTX format document . Save ( "output...your PDF file and then simply save it as a PPT file. You can use...

    products.aspose.com/pdf/online/conversion-pdf-t...
  4. How to Unprotect Word File in Java

    This quick tutorial guides on how to unprotect Word file in Java. It provides all the necessary details to write a program to unprotect DOCX in Java with the help of a few API calls only....unprotected in Java , you can save it as a separate DOCX , DOC...to unprotect the loaded file Save the resultant unprotected file...

    kb.aspose.com/words/java/how-to-unprotect-word-...
  5. How to Convert PDF to Presentation using C#

    This simple how-to-topic is about how to convert PDF to presentation using C# by following the detailed configuration steps to verify the working sample code. You can import PDF in PowerPoint using C# by following a very simple API interface....AddFromPdf method Using the Save method, convert PDF to PowerPoint...Finally, the Save method will convert PDF to PPTX and save it on the...

    kb.aspose.com/slides/net/how-to-convert-pdf-to-...
  6. 使用 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/
  7. 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...
  8. Quick Tips|Aspose.PDF for Java

    Boost your productivity with quick tips for Aspose.PDF for Java. Learn time-saving techniques and essential tricks.... save ( fileOut ); } finally { if...was printed')" )); // after saving document . getActions (). setAfterSaving...

    docs.aspose.com/pdf/java/quick-tips/
  9. Convert ODP to PNG in JavaScript | products.asp...

    Convert ODP to PNG in JavaScript. Use Node.js library API to convert ODP files to PNG...Presentation from ODP file and save it as PNG. JavaScript code for...1080 , height : 960 }); image . save ( "slide" + i + ".png" , ImageFormat...

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

    Convert POTX to JPG in JavaScript. Use Node.js library API to convert POTX files to JPG...Presentation from POTX file and save it as JPG. JavaScript code for...1080 , height : 960 }); image . save ( "slide" + i + ".jpg" , ImageFormat...

    products.aspose.com/slides/nodejs-net/conversio...