Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 19,403 for

aws

(0.13 sec)
  1. ShapeBase.relative_horizontal_size property | A...

    ShapeBase.relative_horizontal_size property. Gets or sets the value of shape's relative size in horizontal direction.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . RECTANGLE...

    reference.aspose.com/words/python-net/aspose.wo...
  2. PageRange class | Aspose.Words for Node.js

    Aspose.Words.Saving.PageRange class. Represents a continuous range of pages... let doc = new aw . Document ( base . myDir + "Images...imageOptions = new aw . Saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Sažimanje JPG U Python

    Sažimanje JPG u Python bez gubitka kvalitete. Optimizirajte JPG sadržaj, jednostavno smanjite veličinu datoteke....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...save_options = aw.saving.ImageSaveOptions(aw.SaveFormat.JPEG)...

    products.aspose.com/words/hr/python-net/compres...
  4. Suspausti JPG Python

    Suspausti JPG Python neprarandant kokybės. Optimizuokite JPG turinį, lengvai sumažinkite failo dydį....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...save_options = aw.saving.ImageSaveOptions(aw.SaveFormat.JPEG)...

    products.aspose.com/words/lt/python-net/compres...
  5. DocumentBuilder.moveToHeaderFooter method | Asp...

    DocumentBuilder.moveToHeaderFooter method. Moves the cursor to the beginning of a header or footer in the current section....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . moveToHeaderFooter ( aw . HeaderFooterType . HeaderFirst...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Table.setShading method | Aspose.Words for Node.js

    Table.setShading method. Sets shading to the specified values on whole table.... let doc = new aw . Document ( base . myDir + "Tables...the page. table . alignment = aw . Tables . TableAlignment . Center...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Convert JPG To TIFF Python

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

    products.aspose.com/words/python-net/conversion...
  8. Convert JPG To PNG Python

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

    products.aspose.com/words/python-net/conversion...
  9. Convert JPG To BMP Python

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

    products.aspose.com/words/python-net/conversion...
  10. Convert TEXT To JPG Python

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

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