Sort Score
Result 10 results
Languages All
Labels All
Results 4,321 - 4,330 of 380,819 for

save

(0.69 sec)
  1. Specifying Significant Digits to be Stored in E...

    Learn how to control significant digits stored in Excel files using Aspose.Cells for Python via .NET API....001234567890123456 ) # Save modified workbook workbook . save ( "output.xlsx"...put_value ( 1234567890.123451711 ) # Save the workbook output_dir = os...

    docs.aspose.com/cells/python-net/specifying-sig...
  2. View POTM in C++ | products.aspose.com

    View POTM presentations in C++. Use Aspose.Slides for C++ to open macro-enabled PowerPoint template files and Save them as responsive HTML....for C++ to open POTM files and save them as responsive HTML. Download...with the Presentation class and save it as HTML for browser-based...

    products.aspose.com/slides/cpp/viewer/potm/
  3. View POT in C++ | products.aspose.com

    View POT presentations in C++. Use Aspose.Slides for C++ to open PowerPoint template files and Save them as responsive HTML....for C++ to open POT files and save them as responsive HTML. Download...with the Presentation class and save it as HTML for browser-based...

    products.aspose.com/slides/cpp/viewer/pot/
  4. View PPS in C++ | products.aspose.com

    View PPS presentations in C++. Use Aspose.Slides for C++ to open PowerPoint slideshow files and Save them as responsive HTML....for C++ to open PPS files and save them as responsive HTML. Download...with the Presentation class and save it as HTML for browser-based...

    products.aspose.com/slides/cpp/viewer/pps/
  5. View PPT in C++ | products.aspose.com

    View PPT presentations in C++. Use Aspose.Slides for C++ to open PowerPoint presentation files and Save them as responsive HTML....for C++ to open PPT files and save them as responsive HTML. Download...with the Presentation class and save it as HTML for browser-based...

    products.aspose.com/slides/cpp/viewer/ppt/
  6. Split PDF programmatically|Aspose.PDF for .NET

    This topic shows how to split PDF pages into individual PDF files in your .NET applications with C#.... Save the new PDF using Save method. The following...( page ); // Save PDF document document2 . Save ( dataDir + "Page_"...

    docs.aspose.com/pdf/net/split-pdf-document/
  7. BuiltInDocumentProperties.lastSavedTime propert...

    BuiltInDocumentProperties.lastSavedTime property. Gets or sets the time of the last Save in UTC....or sets the time of the last save in UTC. get lastSavedTime ()...returns the local time of last save operation. Aspose.Words does...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart series in JavaScript for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations.... save ( "SetChartSeriesOverla_out...preferred fill type and fill color. Save the modified presentation. This...

    docs.aspose.com/slides/nodejs-java/chart-series/
  9. Extract Images from PDF using Python|Aspose.PDF...

    Learn how to extract embedded images from PDF files with Aspose.PDF for Python....retrieve an XImage object and save it as a separate file. This...from the page image collection. Save the extracted image to an output...

    docs.aspose.com/pdf/python-net/extract-images-f...
  10. Add Pages to PDF using .NET | Aspose.PDF

    Add PDF pages to your document programmatically with C# sample code using Aspose.PDF for .NET... Save the output PDF using the Save method. Insert...Insert ( 2 ); pdfDocument . Save ( outputFile );...

    products.aspose.com/pdf/net/pages/add/