Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 32,784 for

saveoptions

(0.11 sec)
  1. Vectorize Image or Text – C# code and Online Ve...

    Convert images or SVG text to vector graphics and save the output to an SVG file. Vectorize images or text online or in C#!...elements vectorization var saveOptions = new SVGSaveOptions { VectorizeText...document with specified saveOptions document.Save( "text_vectorized...

    products.aspose.com/svg/net/vectorization/
  2. Redactions Cause Text Shift If Words Are Differ...

    While messing around with redactions I noticed a bit of an issue happening when redacting a sentence with multiple word formats/colours. If the last word in a redaction box has a different colour to the first word after …...Document(filePath); var saveOptions = new Aspose.Words.Saving...Save(convertedFilePath, saveOptions); RedactDocument(convertedFilePath);...

    forum.aspose.com/t/redactions-cause-text-shift-...
  3. Conversion to pdf speed - Free Support Forum - ...

    Hi, We’re using several Aspose libraries to convert different file formats to pdf. Recently we’ve noticed that converting from .msg takes significantly longer than other formats. Please see the attached project - on sta…...Save(mhtmlStream, SaveOptions.DefaultMhtml); mhtmlStream...mailMessage.Save(pdfStream, SaveOptions.DefaultHtml); } var document...

    forum.aspose.com/t/conversion-to-pdf-speed/317520
  4. 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...
  5. 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...
  6. 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/
  7. 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...
  8. 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...
  9. 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/
  10. Convert ICS to HTML via C++ application | produ...

    Sample C++ conversion code for ICS document to HTML format. Use example code for batch ICS to HTML conversion within any C++ Application....html" , SaveOptions::get_DefaultHtml()); ICS...

    products.aspose.com/email/cpp/conversion/ics-to...