Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 19,432 for

aws

(0.1 sec)
  1. 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...
  2. 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...
  3. RelativeHorizontalSize enumeration | Aspose.Wor...

    aspose.words.drawing.RelativeHorizontalSize enumeration. Specifies relatively to what the width of a shape or a text frame is calculated horizontally.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . RECTANGLE...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Teisenda TEXT PNG Python

    Teisendage TEXT vormingusse PNG Python koodis. Salvestage TEXT nimega PNG kasutades Python....as aw doc = aw.Document( "Input.txt" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.PNG) for page in range (doc...

    products.aspose.com/words/et/python-net/convers...
  5. Teisenda WORD JPG Python

    Teisendage WORD vormingusse JPG Python koodis. Salvestage WORD nimega JPG kasutades 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/et/python-net/convers...
  6. Convert HTML To Image Python

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

    products.aspose.com/words/python-net/conversion...
  7. Convert PDF To Image Python

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

    products.aspose.com/words/python-net/conversion...
  8. 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...
  9. 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...
  10. 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...