Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 17,989 for

aws

(0.15 sec)
  1. TextPath.rotate_letters property | Aspose.Words...

    TextPath.rotate_letters property. Determines whether the letters of the text are rotated....def insert_text_paths (): doc = aw . Document () # Insert a WordArt... pydrawing . Color . black , aw . drawing . ShapeType . TEXT_PLAIN_TEXT...

    reference.aspose.com/words/python-net/aspose.wo...
  2. TextPath.same_letter_heights property | Aspose....

    TextPath.same_letter_heights property. Determines whether all letters will be the same height regardless of initial case....def insert_text_paths (): doc = aw . Document () # Insert a WordArt... pydrawing . Color . black , aw . drawing . ShapeType . TEXT_PLAIN_TEXT...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 在python中壓縮doc

    在Python中壓縮DOC而不會損失質量。優化DOC內容,輕鬆減小文件大小。...words as aw doc = aw.Document( "Input.doc" ) doc...for node in doc.get_child_nodes(aw.NodeType.SHAPE, True )] for shape...

    products.aspose.com/words/zh-hant/python-net/co...
  4. Python 에서 HTML 압축

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

    products.aspose.com/words/ko/python-net/compres...
  5. Nén HTML Trong Python

    Nén HTML trong Python mà không làm giảm chất lượng. Tối ưu hóa HTML 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.html" )...for node in doc.get_child_nodes(aw.NodeType.SHAPE, True )] for shape...

    products.aspose.com/words/vi/python-net/compres...
  6. แปลง JPG เป็น SVG Python

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

    products.aspose.com/words/th/python-net/convers...
  7. 將DOC轉換為PNG Python

    在Python代碼DOC轉換為PNG使用Python將DOC保存為PNG。...as aw doc = aw.Document( "Input.doc" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.PNG) for page in range (doc...

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

    在Python代碼TEXT轉換為GIF使用Python將TEXT保存為GIF。...as aw doc = aw.Document( "Input.txt" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.GIF) for page in range (doc...

    products.aspose.com/words/zh-hant/python-net/co...
  9. 將WORD轉換為TIFF Python

    在Python代碼WORD轉換為TIFF使用Python將WORD保存為TIFF。...as aw doc = aw.Document( "Input.docx" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.TIFF) for page in range (doc...

    products.aspose.com/words/zh-hant/python-net/co...
  10. TEXT를 SVG Python로 변환

    Python TEXT 을 SVG 형식으로 변환합니다. Python 사용하여 TEXT 을 SVG로 저장합니다....as aw doc = aw.Document( "Input.txt" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.SVG) for page in range (doc...

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