Sort Score
Result 10 results
Languages All
Labels All
Results 7,281 - 7,290 of 19,498 for

aws

(0.09 sec)
  1. ארכיון

    ארכיון...words as aw # טען מסמך doc = aw.Document("document...import aspose.words as aw # טען מסמך doc = aw.Document("document...

    blog.aspose.com/he/words/convert-word-to-markdo...
  2. FieldAutoNumOut class | Aspose.Words for Python

    aspose.words.fields.FieldAutoNumOut class. Implements the AUTONUMOUT field... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_AUTO_NUM_OUTLINE...

    reference.aspose.com/words/python-net/aspose.wo...
  3. HtmlSaveOptions.export_xhtml_transitional prope...

    HtmlSaveOptions.export_xhtml_transitional property. Specifies whether to write the DOCTYPE declaration when saving to HTML or MHTML... doc = aw . Document () builder = aw . DocumentBuilder...' ) options = aw . saving . HtmlSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldShape class | Aspose.Words for Python

    aspose.words.fields.FieldShape class. Implements the SHAPE field... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_BIDI_OUTLINE...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 档案

    档案...words as aw from datetime import date # 加载 PDF 文件 PDF1 = aw.Document("first...Document("first.pdf") PDF2 = aw.Document("second.pdf") # 将 PDF 文件转换为...

    blog.aspose.com/zh/words/compare-pdf-files-in-p...
  6. 搜索

    搜索...words as aw from datetime import date # 加載 PDF 文件 PDF1 = aw.Document("first...Document("first.pdf") PDF2 = aw.Document("second.pdf") # 將 PDF 文件轉換為...

    blog.aspose.com/zh-hant/words/compare-pdf-files...
  7. تبدیل 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...
  8. 將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...
  9. แปลง 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...
  10. แปลง JPG เป็น TIFF Python

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

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