Sort Score
Result 10 results
Languages All
Labels All
Results 4,171 - 4,180 of 363,297 for

save

(0.08 sec)
  1. Split PDF programmatically|Aspose.PDF for Java

    This topic shows how to split PDF pages into individual PDF files in your Java applications.... Save the new PDF using Save method. The following...add ( pdfPage ); newDocument . save ( _dataDir + "page_" + pageCount...

    docs.aspose.com/pdf/java/split-document/
  2. Create PDF Forms using PHP via Java | Aspose.PDF

    Create PDF forms and add fields programmatically with PHP sample code using Aspose.PDF for PHP via Java....Add field to the document and save modified PDF Create PDF Forms...$textBoxField , 1 ); // Save modified PDF $document -> save ( $outputFile...

    products.aspose.com/pdf/php-java/acroforms/create/
  3. Aspose::Words::Drawing::ShapeBase::get_Alternat...

    Aspose::Words::Drawing::ShapeBase::get_AlternativeText method. Defines alternative text to be displayed instead of a graphic in C++.... doc -> Save ( get_ArtifactsDir () + u "Shape..."Shape.AltText.docx" ); // Save the document to HTML, and then...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Replace Text in PDF via Python|Aspose.PDF for P...

    Learn more about various ways of replacing and removing text from Aspose.PDF for Python via .NET library.... Save the Updated PDF. import os import...where the modified PDF will be saved. Returns: None: The function...

    docs.aspose.com/pdf/python-net/replace-text-in-...
  5. Manipulating Photoshop Formats|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....Imaging lets you save files to PSD so that they can...PhotoShop. This article shows how to save a file to PSD with Aspose.Imaging...

    docs.aspose.com/imaging/net/manipulating-photos...
  6. Project.Save() does not finish - Free Support F...

    I am encountering an issue where the Save method of the Project class enters an infinite loop when processing a specific file. Upon investigation, I identified that the issue stems from formula localization. Because we …...Save() does not finish Aspose.Tasks Product Family pedrogcg...encountering an issue where the Save method of the Project class...

    forum.aspose.com/t/project-save-does-not-finish...
  7. HtmlSaveOptions.fontsFolderAlias property | Asp...

    HtmlSaveOptions.fontsFolderAlias property. Specifies the name of the folder used to construct font URIs written into an HTML document...() : string Remarks When you save a Document in HTML format and...true , Aspose.Words needs to save fonts used in the document as...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Working with Images in Java|Aspose.Words for Java

    Image shapes in details and advanced features provided by Aspose.Words for Java.... Save image data to a file. How to...this using Aspose.Words API: Saving Images as WMF Aspose.Words...

    docs.aspose.com/words/java/working-with-images/
  9. Setting Structure Elements Properties|Aspose.PD...

    You may set different structure elements properties in PDF document with Aspose.PDF for Python via .NET.... True ) # Save Tagged PDF Document document . save ( path_outfile... True ) # Save Tagged PDF Document document . save ( path_outfile...

    docs.aspose.com/pdf/python-net/setting-structur...
  10. How to Convert EML to MSG using Java

    In this simple tutorial, we will learn how to convert EML to MSG using Java. You will learn that in order to convert EML to MSG in Java, simple API calls can be used. This example can be used in any of the commonly available operating system like Windows, macOS, or Linux that are configured with Java....Convert the EML to MSG using the save method By using the aforementioned...Finally, the loaded EML file is saved as a MSG file on the disk using...

    kb.aspose.com/email/java/how-to-convert-eml-to-...