Sort Score
Result 10 results
Languages All
Labels All
Results 4,301 - 4,310 of 19,240 for

aws

(0.1 sec)
  1. تبدیل HTML به PNG Python

    فرمت HTML به PNG در Python کنید. با استفاده از Python HTML به عنوان PNG ذخیره کنید....as aw doc = aw.Document( "Input.html" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.PNG) for page in range (doc...

    products.aspose.com/words/fa/python-net/convers...
  2. تبدیل تصویر به BMP Python

    فرمت تصویر به BMP در Python کنید. با استفاده از Python تصویر به عنوان BMP ذخیره کنید....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.bmp" , aw.saving.ImageSaveOptions(aw.SaveFormat.BMP))...

    products.aspose.com/words/fa/python-net/convers...
  3. แปลง JPG เป็น ภาพ Python

    แปลงรูปแบบ JPG เป็น ภาพ ในโค้ด Python บันทึก JPG เป็น ภาพ โดยใช้ Python...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.jpg" , aw.saving.ImageSaveOptions(aw.SaveFormat.JPG))...

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

    แปลงรูปแบบ ภาพ เป็น BMP ในโค้ด Python บันทึก ภาพ เป็น BMP โดยใช้ Python...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.bmp" , aw.saving.ImageSaveOptions(aw.SaveFormat.BMP))...

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

    แปลงรูปแบบ ภาพ เป็น PNG ในโค้ด Python บันทึก ภาพ เป็น PNG โดยใช้ Python...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.png" , aw.saving.ImageSaveOptions(aw.SaveFormat.PNG))...

    products.aspose.com/words/th/python-net/convers...
  6. ShapeBase.coord_origin property | Aspose.Words ...

    ShapeBase.coord_origin property. The coordinates at the top-left corner of the containing block of this shape.... doc = aw . Document () # Create a group...all the shapes at once. group = aw . drawing . GroupShape ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Nén JPG Trong Python

    Nén JPG trong Python mà không làm giảm chất lượng. Tối ưu hóa JPG nội dung, giảm kích thước tệp một cách dễ dàng....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...save_options = aw.saving.ImageSaveOptions(aw.SaveFormat.JPEG)...

    products.aspose.com/words/vi/python-net/compres...
  8. Nén DOCX Trong Python

    Nén DOCX trong Python mà không làm giảm chất lượng. Tối ưu hóa DOCX nội dung, giảm kích thước tệp một cách dễ dàng....words as aw doc = aw.Document( "Input.docx" )...for node in doc.get_child_nodes(aw.NodeType.SHAPE, True )] for shape...

    products.aspose.com/words/vi/python-net/compres...
  9. Python 에서 WORD 압축

    품질 손실 없이 Python 에서 WORD 을 압축합니다. WORD 콘텐츠를 최적화하고 파일 크기를 쉽게 줄이십시오....words as aw doc = aw.Document( "Input.docx" )...for node in doc.get_child_nodes(aw.NodeType.SHAPE, True )] for shape...

    products.aspose.com/words/ko/python-net/compres...
  10. Python 에서 DOCX 압축

    품질 손실 없이 Python 에서 DOCX 을 압축합니다. DOCX 콘텐츠를 최적화하고 파일 크기를 쉽게 줄이십시오....words as aw doc = aw.Document( "Input.docx" )...for node in doc.get_child_nodes(aw.NodeType.SHAPE, True )] for shape...

    products.aspose.com/words/ko/python-net/compres...