Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 369,814 for

save

(0.08 sec)
  1. Aspose.PSD for .NET 22.12 - Release Notes|Docum...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....PSDNET-1277 Add the ability to save and load a mask for 16 images...PSDNET-1281 Incorrect transparency on saving of 16 bit image to 16 or 8...

    docs.aspose.com/psd/net/aspose-psd-for-net-22-1...
  2. WordML2003SaveOptions.save_format property | As...

    WordML2003SaveOptions.Save_format property. Specifies the format in which the document will be Saved if this Save options object is used...save_format property WordML2003SaveOption.save_format property...the document will be saved if this save options object is used...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 通过 Node.js 转换 Excel 工作簿为 Ods、Sxc 和 Fods(OpenOff...

    如何使用 Aspose.Cells for Node.js via C++ 将 Excel 转换为 Ods(OpenOffice / LibreOffice Calc)或将 Ods(OpenOffice / LibreOffice Calc)转换为 Excel。...excelFilePath ); // Save as ods file workbook . save ( "ods_out.ods"...ods" ); // Save as sxc file workbook . save ( "sxc_out.sxc" );...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-exc...
  4. Convert Visio to HTML format|Documentation

    This topic show you how to convert Visio to html formats using Aspose.Diagram for Python via Java. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM, VSSM to html with a few lines of code....read the diagram files and the Save method to export the diagram...image format. Developers can save resultant HTML in the local...

    docs.aspose.com/diagram/zh/python-java/convert-...
  5. Create an Empty 3D document|Documentation

    Aspose.3D for Node.js via Java API has support of creating 3D scene from scratch, and then Save in supported 3D format....Create an Empty 3D Scene and save in Supported 3D format Aspose...scene from scratch, and then save in supported 3D format. Creating...

    docs.aspose.com/3d/nodejs-java/create-an-empty-...
  6. Move PDF Pages programmatically C#|Aspose.PDF f...

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for .NET.... Save the output PDF using the Save method. Delete...source document. Save the source PDF using the Save method. The following...

    docs.aspose.com/pdf/net/move-pages/
  7. Add and Delete a Bookmark using Python|Aspose.P...

    You can add a bookmark to a PDF document with Python. It is possible to delete all or particular bookmarks from a PDF document....append ( outline ) # Save output document . save ( output_pdf ) Add...append ( outline ) # Save output document . save ( output_pdf ) Delete...

    docs.aspose.com/pdf/python-net/add-and-delete-b...
  8. Using Aspose.Imaging for Java in Kotlin|Documen...

    How to use Aspose.Imaging for Java in Kotlin applications for desktops and servers...image, draw a line on it and save it In the Kotlin code snippet...using a `Pen` object. Before saving the image, we apply resizing...

    docs.aspose.com/imaging/java/using-imaging-in-k...
  9. SaveOptions.createSaveOptions method | Aspose.W...

    Aspose.Words.Saving.SaveOptions.createSaveOptions method...createSaveOptions(saveFormat) Creates a save options object of a class suitable...suitable for the specified save format. createSaveOptions ( saveFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Convert PDF file to HTML format|Aspose.PDF for C++

    This topic show you how to Aspose.PDF allows to convert PDF file to HTML format with C++ library....the value Html which lets you save the source file to HTML. The...try { // Save the output in HTML format document -> Save ( outfilename...

    docs.aspose.com/pdf/cpp/convert-pdf-to-html/