Sort Score
Result 10 results
Languages All
Labels All
Results 5,961 - 5,970 of 19,482 for

aws

(0.09 sec)
  1. Zet WORD In Afbeelding Python

    Converteer WORD naar Afbeelding indeling in Python code. Sla WORD als Afbeelding met Python....as aw doc = aw.Document( "Input.docx" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.JPG) for page in range (doc...

    products.aspose.com/words/nl/python-net/convers...
  2. 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...
  3. 在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/zh-hant/python-net/co...
  4. بهینه سازی محتوای فایل با استفاده از Python

    فشرده سازی فایل ها در Python: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS بدون از دست دادن کیفیت...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/fa/python-net/compress/
  5. Archiwa

    Archiwa...replace(string, string, aw.replacing.FindReplaceOptions(aw.replacing.FindReplaceDirection...aspose.words as aw # załaduj dokument Worda doc = aw.Document("document...

    blog.aspose.com/pl/words/find-and-replace-text-...
  6. Arsip

    Arsip...replace(string, string, aw.replacing.FindReplaceOptions(aw.replacing.FindReplaceDirection...aspose.words as aw # memuat dokumen Word doc = aw.Document("document...

    blog.aspose.com/id/words/find-and-replace-text-...
  7. Table class | Aspose.Words for Node.js

    Aspose.Words.Table class. Represents a table in a Word document...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...cellFormat . verticalAlignment = aw . Tables . CellVerticalAlignmen...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 將JPG轉換為SVG Javascript

    在JavaScript代碼JPG轉換為SVG使用JavaScript將JPG保存為SVG。...const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...

    products.aspose.com/words/zh-hant/nodejs-net/co...
  9. 將HTML轉換為DOC Python

    在Python代碼HTML轉換為DOC使用Python將HTML保存為DOC。...words as aw doc = aw.Document( "Input.html" )...) import aspose.words as aw doc = aw.Document("Input.html") doc...

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

    在Python代碼HTML轉換為PDF使用Python將HTML保存為PDF。...words as aw doc = aw.Document( "Input.html" )...) import aspose.words as aw doc = aw.Document("Input.html") doc...

    products.aspose.com/words/zh-hant/python-net/co...