Sort Score
Result 10 results
Languages All
Labels All
Results 6,491 - 6,500 of 19,463 for

aws

(0.1 sec)
  1. JPG를 TXT Python로 변환

    Python JPG 을 TXT 형식으로 변환합니다. Python 사용하여 JPG 을 TXT로 저장합니다....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...) import aspose.words as aw doc = aw.Document("Input.jpg") doc...

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

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

    products.aspose.com/words/vi/python-net/convers...
  3. 영상를 TXT Python로 변환

    Python 영상 을 TXT 형식으로 변환합니다. Python 사용하여 영상 을 TXT로 저장합니다....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...) import aspose.words as aw doc = aw.Document("Input.png") doc...

    products.aspose.com/words/ko/python-net/convers...
  4. Processor.from_stream method | Aspose.Words for...

    aspose.words.lowcode.Processor.from_stream method...second_stream_in : save_options = aw . saving . OoxmlSaveOptions ()...READ_WRITE ) as stream_out : context = aw . lowcode . MergerContext ()...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DocumentBuilder.insert_table_of_contents method...

    DocumentBuilder.insert_table_of_contents method. Inserts a TOC (table of contents) field into the document.... doc = aw . Document () builder = aw . DocumentBuilder...u' ) builder . insert_break ( aw . BreakType . PAGE_BREAK ) #...

    reference.aspose.com/words/python-net/aspose.wo...
  6. HtmlSaveOptions.navigation_map_level property |...

    HtmlSaveOptions.navigation_map_level property. Specifies the maximum level of headings populated to the navigation map when exporting to EPUB, MOBI, or AZW3 formats... doc = aw . Document ( file_name = MY_DIR...docx' ) options = aw . saving . HtmlSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Processor.to_stream method | Aspose.Words for P...

    aspose.words.lowcode.Processor.to_stream method...second_stream_in : save_options = aw . saving . OoxmlSaveOptions ()...READ_WRITE ) as stream_out : context = aw . lowcode . MergerContext ()...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FootnoteType enumeration | Aspose.Words for Python

    aspose.words.notes.FootnoteType enumeration. Specifies whether this is a footnote or an endnote.... doc = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . FOOTNOTE...

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

    chercher...words as aw # Load an existing Word document doc = aw.Documen...imageOptions = aw.saving.ImageSaveOptions(aw.SaveFormat.JPEG)...

    blog.aspose.com/fr/words/convert-html-to-image-...
  10. JPG को BMP Javascript में बदलें

    JavaScript कोड JPG को BMP प्रारूप में बदलें। सहेजें JPG के रूप में BMP का उपयोग कर JavaScript ।...const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...

    products.aspose.com/words/hi/nodejs-net/convers...