Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 369,312 for

save

(0.24 sec)
  1. Convert PDF to PPT in Java | products.aspose.com

    Convert PDF to PPT in Java. Use Java library API to convert PDF files to PPTs...Presentation from PDF file and save it as PPT. Java code for converting...addFromPdf ( "InputPDF.pdf" ); pres . save ( "OutputPresentation.ppt" ...

    products.aspose.com/slides/java/conversion/pdf-...
  2. Convert PDF to HTML in C++ | products.aspose.com

    Convert PDF to HTML in C++. Use C++ library API to convert PDF files to HTMLs...Presentation from PDF file and save it as HTML. C++ code for converting...u "InputPDF.pdf" ); pres -> Save( u "pres.pptx" , SaveFormat...

    products.aspose.com/slides/cpp/conversion/pdf-t...
  3. Convert Image to PDF in Java | products.aspose.com

    Convert Image to PDF in Java. Use Java library API to convert Image files to PDFs...Presentation from Image file and save it as PDF. Java code for converting...100 , 100 , image ); pres . save ( "index.pdf" , SaveFormat ...

    products.aspose.com/slides/java/conversion/imag...
  4. PsSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the PsSaveOptions SaveFormat property to easily specify your document's Save format. Optimize your workflow with flexible saving options!...the document will be saved if this save options object is used...set ; } Examples Shows how to save a document to the Postscript...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Convert PowerPoint Presentations to Markdown in...

    Convert PowerPoint slides in JavaScript—PPT, PPTX—to clean Markdown with Aspose.Slides for Node.js via Java, automate documentation and keep formatting....the markdown document will be saved. Convert PowerPoint to Markdown...presentation object. Use the save method to save the object as a markdown...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  6. Remove Tables from existing PDF|Aspose.PDF for ...

    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....remove ( table ) # Save PDF pdf_document . save ( output_file )...remove ( table ) # Save document pdf_document . save ( output_file...

    docs.aspose.com/pdf/python-net/remove-tables-fr...
  7. Remove Pages from PDF using .NET | Aspose.PDF

    Remove pages from PDF file programmatically with C# sample code using Aspose.PDF for .NET... 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/net/pages/remove/
  8. Converting a PDF file to XLS using PHP | Aspose...

    Sample code on PHP for PDF to XLS conversion. Use example code for batch PDF to XLS conversion with Aspose.PDF for PHP via Java...Save method while passing the output...SaveFormat.Xls as parameters Save the output XLS file System Requirements...

    products.aspose.com/pdf/php-java/conversion/pdf...
  9. Remove Slides from Presentations on Android|Asp...

    Effortlessly remove slides from PowerPoint and OpenDocument presentations with Aspose.Slides for Android. Get clear Java code examples and boost your workflow.... Save the modified presentation. This...slide ); // Saves the modified presentation pres . save ( "modified...

    docs.aspose.com/slides/androidjava/remove-slide...
  10. Rotate Text Inside PDF|Aspose.PDF for Java

    Learn how to rotate text inside a PDF document, providing flexibility in document layout using Aspose.PDF for Java...textFragment3 ); // Save document pdfDocument . save ( _dataDir + ...paragraph ); // Save document pdfDocument . save ( _dataDir + ...

    docs.aspose.com/pdf/java/rotate-text-inside-pdf/