Sort Score
Result 10 results
Languages All
Labels All
Results 3,011 - 3,020 of 19,527 for

aws

(0.19 sec)
  1. Convertiți Imagine În BMP Python

    Convertiți Imagine formatul în BMP în Python codul Salvați Imagine ca BMP utilizând Python....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.bmp" , aw.saving.ImageSaveOptions(aw.SaveFormat.BMP))...

    products.aspose.com/words/ro/python-net/convers...
  2. Convertiți PDF În SVG Python

    Convertiți PDF formatul în SVG în Python codul Salvați PDF ca SVG utilizând Python....as aw doc = aw.Document( "Input.pdf" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.SVG) for page in range (doc...

    products.aspose.com/words/ro/python-net/convers...
  3. Converti HTML In GIF Python

    Converti HTML in GIF formato nel Python codice Salva HTML come GIF utilizzando Python....as aw doc = aw.Document( "Input.html" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.GIF) for page in range (doc...

    products.aspose.com/words/it/python-net/convers...
  4. Converti JPG In Immagine Python

    Converti JPG in Immagine formato nel Python codice Salva JPG come Immagine utilizzando Python....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.jpg" , aw.saving.ImageSaveOptions(aw.SaveFormat.JPG))...

    products.aspose.com/words/it/python-net/convers...
  5. Converti JPG In GIF Python

    Converti JPG in GIF formato nel Python codice Salva JPG come GIF utilizzando Python....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.gif" , aw.saving.ImageSaveOptions(aw.SaveFormat.GIF))...

    products.aspose.com/words/it/python-net/convers...
  6. Converti JPG In PNG Python

    Converti JPG in PNG formato nel Python codice Salva JPG come PNG utilizzando Python....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.png" , aw.saving.ImageSaveOptions(aw.SaveFormat.PNG))...

    products.aspose.com/words/it/python-net/convers...
  7. EmbeddedFontStyle enumeration | Aspose.Words fo...

    aspose.words.fonts.EmbeddedFontStyle enumeration. Specifies the style of an embedded font inside a [FontInfo](../fontinfo/) object.... doc = aw . Document ( file_name = MY_DIR...get_embedded_font ( aw . fonts . EmbeddedFontFormat . OPEN_TYPE , aw . fonts...

    reference.aspose.com/words/python-net/aspose.wo...
  8. TableStyle.left_indent property | Aspose.Words ...

    TableStyle.left_indent property. Gets or sets the value that represents the left indent of a table.... doc = aw . Document () builder = aw . DocumentBuilder...table_style = doc . styles . add ( aw . StyleType . TABLE , 'MyTableStyle1'...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PageBorderAppliesTo enumeration | Aspose.Words ...

    Aspose.Words.PageBorderAppliesTo enumeration. Specifies which pages the page border is printed on.... let doc = new aw . Document (); let pageSetup...pageSetup . borderDistanceFrom = aw . PageBorderDistanceFr . PageEdge...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Comprimați WORD În Javascript

    Comprimați WORD în JavaScript fără a pierde calitatea. Optimizați conținutul WORD, reduceți cu ușurință dimensiunea fișierului....const aw = require( '@aspose/words' ); var doc = new aw.Document(...var shapes = doc.getChildNodes(aw.NodeType.Shape, true ) for (...

    products.aspose.com/words/ro/nodejs-net/compres...