Sort Score
Result 10 results
Languages All
Labels All
Results 7,471 - 7,480 of 375,795 for

save

(0.2 sec)
  1. Quick Start in Jython|Aspose.Words for Java

    Jython: Quick Start Aspose.Words for Java....Jython Load And Save To Disk in Jython Load And Save To Stream in...

    docs.aspose.com/words/java/quick-start-in-jython/
  2. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations....it does not allow editing or saving Excel files — its sole purpose..."{{YearsOfService}}" , yearsOfService )); // Save the personalized presentation...

    docs.aspose.com/slides/cpp/excel-integration/
  3. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations....it does not allow editing or saving Excel files — its sole purpose..."{{YearsOfService}}" , yearsOfService )); // Save the personalized presentation...

    docs.aspose.com/slides/androidjava/excel-integr...
  4. Public API Changes in Aspose.Cells 8.8.3|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....= "A1" ; // Save the result on disk book . Save ( dir + "output...AutoFitColumns (); // Save the spreadsheet on disk book . Save ( dir + "output...

    docs.aspose.com/cells/net/public-api-changes-in...
  5. Make Booklet of PDF|Aspose.PDF for .NET

    This section explains how to make booklet of PDF with Aspose.PDF Facades using PdfFileEditor class....booklet of the input PDF file and save it to the output PDF file. This...booklet of the input PDF file and save it to the output PDF file. This...

    docs.aspose.com/pdf/net/make-booklet-of-pdf/
  6. How to add Smart Card signature to PDF|Aspose.P...

    Aspose.PDF for .NET allows you to sign PDF documents from a smart card using signature field....externalSignature ); // Save PDF document document . Save ( dataDir + "...externalSignature ); // Save PDF document pdfSign . Save ( dataDir + "...

    docs.aspose.com/pdf/net/sign-pdf-document-from-...
  7. Converting a HTML file to SVG using Python | As...

    Sample code on Python for HTML to SVG conversion. Use example code for batch HTML to SVG conversion with Python and .NET...will be used to generate and save the output files, passing in...library to specify settings for saving the document as a SVG image...

    products.aspose.com/pdf/python-net/conversion/h...
  8. Remove Metadata from PDF in Python|Aspose.PDF f...

    Find out how to remove metadata from PDF documents in Python using Aspose.PDF, ensuring privacy and data security....) # save update document with new information doc . save ( self...

    docs.aspose.com/pdf/java/remove-metadata-from-p...
  9. Aspose::Words::Saving::SaveOptions::get_UpdateC...

    Aspose::Words::Saving::SaveOptions::get_UpdateCreatedTimeProperty method. Gets or sets a value determining whether the CreatedTime property is updated before saving. Default value is false; in C++....Aspose::Words::Saving::SaveOptions::get_UpdateCreatedTimePro...property is updated before saving. Default value is false ;....

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Create AcroForm - Create Fillable PDF in C#|Asp...

    With Aspose.PDF for .NET you may create a form from scratch in your PDF file...textBoxField ); // Save PDF document document . Save ( dataDir + "TextBox_out...textBoxField ); // Save PDF document document . Save ( dataDir + "TextBox_out...

    docs.aspose.com/pdf/net/create-form/