Sort Score
Result 10 results
Languages All
Labels All
Results 4,681 - 4,690 of 310,760 for

save

(0.2 sec)
  1. Manage PowerPoint Paragraph in Python|Aspose.Sl...

    Create paragraphs and manage paragraph properties in PowerPoint presentations in Python... Save the modified presentation. This...# Write PPTX to Disk pres . save ( "multiParaPort_out.pptx" ...

    docs.aspose.com/slides/python-net/manage-paragr...
  2. Public API Changes in Aspose.Cells 8.5.2|Docume...

    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....ToImage ( 0 , g , 0 , 0 ); //Save the graphics context image in...in Png format bmp . Save ( "test.png" , ImageFormat . Png );...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. FixedPageSaveOptions.colorMode property | Aspos...

    FixedPageSaveOptions.colorMode property. Gets or sets a value determining how colors are rendered.... Saving . ColorMode Remarks The default...to change image color with saving options property. let doc =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Add Bookmark to PDF using Java | Aspose.PDF

    Add bookmark to PDF programmatically with Java sample code using Aspose.PDF for Java... Save the file again This example...‘OutlineItemCollectio’, and then save the modified document bookmark...

    products.aspose.com/pdf/java/bookmarks/
  5. C++ API to Convert POWERPOINT to TEXT or with f...

    Export POWERPOINT to TEXT within your C++ applications or online. Test free POWERPOINT to TEXT online converter quickly before integrating the code....POWERPOINT to HTML by using Save member funciton and set Html...reference Save the document to TEXT format by using Save member...

    products.aspose.com/total/cpp/conversion/powerp...
  6. C++ API to Convert POWERPOINT to DOCX or with f...

    Export POWERPOINT to DOCX within your C++ applications or online. Test free POWERPOINT to DOCX online converter quickly before integrating the code....POWERPOINT to HTML by using Save member funciton and set Html...reference Save the document to DOCX format by using Save member...

    products.aspose.com/total/cpp/conversion/powerp...
  7. 在Ruby中将Excel转换为PDF文件|Documentation

    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....def excel_to_pdf ( workbook ) save_format = Rjb :: import ( 'com...SaveFormat' ) # Save the document in PDF format workbook . save ( @data_dir...

    docs.aspose.com/cells/zh/java/converting-excel-...
  8. Export Visio Diagram to HTML in PHP|Documentation

    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....vsd" ); \ # Save as Html $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "Diagram.html"...

    docs.aspose.com/diagram/java/export-visio-diagr...
  9. Creating a Pdf417 Barcode in PHP|Documentation

    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....setCodeText ( "12345" ); \ # Save the image to your system and...image format to Jpeg $builder -> save ( $dataDir . "CreatingPdf417Barcod...

    docs.aspose.com/barcode/java/creating-a-pdf417-...
  10. Add Page Number to PDF with C++|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to add Page Number Stamp to your PDF file using PageNumber Stamp class....pageNumberStamp ); // Save output document document -> Save ( _dataDir +...batesNum ); } } // Save output document document -> Save ( _dataDir +...

    docs.aspose.com/pdf/cpp/add-page-number/