Sort Score
Result 10 results
Languages All
Labels All
Results 7,271 - 7,280 of 19,410 for

aws

(0.06 sec)
  1. تبدیل DOC به EPUB Python

    فرمت DOC به EPUB در Python کنید. با استفاده از Python DOC به عنوان EPUB ذخیره کنید....words as aw doc = aw.Document( "Input.doc" ) doc...) import aspose.words as aw doc = aw.Document("Input.doc") doc...

    products.aspose.com/words/fa/python-net/convers...
  2. تبدیل HTML به WORD Python

    فرمت HTML به WORD در Python کنید. با استفاده از Python HTML به عنوان WORD ذخیره کنید....words as aw doc = aw.Document( "Input.html" )...) import aspose.words as aw doc = aw.Document("Input.html") doc...

    products.aspose.com/words/fa/python-net/convers...
  3. تبدیل Word, PDF و بسیاری از فرمت های فایل دیگر ...

    اسناد را به صورت برنامه‌نویسی در Python بین قالب‌های فایل مختلف تبدیل کنید: DOC، DOCX، PDF، RTF، ODT، TXT، MOBI، HTML، JPG، PNG و بسیاری موارد دیگر....words as aw doc = aw.Document( "Input.docx" )...) import aspose.words as aw doc = aw.Document("Input.docx") doc...

    products.aspose.com/words/fa/python-net/convers...
  4. DocumentBase.document property | Aspose.Words f...

    DocumentBase.document property. Gets this instance.... const doc = new aw . Document (); // New Document...Paragraph. const section = new aw . Section ( doc ); doc . appendChild...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ค้นหา

    ค้นหา...as aw from datetime import date # โหลดไฟล์ PDF PDF1 = aw.Document("first...Document("first.pdf") PDF2 = aw.Document("second.pdf") # แปลงไฟล์...

    blog.aspose.com/th/words/compare-pdf-files-in-p...
  6. FieldToc.prefixed_sequence_identifier property ...

    FieldToc.prefixed_sequence_identifier property. Gets or sets the identifier of a sequence for which a prefix should be added to the entry's page number.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_TOC...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Cell class | Aspose.Words for Node.js

    Aspose.Words.Tables.Cell class. Represents a table cell...let doc = new aw . Document (); let table = new aw . Tables . Table...paragraph. let firstRow = new aw . Tables . Row ( doc ); table...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FieldToc class | Aspose.Words for Python

    aspose.words.fields.FieldToc class. Implements the TOC field... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_TOC...

    reference.aspose.com/words/python-net/aspose.wo...
  9. JPG को DOCX Python में बदलें

    Python कोड JPG को DOCX प्रारूप में बदलें। सहेजें JPG के रूप में DOCX का उपयोग कर Python ।...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...) import aspose.words as aw doc = aw.Document("Input.jpg") doc...

    products.aspose.com/words/hi/python-net/convers...
  10. छवि को DOC Python में बदलें

    Python कोड छवि को DOC प्रारूप में बदलें। सहेजें छवि के रूप में DOC का उपयोग कर Python ।...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...) import aspose.words as aw doc = aw.Document("Input.png") doc...

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