Sort Score
Result 10 results
Languages All
Labels All
Results 6,831 - 6,840 of 18,038 for

aws

(0.06 sec)
  1. StructuredDocumentTag.sdt_type property | Aspos...

    StructuredDocumentTag.sdt_type property. Gets type of this Structured document tag.... doc = aw . Document ( file_name = MY_DIR...list ( doc . get_child_nodes ( aw . NodeType . STRUCTURED_DOCUMENT_TAG...

    reference.aspose.com/words/python-net/aspose.wo...
  2. DocumentBase.footnote_separators property | Asp...

    DocumentBase.footnote_separators property. Provides access to the footnote/endnote separators defined in the document.... doc = aw . Document ( file_name = MY_DIR...get_by_footnote_separator_type ( aw . notes . FootnoteSeparatorTyp...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PageBorderAppliesTo enumeration | Aspose.Words ...

    aspose.words.PageBorderAppliesTo enumeration. Specifies which pages the page border is printed on.... doc = aw . Document () page_setup = doc...page_setup . border_distance_from = aw . PageBorderDistanceFr . PAGE_EDGE...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Nén DOC Trong Python

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

    products.aspose.com/words/vi/python-net/compres...
  5. Chuyển DOC Thành JPG Python

    Chuyển đổi DOC định dạng sang JPG trong mã Python Lưu DOC thành JPG bằng cách sử dụng Python....as aw doc = aw.Document( "Input.doc" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.JPG) for page in range (doc...

    products.aspose.com/words/vi/python-net/convers...
  6. 將HTML轉換為圖片 Python

    在Python代碼HTML轉換為圖片使用Python將HTML保存為圖片。...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/zh-hant/python-net/co...
  7. 將HTML轉換為JPG Python

    在Python代碼HTML轉換為JPG使用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/zh-hant/python-net/co...
  8. PDF를 GIF Python로 변환

    Python PDF 을 GIF 형식으로 변환합니다. 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/ko/python-net/convers...
  9. JPG를 TIFF Python로 변환

    Python JPG 을 TIFF 형식으로 변환합니다. Python 사용하여 JPG 을 TIFF로 저장합니다....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.tiff" , aw.saving.ImageSaveOptions(aw.SaveFormat.TIFF))...

    products.aspose.com/words/ko/python-net/convers...
  10. JPG를 영상 Python로 변환

    Python JPG 을 영상 형식으로 변환합니다. Python 사용하여 JPG 을 영상로 저장합니다....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.jpg" , aw.saving.ImageSaveOptions(aw.SaveFormat.JPG))...

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