Sort Score
Result 10 results
Languages All
Labels All
Results 5,991 - 6,000 of 371,748 for

save

(0.11 sec)
  1. Convert EML to DOC in Python | products.aspose.com

    Save EML to DOC in your Python applications without using Microsoft Outlook or Word...NET and save it into respective Word DOC...MailMessage.load class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  2. Inserting and Removing Cell Comments in a Works...

    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.... Save the file. To remove the comments...); // Save the file. excelApp . ActiveWorkbook . Save (); //...

    docs.aspose.com/cells/net/inserting-and-removin...
  3. Add Curve Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a curve object to your PDF using Aspose.PDF for .NET.... Save our PDF file. // For complete...( graph ); // Save PDF document document . Save ( dataDir + "DrawingCurve1_out...

    docs.aspose.com/pdf/net/add-curve/
  4. Convert PowerPoint Slides to PNG in Python|Aspo...

    Convert PowerPoint and OpenDocument presentations to high-quality PNG images quickly with Aspose.Slides for Python via .NET, ensuring precise, automated results....each one to a raster image, and save the result as PNG files. This...Use the Presentation.save method to save the slide thumbnail in...

    docs.aspose.com/slides/python-net/convert-power...
  5. Unlock PDF using Java | Aspose.PDF

    Decrypt (remove encryption) PDF documents programmatically with Java sample code using Aspose.PDF for Java... Unlock PDF and save time. For example, if you often...Call Document.Decrypt Method. Save the PDF file. The provided Java...

    products.aspose.com/pdf/java/decrypt/
  6. Margins enumeration | Aspose.Words for Python

    aspose.words.Margins enumeration. Specifies preset margins....docx' ) # Saving a document to PDF, to an image...document within its pages. doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Convert PowerPoint Slides to PNG on Android|Asp...

    Convert PowerPoint presentations to high-quality PNG images quickly with Aspose.Slides for Android via Java, ensuring precise, automated results....save(String formatName, int imageFormat)...va/com.aspose.slides/IImage#save(String formatName, int imageFormat))...

    docs.aspose.com/slides/androidjava/convert-powe...
  8. Aspose.PSD为.NET 21.3版 - 发布说明|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.... Save ( outputFile , new PngOptions...// 以这种方式保存已更改的PSD文件 image . Save ( outputSmartObjectPat , new...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  9. LayoutOptions.CommentDisplayMode | Aspose.Words...

    Discover the LayoutOptions CommentDisplayMode property to customize comment rendering. Easily set it to enhance user experience with options like ShowInBalloons....Shows how to show comments when saving a document to a rendered format.... ShowInAnnotations ; doc . Save ( ArtifactsDir + "Document....

    reference.aspose.com/words/net/aspose.words.lay...
  10. Make PDF Using C++

    Make a new PDF in C++ in a few steps. Easily create PDF using C++ library....creating a PDF document using C++ Save the output PDF file It is worth...enim nunc faucibus a." ); doc-> Save ( u"Output.pdf" ); using namespace...

    products.aspose.com/words/cpp/make/pdf/