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

saveoptions

(0.21 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. Online convert OLM to PST - Free Support Forum ...

    Hi, My query is related to the Online Converter OLM to PST. The contacts are not working — it throws an exception while saving them to the PST file. Could you please let me know the reason why the contact data is fail…...relevant options such as SaveOptions/Table settings) with the...

    forum.aspose.com/t/online-convert-olm-to-pst/32...
  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. NPE while saving doc as HTML - Free Support For...

    reproduce_bug_mini_anonymized.docx (4.7 MB) Summary Document loads successfully but throws NullPointerException when saving to HTML format. Issue Description When attempting to save a specific Word document to HTML for…...loadOptions); HtmlSaveOptions saveOptions = new HtmlSaveOptions(SaveFormat...HtmlSaveOptions(SaveFormat.HTML); saveOptions.setExportListLabels(com.aspose.words...

    forum.aspose.com/t/npe-while-saving-doc-as-html...
  10. 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...