Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 33,585 for

saveoptions

(0.14 sec)
  1. How can I prepare large Excel files before zipp...

    I have been working with large Excel files that contain multiple sheets, formulas, charts, and images. These files are often very heavy and when I try to compress them I worry about losing formatting or breaking formulas…...maximum ZIP compression var saveOptions = new Aspose.Cells.OoxmlSaveOptions...workbook.Save(cleanedPath, saveOptions); Create the ZIP archive...

    forum.aspose.com/t/how-can-i-prepare-large-exce...
  2. Html to Tiff Conversion Throws OutOfMemory Exce...

    Hi Team I had an issue with Aspose Library while converting html page into Tiff image, it throws the OutOfMemomy issue. In my system we have enough memory i.e apto 5 GB. These is my stack trace. "Error Generating Inv…...destination) { ImageSaveOptions saveOptions = new ImageSaveOptions(Aspose...Converter.ConvertHTML(document, saveOptions, new ExistingStreamAdapte(destination));...

    forum.aspose.com/t/html-to-tiff-conversion-thro...
  3. Rendering Project Data to XAML | Aspose.Tasks D...

    Learn how to render a project as XAML using Aspose.Tasks for .NET....mpp" ); 2 SaveOptions options = new XamlOptions();...Project( "New Project.mpp" ); 2 SaveOptions options = new XamlOptions();...

    docs.aspose.com/tasks/net/rendering-project-dat...
  4. Read MBOX Files with Aspose.Email in C#|Documen...

    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....eml" , SaveOptions . DefaultEml ); message ...message . Subject + ".msg" , SaveOptions . DefaultMsgUnicode ); //...

    docs.aspose.com/email/net/read-mbox-files-csharp/
  5. Edit PSD files online | products.aspose.com

    Edit PSD Adobe Photoshop Files online...Save(outpath, saveOptions); } You can download Aspose...sweepAngle); image.save(outpath, saveOptions); } } You can download Aspose...

    products.aspose.com/psd/editor/
  6. How to Save a OneNote Document | Aspose.Note Do...

    Learn how to save a OneNote document with detailed instructions....Save method that accept a SaveOptions object. This should be an...a class derived from the SaveOptions class. Each save format has...

    docs.aspose.com/note/net/save-a-onenote-document/
  7. WordML2003SaveOptions Class | Aspose.Words for ...

    Discover the Aspose.Words.Saving.WordML2003Saveoptions class to enhance your document saving experience in WordML format with customizable options....class WordML2003SaveOption : SaveOptions Constructors Name Description... True ); See Also class SaveOptions namespace Aspose.Words.Saving...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Icon Sets Become Misaligned on Conversion to HT...

    Hello, The attached workbook IconSets.xlsx, contains a simple table with conditional formats that use Icon Sets. Under the latest version of Aspose Cells for Java version 18.10 - when the workbook is saved as HTML, the…...HtmlSaveOptions saveOptions = new HtmlSaveOptions(); saveOptions.setEx...e); saveOptions.setExportPrintAreaOn(true); saveOptions.setE...

    forum.aspose.com/t/icon-sets-become-misaligned-...
  9. Convert OFT to EMLX via Java | products.aspose.com

    Try the code sample to convert OFT files to EMLX format in Java. Download Java API to take your email processing applications to the next level.... The SaveOptions class provides options for...path for the file and the SaveOptions.getDefaultEmlx method to...

    products.aspose.com/email/java/conversion/oft-t...
  10. Convert MSG to MHTML via Java | products.aspose...

    Try the code sample to convert MSG files to MHTML format in Java. Download Java API to take your email processing applications to the next level.... The SaveOptions class provides options for...output MHTML file path and SaveOptions.getDefaultMhtml() as parameters...

    products.aspose.com/email/java/conversion/msg-t...