Sort Score
Result 10 results
Languages All
Labels All
Results 2,381 - 2,390 of 368,085 for

save

(0.14 sec)
  1. Merge PPS Files To POTM Using Python | products...

    Merge multiple PPS files in Python.... save( "presentation.potm" , slides...steps to merge two PPS files and save result as POTM in Python. Install...

    products.aspose.com/slides/python-net/merge/pps...
  2. Merge PPTX Files To PPS Using Python | products...

    Merge multiple PPTX files in Python.... save( "presentation.pps" , slides...to merge two PPTX files and save result as PPS in Python. Install...

    products.aspose.com/slides/python-net/merge/ppt...
  3. 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/
  4. PdfDigitalSignatureTimestampSettings.server_url...

    PdfDigitalSignatureTimestampSettings.server_url property. Timestamp server URL....Examples Shows how to sign a saved PDF document digitally and timestamp...can pass to the document's "save" method # to modify how that...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FileFormatUtil.contentTypeToLoadFormat method |...

    FileFormatUtil.contentTypeToLoadFormat method. Converts IANA content type into a load format enumerated value....the corresponding Aspose load/save format from each media type...convert this content type to a save format." ); // If Aspose.words...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Merge PDF Files To POTX Using Python | products...

    Merge multiple PDF files in Python.... save( "presentation.potx" , slides...steps to merge two PDF files and save result as POTX in Python. Install...

    products.aspose.com/slides/python-net/merge/pdf...
  7. Merge PDF Files To PPS Using Python | products....

    Merge multiple PDF files in Python.... save( "presentation.pps" , slides...steps to merge two PDF files and save result as PPS in Python. Install...

    products.aspose.com/slides/python-net/merge/pdf...
  8. Merge PDF Files To HTML Using Python | products...

    Merge multiple PDF files in Python.... save( "presentation.html" , slides...steps to merge two PDF files and save result as HTML in Python. Install...

    products.aspose.com/slides/python-net/merge/pdf...
  9. OleFormat.ProgId | Aspose.Words for .NET

    Discover the OleFormat ProgId property to easily manage and customize OLE object ProgIDs for enhanced functionality and seamless integration....false )); // If we plan on saving the OLE object to a file in...)); // Below are two ways of saving an OLE object to a file in...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Add Circle Object to PDF file|Aspose.PDF for Py...

    This article explains how to create a circle object to your PDF using Aspose.PDF for Python via .NET.... Save our PDF file. import aspose...add ( graph ) # Save PDF document document . save ( path_outfile...

    docs.aspose.com/pdf/python-net/add-circle/