Sort Score
Result 10 results
Languages All
Labels All
Results 3,221 - 3,230 of 6,368 for

shape rendering

(0.12 sec)
  1. แปลง JPG เป็น TIFF Python

    แปลงรูปแบบ JPG เป็น TIFF ในโค้ด Python บันทึก JPG เป็น TIFF โดยใช้ Python...DocumentBuilder(doc) shape = builder.insert_image( "Input.jpg" ) shape.get_shape_renderer()...get_shape_renderer().save( "Output.tiff" , aw.saving.ImageSaveOptions(aw...

    products.aspose.com/words/th/python-net/convers...
  2. แปลง ภาพ เป็น SVG Python

    แปลงรูปแบบ ภาพ เป็น SVG ในโค้ด Python บันทึก ภาพ เป็น SVG โดยใช้ Python...DocumentBuilder(doc) shape = builder.insert_image( "Input.png" ) shape.get_shape_renderer()...get_shape_renderer().save( "Output.svg" , aw.saving.ImageSaveOptions(aw...

    products.aspose.com/words/th/python-net/convers...
  3. 將圖片轉換為BMP Python

    在Python代碼圖片轉換為BMP使用Python將圖片保存為BMP。...DocumentBuilder(doc) shape = builder.insert_image( "Input.png" ) shape.get_shape_renderer()...get_shape_renderer().save( "Output.bmp" , aw.saving.ImageSaveOptions(aw...

    products.aspose.com/words/zh-hant/python-net/co...
  4. แปลง ภาพ เป็น GIF Python

    แปลงรูปแบบ ภาพ เป็น GIF ในโค้ด Python บันทึก ภาพ เป็น GIF โดยใช้ Python...DocumentBuilder(doc) shape = builder.insert_image( "Input.png" ) shape.get_shape_renderer()...get_shape_renderer().save( "Output.gif" , aw.saving.ImageSaveOptions(aw...

    products.aspose.com/words/th/python-net/convers...
  5. แปลง JPG เป็น GIF Python

    แปลงรูปแบบ JPG เป็น GIF ในโค้ด Python บันทึก JPG เป็น GIF โดยใช้ Python...DocumentBuilder(doc) shape = builder.insert_image( "Input.jpg" ) shape.get_shape_renderer()...get_shape_renderer().save( "Output.gif" , aw.saving.ImageSaveOptions(aw...

    products.aspose.com/words/th/python-net/convers...
  6. تبدیل JPG به BMP Python

    فرمت JPG به BMP در Python کنید. با استفاده از Python JPG به عنوان BMP ذخیره کنید....DocumentBuilder(doc) shape = builder.insert_image( "Input.jpg" ) shape.get_shape_renderer()...get_shape_renderer().save( "Output.bmp" , aw.saving.ImageSaveOptions(aw...

    products.aspose.com/words/fa/python-net/convers...
  7. 將JPG轉換為GIF Python

    在Python代碼JPG轉換為GIF使用Python將JPG保存為GIF。...DocumentBuilder(doc) shape = builder.insert_image( "Input.jpg" ) shape.get_shape_renderer()...get_shape_renderer().save( "Output.gif" , aw.saving.ImageSaveOptions(aw...

    products.aspose.com/words/zh-hant/python-net/co...
  8. 將JPG轉換為JPG Python

    在Python代碼JPG轉換為JPG使用Python將JPG保存為JPG。...DocumentBuilder(doc) shape = builder.insert_image( "Input.jpg" ) shape.get_shape_renderer()...get_shape_renderer().save( "Output.jpg" , aw.saving.ImageSaveOptions(aw...

    products.aspose.com/words/zh-hant/python-net/co...
  9. Utilizzo della filigrana in C#|Aspose.Wordsper ...

    Manipolazione filigrana documento utilizzando C#....essere inserita usando la classe shape. È molto facile inserire qualsiasi...utilizzando l’oggetto classe Shape , per rimuovere la filigrana...

    docs.aspose.com/words/it/net/working-with-water...
  10. How to Convert Multiple PPT Files to PDF using ...

    This short tutorial guides on how to convert multiple PPT files to PDF using Python along with the detailed configuration steps to set up the environment. One can develop a multiple PPT to PDF converter in Python using the example code....the presentation files to be rendered into a single PDF Iterate...ActiveX control, work with the shapes on the slide, and so on. We...

    kb.aspose.com/slides/python/how-to-convert-mult...