Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 368,257 for

save

(0.12 sec)
  1. C++ API to Convert TEX to PPSX | products.aspos...

    Convert TEX to PPSX via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert TEX to PPTX by using Save method function Load PPTX document...reference Save the document to PPSX format using Save member function...

    products.aspose.com/total/cpp/conversion/tex-to...
  2. C++ API to Convert PCL to PPSM | products.aspos...

    Convert PCL to PPSM via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert PCL to PPTX by using Save method function Load PPTX document...reference Save the document to PPSM format using Save member function...

    products.aspose.com/total/cpp/conversion/pcl-to...
  3. C++ API to Convert PCL to PPSX | products.aspos...

    Convert PCL to PPSX via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert PCL to PPTX by using Save method function Load PPTX document...reference Save the document to PPSX format using Save member function...

    products.aspose.com/total/cpp/conversion/pcl-to...
  4. Compress PDF Document | Aspose.PDF

    Optimize PDF files on any platform programmatically with this sample code using Aspose.PDF Library...this method doesn’t actually saves the document. On the contrary...optimized structure, call then Save to get optimized document. Steps...

    products.aspose.com/pdf/compress/
  5. Export OneNote Document to HTML in C# | ONE to ...

    Programmatically export OneNote Document to HTML Webpage using C# with Aspose.Note for .NET API. Save OneNote (.one) as HTML using C#....Specific Pages of OneNote to HTML Save OneNote to HTML with Embedded... Finally, call the Save() method to save the OneNote document...

    blog.aspose.com/note/convert-onenote-document-t...
  6. Aspose::Words::Fonts::TableSubstitutionRule::Lo...

    Aspose::Words::Fonts::TableSubstitutionRule::LoadWindowsSettings method. Loads predefined table substitution settings for Windows platform in C++....LINQ_ToArray ()); // We can save the table in the form of an...document. tableSubstitutionRul -> Save ( get_ArtifactsDir () + u "FontSettings...

    reference.aspose.com/words/cpp/aspose.words.fon...
  7. Managing Outlook Messages|Documentation

    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....Outlook Messages Contents [ Hide ] Save Emails as HTML Aspose.Email...Email makes it possible to save email resources with relative paths...

    docs.aspose.com/email/net/managing-outlook-mesa...
  8. SaveOptions.dmlRenderingMode property | Aspose....

    SaveOptions.dmlRenderingMode property. Gets or sets a value determining how DrawingML shapes are rendered.... Saving . DmlRenderingMode Remarks...effects in a document as we save it to PDF. let doc = new aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Convert PDF/A to PDF|Aspose.PDF for Android via...

    To convert PDF/A to PDF you should remove restrictions from the original document. Aspose.PDF for Android via Java allows you to solve this problem easly and simply....removePdfaCompliance (); // Save output in XML format document . save ( pdfDocumentFileName...add (); // Save updated document document . save ( pdfDocumentFileName...

    docs.aspose.com/pdf/androidjava/convert-pdfa-to...
  10. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for Java....collection of page instance And save your PDF file package com.aspose...object" )); // Save PDF file pdfDocument . save ( _dataDir + ...

    docs.aspose.com/pdf/java/add-rectangle/