Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 34,066 for

saveoptions

(0.69 sec)
  1. Aspose::Words::Node::ToString method | Aspose.W...

    Aspose::Words::Node::ToString method. Exports the content of the node into a string in the specified format in C++....conversion using a SaveOptions object. auto saveOptions = System ::...:: HtmlSaveOptions > (); saveOptions -> set_ExportRelativeFontSi...

    reference.aspose.com/words/cpp/aspose.words/nod...
  2. Aspose::Words::Saving::TxtSaveOptions::get_Offi...

    Aspose::Words::Saving::TxtSaveoptions::get_OfficeMathExportMode method. Specifies how OfficeMath will be written to the output file. Default value is Text in C++....docx" ); auto saveOptions = System :: MakeObject <...:: TxtSaveOptions > (); saveOptions -> set_OfficeMathExportMode...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Processor.to_streams method | Aspose.Words for ...

    aspose.words.lowcode.Processor.to_streams method... SaveOptions ): ... Parameter Type Description...Description output save_options SaveOptions to_streams(output, save_format)...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Word saveto Pdf,内容样式错误问题 - Free Support Forum -...

    Document doc = new Document(“test.docx”); Saveoptions Saveoptions = Saveoptions.createSaveoptions(SaveFormat.PDF); Saveoptions.setMemoryOptimization(true); doc.save(“test.pdf”, Saveoptions); Aspose.word for java 25.1…...docx”); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFormat...createSaveOptions(SaveFormat.PDF); saveOptions.setMemoryOptimizatio(true);...

    forum.aspose.com/t/word-saveto-pdf/322091
  5. PdfSaveOptions.PageLayout | Aspose.Words for .NET

    Discover the PdfSaveoptions PageLayout property to customize your PDF’s layout for optimal viewing in any reader. Enhance your document's presentation!...PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions . PageLayout..."PdfSaveOptions.PageLayout.pdf" , saveOptions ); See Also enum PdfPageLayout...

    reference.aspose.com/words/net/aspose.words.sav...
  6. GraphicsQualityOptions.TextRenderingHint | Aspo...

    Discover the GraphicsQualityOptions TextRenderingHint property for optimal text rendering in your graphics. Enhance visual quality and performance today!...GenericTypographic }; ImageSaveOptions saveOptions = new ImageSaveOptions (...( SaveFormat . Jpeg ); saveOptions . GraphicsQualityOptio = qualityOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  7. PdfSaveOptions.OutlineOptions | Aspose.Words fo...

    Discover PdfSaveoptions' OutlineOptions property to customize your PDF outlines effortlessly. Enhance navigation and improve document usability!...PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions . SaveFormat...inserted above will not appear. saveOptions . OutlineOptions . HeadingsOutlineLevel...

    reference.aspose.com/words/net/aspose.words.sav...
  8. NodeRendererBase class | Aspose.Words for Node.js

    Aspose.Words.Rendering.NodeRendererBase class. Base class for [ShapeRenderer](../shaperenderer/) and [OfficeMathRenderer](../officemathrenderer/)... save(fileName, saveOptions) Renders the shape into an...into a file. save(fileName, saveOptions) Renders the shape into an...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FileFormatInfo.isEncrypted property | Aspose.Wo...

    FileFormatInfo.isEncrypted property. Returns ``true`` if the document is encrypted and requires a password to open....Document (); // Configure a SaveOptions object to encrypt the document...then save the document. let saveOptions = new aw . Saving . OdtSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Processor.Execute | Aspose.Words for .NET

    Optimize your workflow with our Processor Execute method, designed to streamline actions efficiently and enhance productivity in your applications....Execute (); OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {...MergeContextDocument.3.docx" , saveOptions ) . Execute (); Shows how...

    reference.aspose.com/words/net/aspose.words.low...