Sort Score
Result 10 results
Languages All
Labels All
Results 9,831 - 9,840 of 19,556 for

aws

(0.54 sec)
  1. Архивы

    Архивы...words as aw # загрузить файл PDF и преобразовать...преобразовать в формат Word DOCX pdf = aw.Document("document.pdf") pdf...

    blog.aspose.com/ru/words/extract-images-from-pd...
  2. Архів

    Архів...words as aw # завантажити файл PDF і конвертувати...конвертувати у формат Word DOCX pdf = aw.Document("document.pdf") pdf...

    blog.aspose.com/uk/words/extract-images-from-pd...
  3. Archiv

    Archiv... # Načíst dokument doc = aw.Document("document1.docx") #...doc.save("html_output.html", aw.SaveFormat.HTML) # Načtěte soubor...

    blog.aspose.com/cs/total/convert-word-to-json-i...
  4. DocumentVisitor.visitOfficeMathStart method | A...

    DocumentVisitor.visitOfficeMathStart method. Called when enumeration of a Office Math object has started....'OfficeMathToText' , () => { let doc = new aw . Document ( base . myDir + ... getText () + "\"" ); return aw . VisitorAction . Continue ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. DocumentVisitor.visitOfficeMathEnd method | Asp...

    DocumentVisitor.visitOfficeMathEnd method. Called when enumeration of a Office Math object has ended....'OfficeMathToText' , () => { let doc = new aw . Document ( base . myDir + ... getText () + "\"" ); return aw . VisitorAction . Continue ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DocumentVisitor.visitFootnoteStart method | Asp...

    DocumentVisitor.visitFootnoteStart method. Called when enumeration of a footnote or endnote text has started....'FootnoteToText' , () => { let doc = new aw . Document ( base . myDir + ...mVisitorIsInsideFoot = true ; return aw . VisitorAction . Continue ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Python에서 문서 복제|Python via .NET용 Aspose.Words

    Python를 사용하여 문서를 복제하여 동일한 사본을 얻으세요. 복사본을 만들 때 원본 문서의 노드와 속성이 복제됩니다.... doc = aw . Document () builder = aw . DocumentBuilder...the cloned document. builder = aw . DocumentBuilder ( clone ) builder...

    docs.aspose.com/words/ko/python-net/clone-a-doc...
  8. OleFormat.source_item property | Aspose.Words f...

    OleFormat.source_item property. Gets or sets a string that is used to identify the portion of the source file that is being linked.... doc = aw . Document () builder = aw . DocumentBuilder...node in doc . get_child_nodes ( aw . NodeType . SHAPE , True )]...

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

    Aspose.Words.Markup.XmlMapping class. Specifies the information that is used to establish a mapping between the parent structured document tag and an XML element stored within a custom XML data part in the document... let doc = new aw . Document (); // Construct an...tag = new aw . Markup . StructuredDocumentTa ( doc , aw . Markup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Unterschiede zwischen Python- und .NET-Versione...

    Aspose.Words für Python via .NET ist ein Wrapper von Aspose.Words für .NET. Auf dieser Seite werden die Unterschiede in den Funktionen und im API dieser beiden Produkte beschrieben....Dokument geändert wird: doc = aw . Document ( docs_base . my_dir...object. run = doc . get_child ( aw . NodeType . RUN , 0 , True )...

    docs.aspose.com/words/de/python-net/python-notes/