Sort Score
Result 10 results
Languages All
Labels All
Results 3,041 - 3,050 of 19,718 for

aws

(0.18 sec)
  1. WORD को Python में संपीड़ित करें

    गुणवत्ता खोए बिना WORD को Python में संपीड़ित करें। WORD सामग्री को अनुकूलित करें, फ़ाइल का आकार आसानी से कम करें।...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/hi/python-net/compres...
  2. Mã hóa tài liệu trong Python|Aspose.Words cho P...

    Mã hóa tài liệu của bạn bằng thuật toán mã hóa thích hợp cho các định dạng tài liệu cụ thể trong Python....words as aw # Create a document. doc = aw . Document ()...() builder = aw . DocumentBuilder ( doc ) builder . write ( "Hello...

    docs.aspose.com/words/vi/python-net/encrypt-a-d...
  3. Archivo

    Archivo...words as aw # Load word document doc = aw.Document("calibre...aspose.words as aw # Load word document doc = aw.Document("calibre...

    blog.aspose.com/es/words/convert-docx-to-pdf-in...
  4. Archiv

    Archiv...words as aw # Load word document doc = aw.Document("calibre...aspose.words as aw # Load word document doc = aw.Document("calibre...

    blog.aspose.com/de/words/convert-docx-to-pdf-in...
  5. Архивы

    Архивы...words as aw # Load word document doc = aw.Document("calibre...aspose.words as aw # Load word document doc = aw.Document("calibre...

    blog.aspose.com/ru/words/convert-word-to-pdf-in...
  6. CompareOptions.ignore_tables property | Aspose....

    CompareOptions.ignore_tables property. Specifies whether to compare the differences in data contained in tables....doc_original = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . ENDNOTE...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CompareOptions.ignore_textboxes property | Aspo...

    CompareOptions.ignore_textboxes property. Specifies whether to compare differences in the data contained within text boxes....doc_original = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . ENDNOTE...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ComparisonTargetType enumeration | Aspose.Words...

    aspose.words.comparing.ComparisonTargetType enumeration. Allows to specify base document which will be used during comparison...doc_original = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . ENDNOTE...

    reference.aspose.com/words/python-net/aspose.wo...
  9. HtmlSaveOptions.tableWidthOutputMode property |...

    HtmlSaveOptions.tableWidthOutputMode property. Controls how table, row and cell widths are exported to HTML, MHTML or EPUB...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...36 ; table . preferredWidth = aw . Tables . PreferredWidth . fromPoints...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Преобразуване На JPG В DOCX Python

    Преобразувайте JPG във DOCX формат в код Python Запазете 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/bg/python-net/convers...