Sort Score
Result 10 results
Languages All
Labels All
Results 3,911 - 3,920 of 19,601 for

aws

(1.99 sec)
  1. Compress WORD In Python

    Compress WORD in Python without losing quality. Optimize WORD content, reduce file size easily....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/python-net/compress/w...
  2. Compress DOCX In Python

    Compress DOCX in Python without losing quality. Optimize DOCX content, reduce file size easily....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/python-net/compress/d...
  3. 아카이브

    아카이브...extract_content(startNode : aw.Node, endNode : aw.Node, isInclusive :...node. if (endNode.node_type == aw.NodeType.COMMENT_RANGE_END and...

    blog.aspose.com/ko/words/extract-text-from-word...
  4. آرشیوها

    آرشیوها...extract_content(startNode : aw.Node, endNode : aw.Node, isInclusive :...کنید. if (endNode.node_type == aw.NodeType.COMMENT_RANGE_END and...

    blog.aspose.com/fa/words/extract-text-from-word...
  5. NodeType enumeration | Aspose.Words for Python

    aspose.words.NodeType enumeration. Specifies the type of a Word document node.... doc = aw . Document () # Add two runs...paragraph = doc . get_child ( aw . NodeType . PARAGRAPH , 0 ,...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Архивы

    Архивы...words as aw # This code example demonstrates...Create document object doc = aw.Document() # Create a document...

    blog.aspose.com/ru/words/python-ms-word-automat...
  7. أرشيف

    أرشيف...words as aw # يوضح مثال الكود هذا كيفية إنشاء...Python. # إنشاء كائن الوثيقة doc = aw.Document() # قم بإنشاء كائن منشئ...

    blog.aspose.com/ar/words/python-ms-word-automat...
  8. Options When Converting to PDF|Aspose.Words for...

    Convert a document to PDF with advanced options using Python. Use PdfSaveOptions to change the result of saving a document to PDF format....words as aw doc = aw . Document ( "input.docx" ) options = aw . saving...words as aw doc = aw . Document ( "form.docx" ) options = aw . saving...

    docs.aspose.com/words/python-net/specify-render...
  9. SummarizeOptions.summary_length property | Aspo...

    SummarizeOptions.summary_length property. Allows to specify summary length... first_doc = aw . Document ( file_name = MY_DIR...document.docx' ) second_doc = aw . Document ( file_name = MY_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DocumentBuilder.move_to_section method | Aspose...

    DocumentBuilder.move_to_section method. Moves the cursor to the beginning of the body in a specified section.... doc = aw . Document () builder = aw . DocumentBuilder...builder . move_to_header_footer ( aw . HeaderFooterType . HEADER_FIRST...

    reference.aspose.com/words/python-net/aspose.wo...