Sort Score
Result 10 results
Languages All
Labels All
Results 5,141 - 5,150 of 19,402 for

aws

(0.13 sec)
  1. แปลง TEXT เป็น GIF Python

    แปลงรูปแบบ TEXT เป็น GIF ในโค้ด Python บันทึก TEXT เป็น GIF โดยใช้ Python...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/th/python-net/convers...
  2. แปลง JPG เป็น GIF Python

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

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

    在Python代碼JPG轉換為JPG使用Python將JPG保存為JPG。...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.jpg" , aw.saving.ImageSaveOptions(aw.SaveFormat.JPG))...

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

    在Python代碼JPG轉換為GIF使用Python將JPG保存為GIF。...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.gif" , aw.saving.ImageSaveOptions(aw.SaveFormat.GIF))...

    products.aspose.com/words/zh-hant/python-net/co...
  5. 將圖片轉換為BMP Python

    在Python代碼圖片轉換為BMP使用Python將圖片保存為BMP。...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.bmp" , aw.saving.ImageSaveOptions(aw.SaveFormat.BMP))...

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

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

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

    แปลงรูปแบบ ภาพ เป็น SVG ในโค้ด Python บันทึก ภาพ เป็น 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...
  8. 將PDF轉換為BMP Python

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

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

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

    products.aspose.com/words/zh-hant/python-net/co...
  10. DOC Tömörítése Itt: Javascript

    Tömörítse a(z DOC fájlt JavaScript nyelven a minőség elvesztése nélkül. Optimalizálja a(z DOC tartalmat, és egyszerűen csökkentse a fájlméretet....const aw = require( '@aspose/words' ); var doc = new aw.Document(...var shapes = doc.getChildNodes(aw.NodeType.Shape, true ) for (...

    products.aspose.com/words/hu/nodejs-net/compres...