Sort Score
Result 10 results
Languages All
Labels All
Results 1,571 - 1,580 of 375,973 for

save

(0.14 sec)
  1. Create Presentations in C++|Aspose.Slides Docum...

    Create presentations in C++ with Aspose.Slides—produce PPT, PPTX, and ODP files, benefit from OpenDocument support, and Save them programmatically for reliable results....formats can I save a new presentation to? You can save to PPTX, PPT...from a template (POTX/POTM) and save as a regular PPTX? Yes. Load...

    docs.aspose.com/slides/cpp/create-presentation/
  2. 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...
  3. 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/
  4. Add Line Object to PDF file|Aspose.PDF for Pyth...

    This article explains how to create a line object to your PDF using Aspose.PDF for Python via .NET....Line Add the Line to the Graph Save our PDF file. import aspose...append ( line ) # Save PDF file document . save ( path_outfile )...

    docs.aspose.com/pdf/python-net/add-line/
  5. C++ API to Convert XML to XLT | products.aspose...

    Convert XML to XLT via C++ API without using Microsoft Excel or Adobe Reader...Convert XML to XLSX by using Save member function Load XLSX document...reference Save the document to XLT format using Save member function...

    products.aspose.com/total/cpp/conversion/xml-to...
  6. OleFormat class | Aspose.Words for Node.js

    Aspose.Words.Drawing.OleFormat class. Provides access to the data of an OLE object or ActiveX control...embedded object if you want to save it into a file. suggestedFileName...embedded object if you want to save it into a file. Methods Name...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Remove Slides from Presentations in Python|Aspo...

    Effortlessly remove slides from PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET. Get clear code examples and boost your workflow.... Save the modified presentation. The...) # Save the modified presentation. presentation . save ( "output...

    docs.aspose.com/slides/python-net/remove-slide-...
  8. Online XSLFO to PPS Conversion or Develop Java ...

    Free online app to convert XSLFO to PPS files. Java conversion library code for XSLFO documents....Convert XSLFO to PPTX by using save method Load PPTX document by...Presentation class Save the document to PPS format using save method and...

    products.aspose.com/total/java/conversion/xslfo...
  9. Online XSLFO to Powerpoint Conversion or Develo...

    Free online app to convert XSLFO to Powerpoint files. Java conversion library code for XSLFO documents....Convert XSLFO to PPTX by using save method Load PPTX document by...Presentation class Save the document to PPT format using save method and...

    products.aspose.com/total/java/conversion/xslfo...
  10. Add PDF Form Fields|Aspose.PDF for .NET

    This topic explains how to work with Form Fields with Aspose.PDF Facades using FormEditor Class....SetFieldLimit and finally use Save method to save the updated PDF file..."Country" , 20 ); // Save PDF document editor . Save ( dataDir + "Sample-Form-01-mod...

    docs.aspose.com/pdf/net/add-form-fields/