Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 367,884 for

save

(0.63 sec)
  1. Convert PDF to PNG|Aspose.PDF for Android via Java

    This page describes how to convert PDF Pages to PNG image, convert all and single pages to PNG images with Aspose.PDF for Android via Java....); // Create stream object to save the output image try { OutputStream...Convert a particular page and save the image to stream PngDevice...

    docs.aspose.com/pdf/androidjava/convert-pdf-to-...
  2. Convert PDF to BMP|Aspose.PDF for Android via Java

    This article describes how to convert PDF Pages to BMP image, convert all Pages to BMP images and convert single PDF page to BMP image with Java....); // Create stream object to save the output image try { OutputStream...Convert a particular page and save the image to stream BmpDevice...

    docs.aspose.com/pdf/androidjava/convert-pdf-to-...
  3. 使用Python.NET设置Workbook的公式计算模式|Documentation

    学习如何使用Aspose.Cells for Python via .NET API设置Excel工作簿中的公式计算模式(自动、手动)。逐步指南附代码示例。... MANUAL # Save modified workbook workbook . save ( "output.xlsx"...calculation_mode = CalcModeType . MANUAL # Save the workbook output_path = os...

    docs.aspose.com/cells/zh/python-net/setting-for...
  4. Extract Content in Jython|Aspose.Words for Java

    Extract Content from document using Jython....a new separate document and save it to disk. dstDoc = self ...., extractedNodes ) dstDoc . save ( self . dataDir + "TestFile...

    docs.aspose.com/words/java/extract-content-in-j...
  5. Add Images to PDF using C# | Aspose.PDF

    Adding images into PDF documents programmatically with C# sample code using Aspose.PDF for .NET... Use the GSave operator to save the current graphical state...operator to save the updated graphical state. Save the PDF file...

    products.aspose.com/pdf/net/images/add/
  6. Java API to Export MD to DOCM | products.aspose...

    Convert MD to DOCM using on premise Java API...class Convert MD to DOC by using save method Load DOC file by using...Aspose.Words Save the document to DOCM format using save method and...

    products.aspose.com/total/java/conversion/md-to...
  7. Java API to Export PS to OTT | products.aspose.com

    Convert PS to OTT using on premise Java API...class Convert PS to DOC by using save method Load DOC file by using...Aspose.Words Save the document to OTT format using save method and...

    products.aspose.com/total/java/conversion/ps-to...
  8. Creating tooltips in Text|Aspose.PDF for Python...

    Learn how to add tooltip to the text fragment in PDF using Python and Aspose.PDF... Save the Initial Document. Reopen...ButtonField over the matched fragment. Save the Final Document. import os...

    docs.aspose.com/pdf/python-net/pdf-tooltip/
  9. 在 JavaScript 通过 C++ 使用 HtmlSaveOptions.tableCss...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 对 HTML 中的表格元素样式进行前缀。...Example - Set Cell Style and Save as HTML with Table CSS ID </...style = st ; // Specify html save options - specify table css...

    docs.aspose.com/cells/zh/javascript-cpp/prefix-...
  10. Modify Annotations in your PDF|Aspose.PDF for .NET

    This section explains how to modify annotations from PDF file to XFDF with Aspose.PDF Facades....user" ); // Save PDF document annotationEditor . Save ( dataDir...newTextAnnotation ); // Save PDF document annotationEditor . Save ( dataDir...

    docs.aspose.com/pdf/net/modify-annotations/