Sort Score
Result 10 results
Languages All
Labels All
Results 4,641 - 4,650 of 363,297 for

save

(0.15 sec)
  1. Managing Page Breaks in Ruby|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.... add ( "Y30" ) # Saving the modified Excel file in...Excel 2003) format workbook . save ( @data_dir + "Add Page Breaks...

    docs.aspose.com/cells/java/managing-page-breaks...
  2. Aspose::Words::FileFormatUtil::SaveFormatToExte...

    Aspose::Words::FileFormatUtil::SaveFormatToExtension method. Converts a Save format enumerated value into a file extension. The returned extension is a lower-case string with a leading dot in C++....oExtensio method Converts a save format enumerated value into...document from the stream, and then save it to the automatically detected...

    reference.aspose.com/words/cpp/aspose.words/fil...
  3. 用C++管理图片|Documentation

    使用 Aspose.Cells for C++ API 添加、定位和管理电子表格中的图像。...Add ( 5 , 5 , imagePath ); // Save workbook U16String outputPath...u "output.xls" ; workbook . Save ( outputPath ); std :: cout...

    docs.aspose.com/cells/zh/cpp/managing-pictures/
  4. Remove Pages from PDF using Python for .NET | A...

    Remove pages from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET... Save the output PDF using the Save method. The provided...page from the PDF document. Save the updated PDF document to...

    products.aspose.com/pdf/python-net/pages/remove/
  5. Keep Separators for Blank Rows while exporting ...

    Learn how to keep separators for blank rows when exporting spreadsheets to CSV format using Aspose.Cells with C++....GetKeepSeparatorsFor() property to true and saves it as output.csv . The screenshot...); // Instantiate Text File's Save Options TxtSaveOptions options...

    docs.aspose.com/cells/cpp/keep-separators-for-b...
  6. Remove Pages from PDF using C++ | Aspose.PDF

    Remove pages from PDF file programmatically with C++ sample code using Aspose.PDF for C++... Save the output PDF using the Save method. The provided...page from the PDF document. Save the updated PDF document to...

    products.aspose.com/pdf/cpp/pages/remove/
  7. 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...
  8. Convert a Multi-page Document to an Image in C#...

    Export multi-page documents to raster images (JPG, PNG, GIF, BMP, TIFF, WebP) using C#....organized when saving to an image: SinglePage – save only the first...following code example shows how to save a multi-page DOCX document as...

    docs.aspose.com/words/net/convert-a-multi-page-...
  9. Extract Assets from VRML File Formats via Java ...

    Sample Java extract assets code for VRML file. Use this example code to extract assets from VRML file within any Web or Desktop Java based application....Call the Extract method and save the file System Requirements...if (entity instanceof Mesh){ Save((Mesh)entity, node.getName());...

    products.aspose.com/3d/java/extractor/vrml/
  10. Convert Image to PDF in Python|Aspose.PDF for P...

    This topic show you how to convert Image to PDF using Aspose.PDF for Python via C++ library....to the page Save the output PDF with ‘document.save’ method. The...paragraphs . add ( image ) # Save the document to the output file...

    docs.aspose.com/pdf/python-cpp/convert-image-to...