Sort Score
Result 10 results
Languages All
Labels All
Results 6,051 - 6,060 of 373,092 for

save

(0.16 sec)
  1. Convert PPSX to ODP in Python | products.aspose...

    Convert PPSX to ODP in Python. Use Python library API to convert PPSX files to ODP...Presentation from PPSX file and save it as ODP. Python tutorial for..."PowerPoint.ppsx" ); pres . save( "output.odp" , SaveFormat ...

    products.aspose.com/slides/python-java/conversi...
  2. Convert POTX to TIFF in Python | products.aspos...

    Convert POTX to TIFF in Python. Use Python library API to convert POTX files to TIFF...Presentation from POTX file and save it as TIFF. Python tutorial..."PowerPoint.potx" ); pres . save( "output.tiff" , SaveFormat...

    products.aspose.com/slides/python-java/conversi...
  3. Convert PPTM to PPTX in Python | products.aspos...

    Convert PPTM to PPTX in Python. Use Python library API to convert PPTM files to PPTX...Presentation from PPTM file and save it as PPTX. Python tutorial..."PowerPoint.pptm" ); pres . save( "output.pptx" , SaveFormat...

    products.aspose.com/slides/python-java/conversi...
  4. Convert PPTX to PDF in Python | products.aspose...

    Convert PPTX to PDF in Python. Use Python library API to convert PPTX files to PDF...Presentation from PPTX file and save it as PDF. Python tutorial for..."PowerPoint.pptx" ); pres . save( "output.pdf" , SaveFormat ...

    products.aspose.com/slides/python-java/conversi...
  5. Convert PPTX to PPTM in Python | products.aspos...

    Convert PPTX to PPTM in Python. Use Python library API to convert PPTX files to PPTM...Presentation from PPTX file and save it as PPTM. Python tutorial..."PowerPoint.pptx" ); pres . save( "output.pptm" , SaveFormat...

    products.aspose.com/slides/python-java/conversi...
  6. Convert PPTX to ODP in Python | products.aspose...

    Convert PPTX to ODP in Python. Use Python library API to convert PPTX files to ODP...Presentation from PPTX file and save it as ODP. Python tutorial for..."PowerPoint.pptx" ); pres . save( "output.odp" , SaveFormat ...

    products.aspose.com/slides/python-java/conversi...
  7. Convert FODP to GIF in Python | products.aspose...

    Convert FODP to GIF in Python. Use Python library API to convert FODP files to GIF...Presentation from FODP file and save it as GIF. Python tutorial for..."PowerPoint.fodp" ); pres . save( "output.gif" , SaveFormat ...

    products.aspose.com/slides/python-java/conversi...
  8. Convert ODP to PDF in Java

    This simple article is about how to convert ODP to PDF in Java. It presents all the details for the project settings along with a list of programming tasks, and a working example code to transform ODP to PDF in Java....options Save the loaded ODP file as a PDF file using the save method...PDF file on the disk using the save method. Code to Transform ODP...

    kb.aspose.com/slides/java/convert-odp-to-pdf-in...
  9. DigitalSignatureCollection | Aspose.Words for Java

    Provides a read-only collection of digital signatures attached to a document in Java....Date()); // There are two ways of saving a signed copy of a document...a local system filename and save a signed copy at a location...

    reference.aspose.com/words/java/com.aspose.word...
  10. PDF Tooltip using C#|Aspose.PDF for .NET

    Learn how to add tooltip to the text fragment in PDF using C# and Aspose.PDF...tooltip" )); // Save PDF document document . Save ( dataDir + "Tooltip_out...field ); } // Save PDF document document . Save ( dataDir + "Tooltip_out...

    docs.aspose.com/pdf/net/pdf-tooltip/