Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 19,477 for

aws

(0.06 sec)
  1. تحويل WORD إلى JPG Python

    تحويل WORD إلى تنسيق JPG في كود Python احفظ WORD باسم JPG باستخدام 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/ar/python-net/convers...
  2. تحويل HTML إلى صورة Python

    تحويل HTML إلى تنسيق صورة في كود Python احفظ HTML باسم صورة باستخدام Python....as aw doc = aw.Document( "Input.html" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.JPG) for page in range (doc...

    products.aspose.com/words/ar/python-net/convers...
  3. تحويل PDF إلى JPG Python

    تحويل PDF إلى تنسيق JPG في كود Python احفظ PDF باسم JPG باستخدام Python....as aw doc = aw.Document( "Input.pdf" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.JPG) for page in range (doc...

    products.aspose.com/words/ar/python-net/convers...
  4. 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...
  5. ShapeBase.relative_horizontal_position property...

    ShapeBase.relative_horizontal_position property. Specifies relative to what the shape is positioned horizontally.... doc = aw . Document () builder = aw . DocumentBuilder...'Logo.jpg' ) shape . wrap_type = aw . drawing . WrapType . NONE shape...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Konvertuoti JPG Į TIFF Javascript

    Konvertuoti JPG į TIFF formatą JavaScript kodu. Išsaugokite JPG kaip TIFF naudodami JavaScript....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...

    products.aspose.com/words/lt/nodejs-net/convers...
  7. Konvertuoti JPG Į SVG Javascript

    Konvertuoti JPG į SVG formatą JavaScript kodu. Išsaugokite JPG kaip SVG naudodami JavaScript....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...

    products.aspose.com/words/lt/nodejs-net/convers...
  8. Konvertuoti Vaizdas Į SVG Javascript

    Konvertuoti Vaizdas į SVG formatą JavaScript kodu. Išsaugokite Vaizdas kaip SVG naudodami JavaScript....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...

    products.aspose.com/words/lt/nodejs-net/convers...
  9. Konvertuoti Vaizdas Į JPG Javascript

    Konvertuoti Vaizdas į JPG formatą JavaScript kodu. Išsaugokite Vaizdas kaip JPG naudodami JavaScript....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...

    products.aspose.com/words/lt/nodejs-net/convers...
  10. Konvertuoti HTML Į WORD Python

    Konvertuoti HTML į WORD formatą Python kodu. Išsaugokite HTML kaip WORD naudodami Python....words as aw doc = aw.Document( "Input.html" )...) import aspose.words as aw doc = aw.Document("Input.html") doc...

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