Sort Score
Result 10 results
Languages All
Labels All
Results 3,291 - 3,300 of 19,537 for

aws

(1.45 sec)
  1. Konverter PDF Til BMP Python

    Konverter PDF til BMP format i Python kode. Gem PDF som BMP ved hjælp af Python....as aw doc = aw.Document( "Input.pdf" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.BMP) for page in range (doc...

    products.aspose.com/words/da/python-net/convers...
  2. DocumentBuilder.write method | Aspose.Words for...

    DocumentBuilder.write method. Inserts a string into the document at the current insert position....let doc = new aw . Document (); let builder = new aw . DocumentBuilder... font . border . lineStyle = aw . LineStyle . DashDotStroker...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Table.convert_to_horizontally_merged_cells meth...

    Table.convert_to_horizontally_merged_cells method. Converts cells horizontally merged by width to cells merged by [CellFormat.horizontal_merge](../../cellformat/horizontal_merge/).... doc = aw . Document ( file_name = MY_DIR...cell_format . horizontal_merge == aw . tables . CellMerge . NONE for...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ShapeBase.is_layout_in_cell property | Aspose.W...

    ShapeBase.is_layout_in_cell property. Gets or sets a flag indicating whether the shape is displayed inside a table or outside of it.... doc = aw . Document () builder = aw . DocumentBuilder...table_style = doc . styles . add ( aw . StyleType . TABLE , 'MyTableStyle1'...

    reference.aspose.com/words/python-net/aspose.wo...
  5. AI 기반 기능 Python | 문서 번역 Python | 문서 요약 Python |...

    Aspose.Words을 Python에 사용하여 AI가 포함된 문서를 요약, 번역 및 문법 검사함으로써 더욱 스마트하고 자동화된 문서 처리 워크플로를 구현할 수 있습니다.... model = aw.ai.AiModel.create(aw.ai.AiModelType.GEMINI_15_FLASH)...first_doc = aw.Document("Big document.docx") second_doc = aw.Document("Document...

    blog.aspose.com/ko/words/ai-powered-features-as...
  6. Компресиране На HTML В Javascript

    Компресирайте HTML в JavaScript, без да губите качество. Оптимизирайте съдържанието на HTML, намалявайте размера на файла лесно....const aw = require( '@aspose/words' ); var doc = new aw.Document(...var shapes = doc.getChildNodes(aw.NodeType.Shape, true ) for (...

    products.aspose.com/words/bg/nodejs-net/compres...
  7. Chuyển Hình Ảnh Thành SVG Python

    Chuyển đổi Hình ảnh định dạng sang SVG trong mã Python Lưu Hình ảnh thành SVG bằng cách sử dụng Python....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.svg" , aw.saving.ImageSaveOptions(aw.SaveFormat.SVG))...

    products.aspose.com/words/vi/python-net/convers...
  8. Chuyển WORD Thành Hình Ảnh Python

    Chuyển đổi WORD định dạng sang Hình ảnh trong mã Python Lưu WORD thành Hình ảnh bằng cách sử dụng Python....as aw doc = aw.Document( "Input.docx" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.JPG) for page in range (doc...

    products.aspose.com/words/vi/python-net/convers...
  9. Компресиране На DOC В Javascript

    Компресирайте DOC в JavaScript, без да губите качество. Оптимизирайте съдържанието на DOC, намалявайте размера на файла лесно....const aw = require( '@aspose/words' ); var doc = new aw.Document(...var shapes = doc.getChildNodes(aw.NodeType.Shape, true ) for (...

    products.aspose.com/words/bg/nodejs-net/compres...
  10. HTML를 GIF Python로 변환

    Python HTML 을 GIF 형식으로 변환합니다. Python 사용하여 HTML 을 GIF로 저장합니다....as aw doc = aw.Document( "Input.html" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.GIF) for page in range (doc...

    products.aspose.com/words/ko/python-net/convers...