Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 19,310 for

aws

(0.08 sec)
  1. ImportFormatOptions.adjustSentenceAndWordSpacin...

    ImportFormatOptions.adjustSentenceAndWordSpacing property. Gets or sets a boolean value that specifies whether to adjust sentence and word spacing automatically...srcDoc = new aw . Document (); let dstDoc = new aw . Document ();...(); var builder = new aw . DocumentBuilder ( srcDoc ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. تبدیل HTML به JPG Python

    فرمت HTML به JPG در Python کنید. با استفاده از Python HTML به عنوان JPG ذخیره کنید....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/fa/python-net/convers...
  3. 將JPG轉換為BMP Python

    在Python代碼JPG轉換為BMP使用Python將JPG保存為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...
  4. แปลง 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...
  5. แปลง ภาพ เป็น 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...
  6. แปลง ภาพ เป็น 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...
  7. تبدیل تصویر به 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...
  8. تبدیل 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...
  9. تبدیل PDF به GIF Python

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

    products.aspose.com/words/fa/python-net/convers...
  10. Compress DOC In Javascript

    Compress DOC in JavaScript without losing quality. Optimize DOC content, reduce file size easily....const aw = require( '@aspose/words' ); var doc = new aw.Document(...var shapes = doc.getChildNodes(aw.NodeType.Shape, true ) for (...

    products.aspose.com/words/nodejs-net/compress/doc/