Sort Score
Result 10 results
Languages All
Labels All
Results 3,901 - 3,910 of 346,110 for

save

(0.14 sec)
  1. Rotate PDF API | Aspose.PDF

    Rotate PDF pages using .NET, .NET Core, Java, C++ & Android.... Save the output PDF file. Rotate..."ChangeOrientation_out.pdf" ; // Save output file doc . Save ( dataDir );...

    products.aspose.com/pdf/rotate/
  2. Convert Excel to ODS|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....is to load the workbook and save it by passing SaveFormat.ODS...second parameter of the Workbook.save method. The following code snippet...

    docs.aspose.com/cells/python-java/convert-excel...
  3. Chart Data Table|Aspose.Slides 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.... Save modified presentation. Below...set_FontHeight ( 20.0f ); pres -> Save ( u "output.pptx" , SaveFormat...

    docs.aspose.com/slides/cpp/chart-data-table/
  4. Unlock PPT Presentation Files using C++ | produ...

    C++ source code to remove protection from PPT Presentation....RemoveEncryption(); presentation -> Save( u "encryption-removed.ppt"...RemoveWriteProtectio(); presentation -> Save( u "write-protection-removed...

    products.aspose.com/slides/cpp/unlock/ppt/
  5. Add text to PDF using Python | Aspose.PDF

    Add text to PDF programmatically with Python sample code using Aspose.PDF for Python for .NET... Save the file again. Add Text to...text_fragment ) # Save resulting PDF document. document . save ( path_outfile...

    products.aspose.com/pdf/python-net/text/
  6. PdfSaveOptions.customPropertiesExport property ...

    PdfSaveOptions.customPropertiesExport property. Gets or sets a value determining the way [Document.customDocumentProperties](../../../aspose.words/document/customDocumentProperties/) are exported to PDF file.... Saving . PdfCustomPropertiesE Remarks...value is not supported when saving to PDF/A. PdfCustomPropertiesE...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PdfDigitalSignatureDetails.signature_date prope...

    PdfDigitalSignatureDetails.signature_date property. Gets or sets the date of the signing....can pass to the document's "save" method # to modify how that...document to .PDF. options = aw . saving . PdfSaveOptions () # Configure...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Chart Axis|Aspose.Slides Documentation

    How to edit PowerPoint chart axis in C++...get_ActualMinorUnit (); // Saves the presentation pres -> Save ( u "ErrorBars_out...SwitchRowColumn (); // Saves presentation pres -> Save ( u "SwitchChartRowColumn_out...

    docs.aspose.com/slides/cpp/chart-axis/
  9. Chart Series|Aspose.Slides for PHP Documentation

    Chart series in PowerPoint presentations...presentation file to disk $pres -> save ( "SetChartSeriesOverla_out...preferred fill type and fill color. Save the modified presentation. This...

    docs.aspose.com/slides/php-java/chart-series/
  10. Remove Pages from PDF using PHP via Java | Aspo...

    Remove pages from PDF file programmatically with PHP sample code using Aspose.PDF for PHP via Java... 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/php-java/pages/remove/