Sort Score
Result 10 results
Languages All
Labels All
Results 3,111 - 3,120 of 19,457 for

aws

(0.11 sec)
  1. Muunna WORD Muotoon Kuva Python

    Muunna WORD muotoon Kuva Python koodissa. Tallenna WORD nimellä Kuva käyttämällä Python....as aw doc = aw.Document( "Input.docx" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.JPG) for page in range (doc...

    products.aspose.com/words/fi/python-net/convers...
  2. Muunna JPG Muotoon TIFF Python

    Muunna JPG muotoon TIFF Python koodissa. Tallenna JPG nimellä TIFF käyttämällä Python....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.tiff" , aw.saving.ImageSaveOptions(aw.SaveFormat.TIFF))...

    products.aspose.com/words/fi/python-net/convers...
  3. Convert TEXT To SVG Python

    Convert TEXT to SVG format in Python code. Save TEXT as SVG using Python....as aw doc = aw.Document( "Input.txt" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.SVG) for page in range (doc...

    products.aspose.com/words/python-net/conversion...
  4. Convert JPG To SVG Python

    Convert JPG to SVG format in Python code. Save JPG as SVG using Python....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.svg" , aw.saving.ImageSaveOptions(aw.SaveFormat.SVG))...

    products.aspose.com/words/python-net/conversion...
  5. StructuredDocumentTag.dateDisplayLocale propert...

    StructuredDocumentTag.dateDisplayLocale property. Allows to set/get the language format for the date displayed in this SDT.... let doc = new aw . Document (); // Insert a structured...sdtDate = new aw . Markup . StructuredDocumentTa ( doc , aw . Markup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. StructuredDocumentTag.fullDate property | Aspos...

    StructuredDocumentTag.fullDate property. Specifies the full date and time last entered into this SDT.... let doc = new aw . Document (); // Insert a structured...sdtDate = new aw . Markup . StructuredDocumentTa ( doc , aw . Markup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Node.remove method | Aspose.Words for Node.js

    Node.remove method. Removes itself from the parent.... let doc = new aw . Document ( base . myDir + "Images...shapes = doc . getChildNodes ( aw . NodeType . Shape , true )....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Document.viewOptions property | Aspose.Words fo...

    Document.viewOptions property. Provides options to control how the document is displayed in Microsoft Word....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...doc . viewOptions . viewType = aw . Settings . ViewType . PageLayout...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Font.superscript property | Aspose.Words for Py...

    Font.superscript property. True if the font is formatted as superscript.... doc = aw . Document () para = doc . get_child ( aw . NodeType...points above the baseline. run = aw . Run ( doc = doc , text = 'Raised...

    reference.aspose.com/words/python-net/aspose.wo...
  10. SummarizeOptions class | Aspose.Words for Python

    aspose.words.ai.SummarizeOptions class. Allows to specify various options for summarizing document content.... first_doc = aw . Document ( file_name = MY_DIR...document.docx' ) second_doc = aw . Document ( file_name = MY_DIR...

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