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

aws

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

    ארכיון...words as aw from datetime import date # טען...doc = aw.Document("calibre.docx") # טען מסמך שני doc2 = aw.Document("calibre2...

    blog.aspose.com/he/words/compare-two-word-docum...
  2. DocumentBuilder.move_to_bookmark method | Aspos...

    aspose.words.DocumentBuilder.move_to_bookmark method... doc = aw . Document () builder = aw . DocumentBuilder...get_child_nodes ( aw . NodeType . ANY , False ) self . assertEqual ( aw . NodeType...

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

    Aspose.Words.Saving.PdfSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Pdf](../../aspose.words/saveformat/#Pdf) format...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...paragraphFormat . styleIdentifier = aw . StyleIdentifier . Heading1...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose.Word convert pdf to md, content wrong - ...

    Use python,aspose-words=25.6.0, convert pdf to markdown.Extra spaces appear in the converted md file. For example, in the pdf, there is a paragraph with a URL in normal format. In the md document after the conversion is …...document = aw.Document(file_path) save_options = aw.saving.MarkdownSaveOptions()...aspose.words as aw # Load the PDF document document = aw.Document(file_path)...

    forum.aspose.com/t/aspose-word-convert-pdf-to-m...
  5. FieldTC.type_identifier property | Aspose.Words...

    FieldTC.type_identifier property. Gets or sets a type identifier for this field (which is typically a letter)....fier (): doc = aw . Document () builder = aw . DocumentBuilder...field_toc = builder . insert_field ( aw . fields . FieldType . FIELD_TOC...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TextBox.is_valid_link_target method | Aspose.Wo...

    TextBox.is_valid_link_target method. Determines whether this [TextBox](../) can be linked to the target [TextBox](../).... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . TEXT_BOX...

    reference.aspose.com/words/python-net/aspose.wo...
  7. TextBox.next property | Aspose.Words for Python

    TextBox.next property. Returns or sets a [TextBox](../) that represents the next [TextBox](../) in a sequence of shapes.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . TEXT_BOX...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldCitation.suffix property | Aspose.Words fo...

    FieldCitation.suffix property. Gets or sets a suffix that is appended to the citation.... doc = aw . Document ( MY_DIR + 'Bibliography...'Bibliography.docx' ) builder = aw . DocumentBuilder ( doc ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldToc.entry_identifier property | Aspose.Wor...

    FieldToc.entry_identifier property. Gets or sets a string that should match type identifiers of TC fields being included....fier (): doc = aw . Document () builder = aw . DocumentBuilder...field_toc = builder . insert_field ( aw . fields . FieldType . FIELD_TOC...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 搜索

    搜索...words as aw from datetime import date # 加載第一個文檔 doc = aw.Document("calibre...Document("calibre.docx") # 加載第二個文檔 doc2 = aw.Document("calibre2.docx") # 比較文件...

    blog.aspose.com/zh-hant/words/compare-two-word-...