Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 380,940 for

save

(0.47 sec)
  1. 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-...
  2. 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/
  3. 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/
  4. 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...
  5. 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/
  6. RtfSaveOptions.saveImagesAsWmf property | Aspos...

    RtfSaveOptions.SaveImagesAsWmf property. When ``true`` all images will be Saved as WMF....When true all images will be saved as WMF. get saveImagesAsWmf...Windows Metafile format as we save the document as an RTF. let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 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/
  8. 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-...
  9. Create CheckBox Field|Aspose.PDF for Python via...

    Learn how to programmatically add a checkbox form field to a PDF document using Aspose.PDF for Python. This guide demonstrates how to use the FormEditor class to insert an interactive checkbox into an existing PDF file and Save the updated document.... Save the updated PDF document. import...240 , 498 , 256 , 514 , ) # Save updated PDF document with form...

    docs.aspose.com/pdf/python-net/create-checkbox-...
  10. Replace Text With State|Aspose.PDF for Python v...

    In this example, all occurrences of "software" are replaced with "SOFTWARE" and formatted in blue with a font size of 14.... Save the updated PDF document. import...text_state ) # Save updated document content_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/replace-text-wit...