Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 378,746 for

save

(0.83 sec)
  1. Export XSLFO to OTP in Android | products.aspos...

    Android API to Convert XSLFO to OTP without using Microsoft Word...Convert XSLFO to PPTX by using save method Load PPTX document by...Presentation class Save the document to OTP format using save method and...

    products.aspose.com/total/android-java/conversi...
  2. Export OFT to EPUB via C++ | products.aspose.com

    C++ API to Convert OFT to EPUB without using Microsoft Word or Outlook...Convert OFT to HTML by using Save member function Load HTML by...Document class Save the document to EPUB format using Save method and...

    products.aspose.com/total/cpp/conversion/oft-to...
  3. Export OFT to PNG via C++ | products.aspose.com

    C++ API to Convert OFT to PNG without using Microsoft Word or Outlook...Convert OFT to HTML by using Save member function Load HTML by...Document class Save the document to PNG format using Save method and...

    products.aspose.com/total/cpp/conversion/oft-to...
  4. Export OFT to PCL via C++ | products.aspose.com

    C++ API to Convert OFT to PCL without using Microsoft Word or Outlook...Convert OFT to HTML by using Save member function Load HTML by...Document class Save the document to PCL format using Save method and...

    products.aspose.com/total/cpp/conversion/oft-to...
  5. Export EML to PCL via C++ | products.aspose.com

    C++ API to Convert EML to PCL without using Microsoft Word or Outlook...Convert EML to HTML by using Save member function Load HTML by...Document class Save the document to PCL format using Save method and...

    products.aspose.com/total/cpp/conversion/eml-to...
  6. Export EML to RTF via C++ | products.aspose.com

    C++ API to Convert EML to RTF without using Microsoft Word or Outlook...Convert EML to HTML by using Save member function Load HTML by...Document class Save the document to RTF format using Save method and...

    products.aspose.com/total/cpp/conversion/eml-to...
  7. Getting Started|Documentation

    Setup Aspose.Diagram for Python via .NET and installation guidelines....() #// Save diagram in the VSDX format diagram . save ( "CreateNewVisio_out...SaveFileFormat . VSDX ) Now save the code above to “CreatingNewVisioFile...

    docs.aspose.com/diagram/python-net/getting-star...
  8. Set Privileges on PDF|Aspose.PDF for .NET

    Discover how to modify user privileges in PDF files, restricting certain actions using Aspose.PDF in .NET....privilege ); // Save PDF document fileSecurity . Save ( dataDir +...privilege ); // Save PDF document fileSecurity . Save ( dataDir +...

    docs.aspose.com/pdf/net/set-privileges/
  9. Change pages only after comparison - Free Suppo...

    Hi, docA = aw.Document( "DocumentA.docx") docB = aw.Document("DocumentA_corrected.docx") options = aw.comparing.CompareOptions() options.ignore_formatting = True options.ignore_headers_and_footers = True o…...comparing now is there way to save only these pages? can the do...2025, 1:30pm 2 @Prakruth To save only the pages that have changes...

    forum.aspose.com/t/change-pages-only-after-comp...
  10. Rotate PDF Pages programmatically|Aspose.PDF fo...

    Change page orientation and fitting the page content to the new page orientation using Java.... Save the modified document to the...On90 ); } // Save output document $document -> save ( $outputFile...

    docs.aspose.com/pdf/php-java/rotate-pages/