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

aws

(0.24 sec)
  1. Pretvori Slika V GIF Javascript

    Pretvorite Slika v obliko GIF v JavaScript kodi Shranite Slika kot GIF z uporabo JavaScript....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...

    products.aspose.com/words/sl/nodejs-net/convers...
  2. FieldArgumentBuilder class | Aspose.Words for P...

    aspose.words.fields.FieldArgumentBuilder class. Builds a complex field argument consisting of fields, nodes, and plain text... doc = aw . Document () # Below are three...symbol. builder = aw . fields . FieldBuilder ( aw . fields . FieldType...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Document.original_file_name property | Aspose.W...

    Document.original_file_name property. Gets the original file name of the document.... doc = aw . Document ( file_name = MY_DIR...original_file_name ) self . assertEqual ( aw . LoadFormat . DOCX , doc . ...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Optimizați Conținutul Fișierului Folosind Python

    Comprimați fișierele în Python: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS fără a pierde calitatea...words as aw doc = aw.Document( "Input.docx" )...for node in doc.get_child_nodes(aw.NodeType.SHAPE, True )] for shape...

    products.aspose.com/words/ro/python-net/compress/
  5. Оптимизирайте Съдържанието На Файла С Помощта Н...

    Компресирайте файлове в Python: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS без да губите качество...words as aw doc = aw.Document( "Input.docx" )...for node in doc.get_child_nodes(aw.NodeType.SHAPE, True )] for shape...

    products.aspose.com/words/bg/python-net/compress/
  6. Table class | Aspose.Words for Node.js

    Aspose.Words.Table class. Represents a table in a Word document...let doc = new aw . Document (); let table = new aw . Tables . Table...paragraph. let firstRow = new aw . Tables . Row ( doc ); table...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. MarkdownLinkExportMode enumeration | Aspose.Wor...

    aspose.words.saving.MarkdownLinkExportMode enumeration. Specifies how links are exported into Markdown.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . BALLOON...

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

    aspose.words.fields.FieldIndex class. Implements the INDEX field... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_INDEX...

    reference.aspose.com/words/python-net/aspose.wo...
  9. تبدیل PDF به SVG Python

    فرمت PDF به SVG در Python کنید. با استفاده از Python PDF به عنوان SVG ذخیره کنید....as aw doc = aw.Document( "Input.pdf" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.SVG) for page in range (doc...

    products.aspose.com/words/fa/python-net/convers...
  10. 將JPG轉換為GIF Python

    在Python代碼JPG轉換為GIF使用Python將JPG保存為GIF。...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.gif" , aw.saving.ImageSaveOptions(aw.SaveFormat.GIF))...

    products.aspose.com/words/zh-hant/python-net/co...