Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 33,795 for

saveoptions

(1.36 sec)
  1. CompatibilityOptions.optimizeFor method | Aspos...

    CompatibilityOptions.optimizeFor method. Allows to optimize the document contents as well as default Aspose.Words behavior to a particular versions of MS Word...."Compliance" property of the SaveOptions object to "OoxmlCompliance...follow that standard. let saveOptions = new aw . Saving . OoxmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. [Regression] Setting HtmlSaveOptions.ExportList...

    Hi, We have been using HtmlSaveoptions.ExportListLabels = ByHtmlTags to save the list labels to ul/li nodes in order to display the list properly and consistently in HTML. This worked very well in the past but after up…...docx"); var saveOptions = new HtmlSaveOptions { ExportListLabels...Save(@".\out23.9.0.html", saveOptions); The issue doesn’t happen...

    forum.aspose.com/t/regression-setting-htmlsaveo...
  3. DocumentBase.BackgroundShape | Aspose.Words for...

    Discover the DocumentBase BackgroundShape property, easily customize your document's background shape for enhanced visual appeal. Maximize your design potential!... PdfSaveOptions saveOptions = new Aspose . Words . Saving...BackgroundShape.Image.pdf" , saveOptions ); See Also class Shape class...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Fill.GradientVariant | Aspose.Words for .NET

    Discover how to set the GradientVariant property for stunning fill effects. Enhance your design with vibrant gradient options today!... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientFill.docx" , saveOptions ); See Also enum GradientVariant...

    reference.aspose.com/words/net/aspose.words.dra...
  5. SaveOptions.defaultTemplate property | Aspose.W...

    Saveoptions.defaultTemplate property. Gets or sets path to default template (including filename)...defaultTemplate property SaveOptions.defaultTemplate property...Words.Saving class SaveOptions SaveOptions.allowEmbeddingPostSc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Make PDF Using Java

    Make a new PDF in Java in a few steps. Easily create PDF using Java library....PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...1); doc.save("Output.pdf", saveOptions); import com.aspose.words...

    products.aspose.com/words/java/make/pdf/
  7. NodeRendererBase | Aspose.Words for Java

    Base class for ShapeRenderer and OfficeMathRenderer in Java....stream, ImageSaveOptions saveOptions) save(OutputStream stream...stream, SvgSaveOptions saveOptions) save(String fileName, ImageSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  8. Convert HTML To Image C++

    Convert HTML to Image format in C++ code. Save HTML as Image using C++....html" ); auto saveOptions = MakeObject <ImageSaveO...get_PageCount (); page++) { saveOptions-> set_PageSet ( MakeObject...

    products.aspose.com/words/cpp/conversion/html-t...
  9. Convert WORD To PNG C++

    Convert a Word document to PNG format in C++ code. Save a Word document as PNG using C++....docx" ); auto saveOptions = MakeObject <ImageSaveO...get_PageCount (); page++) { saveOptions-> set_PageSet ( MakeObject...

    products.aspose.com/words/cpp/conversion/word-t...
  10. Convert TEXT To GIF C++

    Convert TEXT to GIF format in C++ code. Save TEXT as GIF using C++....txt" ); auto saveOptions = MakeObject <ImageSaveO...get_PageCount (); page++) { saveOptions-> set_PageSet ( MakeObject...

    products.aspose.com/words/cpp/conversion/text-t...