Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 33,720 for

saveoptions

(0.18 sec)
  1. FontSavingArgs.isSubsettingNeeded property | As...

    FontSavingArgs.isSubsettingNeeded property. Allows to specify whether the current font will be subsetted before exporting as a font resource....docx" ); // Configure a SaveOptions object to export fonts to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. HtmlSaveOptions.ExportTocPageNumbers | Aspose.W...

    Control TOC page numbers in HTML, MHTML, and EPUB exports with HtmlSaveoptions. Enhance navigation and user experience effortlessly!...document to HTML, we can pass a SaveOptions object to omit these page...

    reference.aspose.com/words/net/aspose.words.sav...
  3. HtmlSaveOptions.export_toc_page_numbers propert...

    HtmlSaveoptions.export_toc_page_numbers property. Specifies whether to write page numbers to table of contents when saving HTML, MHTML and EPUB...document to HTML, we can pass a SaveOptions object to omit these page...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Convert MHTML Files to Various Formats in C#|Do...

    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 ); Convert MHTML...Save ( "Saved File.emlx" , SaveOptions . CreateSaveOptions ( MailMessageSaveType...

    docs.aspose.com/email/net/converting-between-fo...
  5. 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...
  6. 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...
  7. 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/
  8. 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...
  9. 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/
  10. 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/