Sort Score
Result 10 results
Languages All
Labels All
Results 2,081 - 2,090 of 34,060 for

saveoptions

(0.18 sec)
  1. PdfDigitalSignatureTimestampSettings class | As...

    Aspose.Words.Saving.PdfDigitalSignatureTimestampSettings class. Contains settings of the digital signature timestamp...signature and assign it to our SaveOptions object to sign the document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. HtmlSaveOptions.ExportPageMargins | Aspose.Word...

    Discover how the HtmlSaveoptions ExportPageMargins property enhances your HTML, MHTML, and EPUB exports by controlling page margins for a polished presentation....document to HTML, we can pass a SaveOptions object // to decide whether...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Aspose::Words::Saving::ImageSaveOptions::get_Me...

    Aspose::Words::Saving::ImageSaveoptions::get_MetafileRenderingOptions method. Allows to specify how metafiles are treated in the rendered output in C++....an image, we can pass a SaveOptions object to // determine how...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Aspose::Words::Saving::ImageSaveOptions::get_Im...

    Aspose::Words::Saving::ImageSaveoptions::get_ImageContrast method. Gets or sets the contrast for the generated images in C++....an image, we can pass a SaveOptions object to // edit the image...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. IFontSavingCallback class | Aspose.Words for No...

    Aspose.Words.Saving.IFontSavingCallback class. Implement this interface if you want to receive notifications and control how Aspose.Words saves fonts when exporting a document to HTML format....docx" ); // Configure a SaveOptions object to export fonts to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. HtmlSaveOptions.exportPageMargins property | As...

    HtmlSaveoptions.exportPageMargins property. Specifies whether page margins is exported to HTML, MHTML or EPUB...document to HTML, we can pass a SaveOptions object // to decide whether...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. HtmlSaveOptions.export_shapes_as_svg property |...

    HtmlSaveoptions.export_shapes_as_svg property. Controls whether [Shape](../../../aspose.words.drawing/shape/) nodes are converted to SVG images when saving to HTML, MHTML, EPUB or AZW3...document to HTML, we can pass a SaveOptions object # to determine how...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveoptions::get_ExportPageMargins method. Specifies whether page margins is exported to HTML, MHTML or EPUB. Default is false in C++....document to HTML, we can pass a SaveOptions object // to decide whether...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. 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
  10. Bug when generating Html in fixedLayout of a do...

    Table with dotted border.docx (19.6 KB) When I convert this word document with this code to HTML output: HtmlFixedSaveoptions Saveoptions = new HtmlFixedSaveoptions(); Saveoptions.setExportEmbeddedCss(true); saveOption…...HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions(); saveOptions.set...e); saveOptions.setExportEmbeddedFon(true); saveOptions.setE...

    forum.aspose.com/t/bug-when-generating-html-in-...