Sort Score
Result 10 results
Languages All
Labels All
Results 5,331 - 5,340 of 19,240 for

aws

(0.06 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. 영상를 PDF Python로 변환

    Python 영상 을 PDF 형식으로 변환합니다. Python 사용하여 영상 을 PDF로 저장합니다....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...
  3. 將JPG轉換為DOC Python

    在Python代碼JPG轉換為DOC使用Python將JPG保存為DOC。...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/zh-hant/python-net/co...
  4. การทำงานกับรูปภาพใน Python|Aspose.Words สำหรับ ...

    สร้างและจัดการรูปภาพในรูปแบบต่างๆ ในเอกสารโดยใช้ Python...นเอกสาร: doc = aw . Document () builder = aw . DocumentBuilder...ในตำแหน่งและขนาดที่ระบุ: doc = aw . Document () builder = aw . DocumentBuilder...

    docs.aspose.com/words/th/python-net/working-wit...
  5. TextPath.bold property | Aspose.Words for Python

    TextPath.bold property. True if the font is formatted as bold....def insert_text_paths (): doc = aw . Document () # Insert a WordArt... pydrawing . Color . black , aw . drawing . ShapeType . TEXT_PLAIN_TEXT...

    reference.aspose.com/words/python-net/aspose.wo...
  6. RowFormat.heightRule property | Aspose.Words fo...

    RowFormat.heightRule property. Gets or sets the rule for determining the height of the table row....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . rowFormat . heightRule = aw . HeightRule . AtLeast ; builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. HtmlSaveOptions.exportTocPageNumbers property |...

    HtmlSaveOptions.exportTocPageNumbers property. Specifies whether to write page numbers to table of contents when saving HTML, MHTML and EPUB...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...fieldToc = builder . insertField ( aw . Fields . FieldType . FieldTOC...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Shape.image_data property | Aspose.Words for Py...

    Shape.image_data property. Provides access to the image of the shape... doc = aw . Document ( MY_DIR + 'Images...shapes = doc . get_child_nodes ( aw . NodeType . SHAPE , True ) self...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ChartDataLabelCollection.format property | Aspo...

    ChartDataLabelCollection.format property. Provides access to fill and line formatting of the data labels.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Convertire un documento multipagina in un'immag...

    Esportare documenti multipagina in immagini raster(JPG, PNG, GIF, BMP, TIFF, WebP) usando Python....con layout orizzontale: doc = aw . Document ( file_name = ' Rendering...) options = aw . saving . ImageSaveOptions ( aw . SaveFormat...

    docs.aspose.com/words/it/python-net/convert-a-m...