Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 380,629 for

save

(0.15 sec)
  1. Export EMAIL to PDF via C++ | products.aspose.com

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

    products.aspose.com/total/cpp/conversion/email-...
  2. Export EMAIL to DOC via C++ | products.aspose.com

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

    products.aspose.com/total/cpp/conversion/email-...
  3. Adding Attachment to PDF document|Aspose.PDF fo...

    This page describes how to add an attachment to a PDF file with Java....fileSpecification ); // Save the updated document pdfDocument . save ( "output..."output.pdf" ); } } Extract and Save an Attachment...

    docs.aspose.com/pdf/java/add-attachment-to-pdf-...
  4. Search Text in ODP Presentations using C++ | pr...

    Search and replace text in ODP presentations in C++. Use Aspose.Slides for C++ to find text in presentation files....object to search slide text and save the updated presentation. Search... nullptr ); presentation -> Save( u "updated-presentation.odp"...

    products.aspose.com/slides/cpp/search/odp/
  5. Search Text in PPT Presentations using C++ | pr...

    Search and replace text in PPT presentations in C++. Use Aspose.Slides for C++ to find text in presentation files....object to search slide text and save the updated presentation. Search... nullptr ); presentation -> Save( u "updated-presentation.ppt"...

    products.aspose.com/slides/cpp/search/ppt/
  6. Java API to Export CGM to XAMLFLOW | products.a...

    Convert CGM to XAMLFLOW using on premise Java API...Convert CGM to DOC by using save method Load DOC file by using...Words Save the document to XAML_FLOW format using save method...

    products.aspose.com/total/java/conversion/cgm-t...
  7. ShapeBase.AlternativeText | Aspose.Words for .NET

    Discover the ShapeBase AlternativeText property, which enhances accessibility by providing descriptive text for graphics, improving user experience and SEO.... Save ( ArtifactsDir + "Shape.AltText.docx" ); // Save the...of the missing image. doc . Save ( ArtifactsDir + "Shape.AltText...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Set Field Limit|Aspose.PDF for Python via .NET

    This example shows how to set a maximum character limit for a form field in a PDF document using Aspose.PDF for Python.... Save the updated PDF. from io import...limit." ) # Save updated document form_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/set-field-limit/
  9. Set PDF file information - facades|Aspose.PDF f...

    This section explains how to set PDF file information with Aspose.PDF Facades using PdfFileInfo Class.... Finally, save the updated PDF file using saveNewInfo(...setCreator ( "Aspose" ); // Save updated file fileInfo . saveNewInfo...

    docs.aspose.com/pdf/java/set-pdf-information/
  10. Convert JPG to PDF|Aspose.PDF for Android via Java

    Learn how to easily convert a JPG images to PDF file. Also, you can convert an image to PDF with the same height and width of the page....JPG image and add to paragraph Save output PDF The code snippet...pdf" ); // Save output document try { document . save ( pdfFileName...

    docs.aspose.com/pdf/androidjava/convert-jpg-to-...