Sort Score
Result 10 results
Languages All
Labels All
Results 6,131 - 6,140 of 19,463 for

aws

(0.05 sec)
  1. Shrňte dokument|Aspose.Words pro Python via .NET

    Shrňte dokument. Aspose.Words pro Python zjednodušuje sumarizaci dokumentů pomocí modelů OpenAI a Google AI tím, že umožňuje určit délku souhrnu....pomocí modelu GPT-4o: first_doc = aw . Document ( MyDir + "Big document...document.docx" ) second_doc = aw . Document ( MyDir + "Document...

    docs.aspose.com/words/cs/python-net/summarize-a...
  2. XpsSaveOptions.outline_options property | Aspos...

    XpsSaveOptions.outline_options property. Allows to specify outline options.... doc = aw . Document () builder = aw . DocumentBuilder...paragraph_format . style_identifier = aw . StyleIdentifier . HEADING1...

    reference.aspose.com/words/python-net/aspose.wo...
  3. StructuredDocumentTag.calendar_type property | ...

    StructuredDocumentTag.calendar_type property. Specifies the type of calendar for this SDT... doc = aw . Document () # Insert a structured...sdt_date = aw . markup . StructuredDocumentTa ( doc , aw . markup...

    reference.aspose.com/words/python-net/aspose.wo...
  4. MarkdownSaveOptions.export_underline_formatting...

    MarkdownSaveOptions.export_underline_formatting property. Gets or sets a boolean value indicating either to export underline text formatting as sequence of two plus characters ++... doc = aw . Document () builder = aw . DocumentBuilder...= doc ) builder . underline = aw . Underline . SINGLE builder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ImlRenderingMode enumeration | Aspose.Words for...

    aspose.words.saving.ImlRenderingMode enumeration. Specifies how ink (InkML) objects are rendered to fixed page formats.... doc = aw . Document ( file_name = MY_DIR...save_options = aw . saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Stroke.fore_theme_color property | Aspose.Words...

    Stroke.fore_theme_color property. Gets or sets a ThemeColor object that represents the stroke foreground color.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . TEXT_BOX...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Convert Image To GIF Javascript

    Convert Image to GIF format in JavaScript code. Save Image as GIF using JavaScript....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...

    products.aspose.com/words/nodejs-net/conversion...
  8. Convert Image To BMP Javascript

    Convert Image to BMP format in JavaScript code. Save Image as BMP using JavaScript....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...

    products.aspose.com/words/nodejs-net/conversion...
  9. Convert Image To SVG Javascript

    Convert Image to SVG format in JavaScript code. Save Image as SVG using JavaScript....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...

    products.aspose.com/words/nodejs-net/conversion...
  10. Convert TEXT To PDF Python

    Convert TEXT to PDF format in Python code. Save TEXT as PDF using Python....words as aw doc = aw.Document( "Input.txt" ) doc...) import aspose.words as aw doc = aw.Document("Input.txt") doc...

    products.aspose.com/words/python-net/conversion...