Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 32,785 for

saveoptions

(1.23 sec)
  1. MIME multipart boundaries with Aspose.email in ...

    I am experiencing an issue while using Aspose.Email to process emails in our application. When we load and save emails using Aspose, the MIME boundaries seem to be altered or regenerated, which causes issues with email d…...We are using the default SaveOptions for saving the email. Expected...

    forum.aspose.com/t/mime-multipart-boundaries-wi...
  2. Aspose.PDF (v25.7) - NullReferenceException wit...

    Hello, When I use ASPOSE.PDF to compress a PDF/A document that does not contain an attachment, I receive a NullReferenceException error when I try to save the document. This error did not occur in previous versions. fa…...pdf"); PdfSaveOptions saveOptions = new PdfSaveOptions { Compliance...mpressed_document.pdf", saveOptions); Please try these steps...

    forum.aspose.com/t/aspose-pdf-v25-7-nullreferen...
  3. HtmlSaveOptions.ExportFontResources | Aspose.Wo...

    Discover the HtmlSaveoptions ExportFontResources property to control font resource export for HTML, MHTML, or EPUB. Maximize your document's visual appeal!...docx" ); // Configure a SaveOptions object to export fonts to...

    reference.aspose.com/words/net/aspose.words.sav...
  4. HtmlSaveOptions.MetafileFormat | Aspose.Words f...

    Discover the HtmlSaveoptions MetafileFormat property for exporting to HTML, MHTML, or EPUB. Save metafiles as high-quality PNG images by default!...document to HTML, we can pass a SaveOptions object // to determine how...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Inline | Aspose.Words for Java

    Base class for inline-level nodes that can have character formatting associated with them but cannot have child nodes of their own in Java....toString() toString(SaveOptions saveOptions) Exports the content...lang.String toString(SaveOptions saveOptions) public String toString(SaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::Saving::HtmlSaveOptions::get_All...

    Aspose::Words::Saving::HtmlSaveoptions::get_AllowNegativeIndent method. Specifies whether negative left and right indents of paragraphs are normalized when saving to HTML, MHTML or EPUB. Default value is false in C++...."AllowNegativeIndent" flag // in a SaveOptions object that we will pass...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Convert OLM to HTML via Java | products.aspose.com

    Try the code sample to convert OLM files to HTML format in Java. Download Java API to take your email processing applications to the next level.... And finally, the SaveOptions class provides options for...the file name and using SaveOptions.getDefaultHtml() . System...

    products.aspose.com/email/java/conversion/olm-t...
  8. Convert DOC To RTF C#

    Convert DOC to RTF format in C# code. Save DOC as RTF using C#....doc"); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/doc-to...
  9. Convert PDF To HTML C#

    Convert PDF to HTML format in C# code. Save PDF as HTML using C#....pdf"); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/pdf-to...
  10. Convert WORD To TXT C#

    Convert a Word document to TXT format in C# code. Save a Word document as TXT using C#....docx"); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/word-t...