Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 19,311 for

aws

(0.06 sec)
  1. Optimizați Conținutul Fișierului Folosind Javas...

    Comprimați fișierele în JavaScript: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS fără a pierde calitatea...const aw = require( '@aspose/words' ); var doc = new aw.Document(...var shapes = doc.getChildNodes(aw.NodeType.Shape, true ) for (...

    products.aspose.com/words/ro/nodejs-net/compress/
  2. Comprimi WORD In Javascript

    Comprimi WORD in JavaScript senza perdere qualità. Ottimizza WORD i contenuti, riduci facilmente le dimensioni dei file....const aw = require( '@aspose/words' ); var doc = new aw.Document(...var shapes = doc.getChildNodes(aw.NodeType.Shape, true ) for (...

    products.aspose.com/words/it/nodejs-net/compres...
  3. ShapeBase.coord_size property | Aspose.Words fo...

    ShapeBase.coord_size property. The width and height of the coordinate space inside 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...
  4. تبدیل PDF به SVG Python

    فرمت PDF به SVG در Python کنید. با استفاده از 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/fa/python-net/convers...
  5. 將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...
  6. 將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...
  7. تبدیل TEXT به GIF Python

    فرمت TEXT به GIF در Python کنید. با استفاده از 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/fa/python-net/convers...
  8. تبدیل TEXT به SVG Python

    فرمت TEXT به SVG در Python کنید. با استفاده از 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/fa/python-net/convers...
  9. تبدیل PDF به BMP Python

    فرمت PDF به BMP در Python کنید. با استفاده از 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/fa/python-net/convers...
  10. تبدیل DOC به PNG Python

    فرمت DOC به PNG در Python کنید. با استفاده از 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/fa/python-net/convers...