Sort Score
Result 10 results
Languages All
Labels All
Results 2,731 - 2,740 of 19,463 for

aws

(0.07 sec)
  1. تبدیل تصویر به GIF Python

    فرمت تصویر به GIF در Python کنید. با استفاده از Python تصویر به عنوان GIF ذخیره کنید....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.gif" , aw.saving.ImageSaveOptions(aw.SaveFormat.GIF))...

    products.aspose.com/words/fa/python-net/convers...
  2. تبدیل TEXT به JPG Python

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

    products.aspose.com/words/fa/python-net/convers...
  3. تبدیل JPG به PNG Python

    فرمت JPG به PNG در Python کنید. با استفاده از Python JPG به عنوان PNG ذخیره کنید....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.png" , aw.saving.ImageSaveOptions(aw.SaveFormat.PNG))...

    products.aspose.com/words/fa/python-net/convers...
  4. تبدیل JPG به GIF Python

    فرمت JPG به GIF در Python کنید. با استفاده از 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/fa/python-net/convers...
  5. تبدیل JPG به JPG Python

    فرمت JPG به JPG در Python کنید. با استفاده از Python JPG به عنوان JPG ذخیره کنید....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.jpg" , aw.saving.ImageSaveOptions(aw.SaveFormat.JPG))...

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

    在Python代碼HTML轉換為JPG使用Python將HTML保存為JPG。...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/zh-hant/python-net/co...
  7. Archivio

    Archivio...words as aw # This code example demonstrates...Create document object doc = aw.Document() # Create a document...

    blog.aspose.com/it/words/python-ms-word-automat...
  8. Travailler avec des images dans Python|Aspose.W...

    Créez et gérez des images de différents formats dans un document à l'aide de Python....document: doc = aw . Document () builder = aw . DocumentBuilder...spécifiées: doc = aw . Document () builder = aw . DocumentBuilder...

    docs.aspose.com/words/fr/python-net/working-wit...
  9. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportRoundtripInformation method. Specifies whether to write the roundtrip information when saving to HTML, MHTML or EPUB. Default value is true for HTML and false for MHTML and EPUB in C++....roundtrip information is exported as -aw-* CSS properties of the corresponding...Contains ( u "<div style= \" -aw-headerfooter-type:header-primary;...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. TextPath class | Aspose.Words for Python

    aspose.words.drawing.TextPath class. Defines the text and formatting of the text path (of a WordArt object)...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...