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

save

(0.18 sec)
  1. 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-...
  2. Convert HTML to XML in C++ | products.aspose.com

    Convert HTML to XML in C++. Use the C++ library API to convert HTML files to XML output....can import HTML content and save slide output as XML-based files...Presentation from the HTML file and save each slide as XML-based output...

    products.aspose.com/slides/cpp/conversion/html-...
  3. Fill Barcode Fields|Aspose.PDF for Python via .NET

    This example demonstrates how to programmatically fill barcode fields in a PDF form using Aspose.PDF for Python via .NET. It shows how to bind a PDF document, assign a value to a barcode field, and Save the updated file....data is filled, the PDF is saved with the updated barcode content...‘fill_field()’ to assign a barcode value. Save the updated Document. from io...

    docs.aspose.com/pdf/python-net/fill-barcode-fie...
  4. Aspose.PDF Supported File Formats|Aspose.PDF fo...

    This page shows which Aspose.PDF for Android via Java can load and Save file formats....can load and Save. Format Description Load Save Remarks PDF Portable...Format XPS XPS Documents XLS Saves the document in the Microsoft...

    docs.aspose.com/pdf/androidjava/supported-file-...
  5. 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-...
  6. 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/
  7. 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/
  8. 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...
  9. 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/
  10. 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/