Sort Score
Result 10 results
Languages All
Labels All
Results 5,391 - 5,400 of 17,665 for

aws

(0.1 sec)
  1. PDF를 WORD Python로 변환

    Python PDF 을 WORD 형식으로 변환합니다. Python 사용하여 PDF 을 WORD로 저장합니다....words as aw doc = aw.Document( "Input.pdf" ) doc...) import aspose.words as aw doc = aw.Document("Input.pdf") doc...

    products.aspose.com/words/ko/python-net/convers...
  2. Chuyển PDF Thành WORD Python

    Chuyển đổi PDF định dạng sang WORD trong mã Python Lưu PDF thành WORD bằng cách sử dụng Python....words as aw doc = aw.Document( "Input.pdf" ) doc...) import aspose.words as aw doc = aw.Document("Input.pdf") doc...

    products.aspose.com/words/vi/python-net/convers...
  3. StructuredDocumentTagRangeStart.removeAllChildr...

    StructuredDocumentTagRangeStart.removeAllChildren method. Removes all the nodes between this range start node and the range end node....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...rangeStart = doc . getChild ( aw . NodeType . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. OdtSaveOptions.save_format property | Aspose.Wo...

    OdtSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used... doc = aw . Document () builder = aw . DocumentBuilder...the document in. save_options = aw . saving . OdtSaveOptions ( save_format...

    reference.aspose.com/words/python-net/aspose.wo...
  5. UserInformation.address property | Aspose.Words...

    UserInformation.address property. Gets or sets the user's postal address....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...information. let userInformation = new aw . Fields . UserInformation ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ViewOptions class | Aspose.Words for Node.js

    Aspose.Words.Settings.ViewOptions class. Provides various options that control how a document is shown in Microsoft Word...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...doc . viewOptions . viewType = aw . Settings . ViewType . PageLayout...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. LoadOptions.resourceLoadingCallback property | ...

    LoadOptions.resourceLoadingCallback property. Allows to control how external resources (images, style sheets) are loaded when a document is imported from HTML, MHTML....() => { let loadOptions = new aw . Loading . LoadOptions (); loadOptions...stylesheets and images. let doc = new aw . Document ( base . myDir + "Images...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. StructuredDocumentTag.buildingBlockGallery prop...

    StructuredDocumentTag.buildingBlockGallery property. Specifies type of building block for this SDT...= new aw . Document (); let buildingBlockSdt = new aw . Markup...doc , aw . Markup . SdtType . BuildingBlockGallery , aw . Markup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. VbaModule.sourceCode property | Aspose.Words fo...

    VbaModule.sourceCode property. Gets or sets VBA project module source code.... let doc = new aw . Document (); // Create a new...VBA project. let project = new aw . Vba . VbaProject (); project...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. HtmlVersion enumeration | Aspose.Words for Python

    aspose.words.saving.HtmlVersion enumeration. Indicates the version of HTML is used when saving the document to [SaveFormat.HTML](../../aspose.words/saveformat/#HTML) and [SaveFormat.MHTML](../../aspose.words/saveformat/#MHTML) formats.... doc = aw . Document ( file_name = MY_DIR...docx' ) options = aw . saving . HtmlSaveOptions ( aw . SaveFormat...

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