Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 31,170 for

saveoptions

(0.07 sec)
  1. HtmlFixedSaveOptions.optimizeOutput property | ...

    HtmlFixedSaveoptions.optimizeOutput property. Flag indicates whether it is required to optimize output...docx" ); let saveOptions = new aw . Saving . HtmlFixedSaveOptions...HtmlFixedSaveOptions (); saveOptions . optimizeOutput = optimizeOutput...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Saving::OdtSaveOptions::get_Pass...

    Aspose::Words::Saving::OdtSaveoptions::get_Password method. Gets or sets a password to encrypt document in C++.... auto saveOptions = System :: MakeObject <...OdtSaveOptions > ( saveFormat ); saveOptions -> set_Password ( u "@sposeEncrypted_1145"...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. PdfPageLayout Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.PdfPageLayout enum for optimal PDF viewing. Customize page layouts for enhanced readability in any PDF reader....PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions . PageLayout..."PdfSaveOptions.PageLayout.pdf" , saveOptions ); See Also namespace Aspose...

    reference.aspose.com/words/net/aspose.words.sav...
  4. PdfEncryptionDetails.OwnerPassword | Aspose.Wor...

    Discover how the OwnerPassword property secures your encrypted PDF files, ensuring only authorized access. Protect your documents effortlessly!... PdfSaveOptions saveOptions = new PdfSaveOptions ();..."EncryptionDetails" property. saveOptions . EncryptionDetails = encryptionDetails...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Converter Class | Aspose.Words for .NET

    Effortlessly convert various document types with Aspose.Words.LowCode.Converter. Simplify your workflow using just one line of code for seamless integration.... To ( List<Stream>, SaveOptions ) Specifies output Document...processor. To ( Stream, SaveOptions ) Specifies output stream...

    reference.aspose.com/words/net/aspose.words.low...
  6. HtmlSaveOptions.exportHeadersFootersMode proper...

    HtmlSaveoptions.exportHeadersFootersMode property. Specifies how headers and footers are output to HTML, MHTML or EPUB... // We can use a SaveOptions object to omit headers/footers...converting to html. let saveOptions = new aw . Saving . HtmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. OutlineOptions.createMissingOutlineLevels prope...

    OutlineOptions.createMissingOutlineLevels property. Gets or sets a value determining whether or not to create missing outline levels when the document is exported.... let saveOptions = new aw . Saving . PdfSaveOptions...and below in the outline. saveOptions . outlineOptions . headingsOutlineLevel...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Saving::MarkdownSaveOptions::get...

    Aspose::Words::Saving::MarkdownSaveoptions::get_ImagesFolder method. Specifies the physical folder where images are saved when exporting a document to the Markdown format. Default is an empty string in C++....(), u "ImagesDir" ); auto saveOptions = System :: MakeObject <...document's linked images. saveOptions -> set_ImagesFolder ( imagesFolder...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. ConverterContext | Aspose.Words for Java

    Document converter context in Java....OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(); { saveOptions.setPassword("Aspose...ConvertContext.3.docx", saveOptions) .execute(); Converter.c...

    reference.aspose.com/words/java/com.aspose.word...
  10. ImageSaveOptions.scale property | Aspose.Words ...

    ImageSaveoptions.scale property. Gets or sets the zoom factor for the generated images.... let saveOptions = new aw . Saving . ImageSaveOptions...times its original size. saveOptions . scale = 5 ; officeMath...

    reference.aspose.com/words/nodejs-net/aspose.wo...