Sort Score
Result 10 results
Languages All
Labels All
Results 2,451 - 2,460 of 15,217 for

aws

(0.07 sec)
  1. PdfEncryptionDetails.permissions property | Asp...

    PdfEncryptionDetails.permissions property. Specifies the operations that are allowed to a user on an encrypted PDF document... doc = aw . Document () builder = aw . DocumentBuilder...annotations. encryption_details = aw . saving . PdfEncryptionDetails...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Table.node_type property | Aspose.Words for Python

    Table.node_type property. Returns [NodeType.TABLE](../../../aspose.words/nodetype/#TABLE)....test_recurse_children ( self ): doc = aw . Document ( MY_DIR + "Paragraphs...traverse_all_nodes ( parent_node : aw . CompositeNode , depth : int...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Machen Sie PDF Mit Python

    Erstellen Sie in wenigen Schritten ein neues PDF in Python. Einfaches Erstellen von PDF mithilfe der Python via .NET Bibliothek....words as aw doc = aw.Document() comment = aw.Comment(doc)...first_paragraph para.append_child(aw.CommentRangeStart(doc, comment...

    products.aspose.com/words/de/python-net/make/pdf/
  4. Κάντε PDF Χρησιμοποιώντας Python

    Δημιουργήστε ένα νέο PDF στο Python σε μερικά βήματα. Δημιουργήστε εύκολα το PDF χρησιμοποιώντας τη βιβλιοθήκη Python via .NET....words as aw doc = aw.Document() comment = aw.Comment(doc)...first_paragraph para.append_child(aw.CommentRangeStart(doc, comment...

    products.aspose.com/words/el/python-net/make/pdf/
  5. Buat PDF Menggunakan Python

    Buat PDF baru di Python dalam beberapa langkah. Buat PDF dengan mudah menggunakan Python via .NET perpustakaan....words as aw doc = aw.Document() comment = aw.Comment(doc)...first_paragraph para.append_child(aw.CommentRangeStart(doc, comment...

    products.aspose.com/words/id/python-net/make/pdf/
  6. Haz PDF Usando Python

    Cree un nuevo PDF en Python en unos pocos pasos. Cree fácilmente PDF usando la Python via .NET biblioteca....words as aw doc = aw.Document() comment = aw.Comment(doc)...first_paragraph para.append_child(aw.CommentRangeStart(doc, comment...

    products.aspose.com/words/es/python-net/make/pdf/
  7. SignatureLineOptions.signer property | Aspose.W...

    SignatureLineOptions.signer property. Gets or sets suggested signer of the signature line...pfx" certificate_password = "aw" for signee_info in self . _create_signees...document = aw . Document ( src_document_path ) builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Pythonを使用してファイルのコンテンツを最適化する

    Python: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, PPTX, PPT, XLSX, XLS, WPS品質を損なうことなく。ドキュメントのコンテンツを最適化し、ファイルサイズを簡単に縮小します。...words as aw doc = aw.Document("Input.docx") doc...for node in doc.get_child_nodes(aw.NodeType.SHAPE, True)] for shape...

    products.aspose.com/words/ja/python-net/compress/
  9. StructuredDocumentTag.remove_self_only method |...

    StructuredDocumentTag.remove_self_only method. Removes just this SDT node itself, but keeps the content of it inside the document tree.... doc = aw . Document () # Create a structured... tag = aw . markup . StructuredDocumentTa ( doc , aw . markup...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Font.strike_through property | Aspose.Words for...

    Font.strike_through property. True if the font is formatted as strikethrough text.... doc = aw . Document () para = doc . get_child ( aw . NodeType...True ) . as_paragraph () run = aw . Run ( doc , "Text with a single-line...

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