Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 159,329 for

open

(0.32 sec)
  1. Convert PPT to FODS via C++ or with free Online...

    Export PPT to FODS in C++ without using Microsoft Excel or Powerpoint or online. Test free PPT to FODS online converter quickly before integrating the code....Flat Open Document Spreadsheet (FODS) format is an open standard...Convert PPT to FODS via C++ Open PPT file using Presentation...

    products.aspose.com/total/cpp/conversion/ppt-to...
  2. Add Images to PDF using Python | Aspose.PDF

    Adding images into PDF documents programmatically with Python sample code using Aspose.PDF for Python for .NET... Open NuGet package manager, search...Create a Document object and open the input PDF document. Get...

    products.aspose.com/pdf/python-net/images/add/
  3. Convert JSON Format to ODP via Java | products....

    Parse JSON to ODP in Java without using Microsoft PowerPoint...Create a new Workbook object and open JSON file Save JSON as PPTX...ensures full compatibility with open-source office suites and cross-platform...

    products.aspose.com/total/java/conversion/json-...
  4. Encrypt And Decrypt ODS files|Documentation

    password-protect and encrypt ODS files using Aspose.Cells for Python via .NET, which is a pure .NET library....encrypted ODS files can only be opened by OpenOffice after providing...providing the password. Excel cannot open the encrypted ODS file and may...

    docs.aspose.com/cells/python-net/encrypt-and-de...
  5. Working with Operators using Python|Aspose.PDF ...

    This topic explains how to use operators with Aspose.PDF for Python via .NET. The operator classes provide great features for PDF manipulation....add an image into a PDF file: Open the PDF Document Define Image...operators: import aspose.pdf as ap # Open PDF document with ap . Document...

    docs.aspose.com/pdf/python-net/working-with-ope...
  6. 使用 Node.js 和 C++ 管理工作簿元数据|Documentation

    学习如何使用Aspose.Cells for Node.js via C++编辑工作簿元数据。...join ( __dirname , "data" ); // Open Workbook metadata const options..., "Sample2.out.xlsx" )); // Open the workbook const w = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/using-workb...
  7. OdtSaveOptions.MeasureUnit | Aspose.Words for .NET

    Customize your document's MeasureUnit with OdtSaveOptions. Choose your preferred measurement units for precision—default is Centimeters....MeasureUnit { get ; set ; } Remarks Open Office uses centimeters when...using the metric system, which Open Office uses. // We can set the...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Convert XLSX to PPS via PHP or with free Online...

    PHP API to Convert XLSX to PPS or Online App without using Microsoft Excel or Powerpoint. Test free XLSX to PPS online converter quickly before integrating the code.... Open and load XLSX file using Workbook...File) Convert XLSX to PPTX (Open XML presentation Format) What...

    products.aspose.com/total/php-java/conversion/x...
  9. ImageData.SetImage | Aspose.Words for .NET

    Discover how to use the SetImage method in ImageData to enhance your shapes with customized images. Elevate your design effortlessly!...SetImage ( srcImage ); } // 2 - Open an image file from the local...ImageDir + "Logo.jpg" , FileMode . Open , FileAccess . Read )) { imgShape...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Insert a new worksheet|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....InsertWorksheet ( string docName ) { // Open the document for editing. using...spreadSheet = SpreadsheetDocument . Open ( docName , true )) { // Add...

    docs.aspose.com/cells/net/insert-a-new-worksheet/