Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 312,275 for

save

(0.07 sec)
  1. Convert PDF to PPTX in C++ | products.aspose.com

    Convert PDF to PPTX in C++. Use C++ library API to convert PDF files to PPTXs...Presentation from PDF file and save it as PPTX. C++ code for converting...u "InputPDF.pdf" ); pres -> Save( u "pres.pptx" , SaveFormat...

    products.aspose.com/slides/cpp/conversion/pdf-t...
  2. Convert PDF to PPT in C++ | products.aspose.com

    Convert PDF to PPT in C++. Use C++ library API to convert PDF files to PPTs...Presentation from PDF file and save it as PPT. C++ code for converting...u "InputPDF.pdf" ); pres -> Save( u "pres.ppt" , SaveFormat ::...

    products.aspose.com/slides/cpp/conversion/pdf-t...
  3. How to Scale a Worksheet with Python.NET|Docume...

    This article explains how to scale a worksheet using Aspose.Cells for Python.NET....fit_to_pages_tall = 1 # Save the modified workbook workbook . save ( "output_fit_to_page...zoom = 75 # Save the modified workbook workbook . save ( "output_scaled_percentage...

    docs.aspose.com/cells/python-net/how-to-scale-a...
  4. Convert JPG to PDF in C++ | products.aspose.com

    Convert JPG to PDF in C++. Use C++ library API to convert JPG files to PDFs...Presentation from JPG file and save it as PDF. C++ code for converting...0f , 100.0f , image); pres -> Save( u "pres.pdf" , SaveFormat ::...

    products.aspose.com/slides/cpp/conversion/jpg-t...
  5. Open Presentation in Java|Aspose.Slides Documen...

    Open or load Presentation PPT, PPTX, ODP in Java...// The presentation will be saved to the other file. The memory...during the operation pres . save ( "veryLargePresentatio-copy...

    docs.aspose.com/slides/androidjava/open-present...
  6. Cancelling Meeting Requests with Calendar|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....first sends a meeting request, saves the information in a database...SmtpClient for sending the message. Save all the attendee information...

    docs.aspose.com/email/java/cancelling-meeting-r...
  7. Delete Blank Rows and Columns in a Worksheet wi...

    Learn how to delete all blank rows and columns from a worksheet using Aspose.Cells for Node.js via C++....deleteBlankRows (); // Save the excel file. wb . save ( path . join (...deleteBlankColumns (); // Save the excel file. workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/delete-blank-r...
  8. OoxmlSaveOptions constructor | Aspose.Words for...

    Aspose.Words.Saving.OoxmlSaveOptions constructor...this class that can be used to save a document in the SaveFormat...this class that can be used to save a document in the SaveFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 在 VSTO 和 Aspose.Cells 中合并或取消合并工作表中的单元格|Document...

    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....Value ); //Save the file. excelApp . ActiveWorkbook . Save (); //Quit...rng1 . Merge (); //Save the file. workbook . Save ( "Book1.xls" );...

    docs.aspose.com/cells/zh/net/merge-or-unmerge-c...
  10. Aspose::Words::Saving::ImageSaveOptions::set_Re...

    Aspose::Words::Saving::ImageSaveOptions::set_Resolution method. Sets both horizontal and vertical resolution for the generated images, in dots per inch in C++....Aspose::Words::Saving::ImageSaveOptions::set_Resolution method...inch. void Aspose :: Words :: Saving :: ImageSaveOptions :: set_Resolution...

    reference.aspose.com/words/cpp/aspose.words.sav...