Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 19,479 for

aws

(0.78 sec)
  1. Преобразуване На HTML В GIF Python

    Преобразувайте HTML във GIF формат в код Python Запазете HTML като GIF с помощта на Python....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/bg/python-net/convers...
  2. Преобразуване На JPG В Образ Python

    Преобразувайте JPG във Образ формат в код Python Запазете JPG като Образ с помощта на Python....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.jpg" , aw.saving.ImageSaveOptions(aw.SaveFormat.JPG))...

    products.aspose.com/words/bg/python-net/convers...
  3. Преобразуване На JPG В JPG Python

    Преобразувайте JPG във JPG формат в код Python Запазете JPG като JPG с помощта на Python....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.jpg" , aw.saving.ImageSaveOptions(aw.SaveFormat.JPG))...

    products.aspose.com/words/bg/python-net/convers...
  4. Გადაიყვანეთ Გამოსახულება SVG Python

    გადაიყვანეთ Გამოსახულება SVG Python ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც SVG Python....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.svg" , aw.saving.ImageSaveOptions(aw.SaveFormat.SVG))...

    products.aspose.com/words/ka/python-net/convers...
  5. Convertiți JPG În BMP Python

    Convertiți JPG formatul în BMP în Python codul Salvați JPG ca BMP utilizând Python....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.bmp" , aw.saving.ImageSaveOptions(aw.SaveFormat.BMP))...

    products.aspose.com/words/ro/python-net/convers...
  6. Преобразуване На JPG В TIFF Python

    Преобразувайте JPG във TIFF формат в код Python Запазете JPG като TIFF с помощта на Python....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.tiff" , aw.saving.ImageSaveOptions(aw.SaveFormat.TIFF))...

    products.aspose.com/words/bg/python-net/convers...
  7. Convertiți JPG În PNG Python

    Convertiți JPG formatul în PNG în Python codul Salvați JPG ca PNG utilizând Python....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.png" , aw.saving.ImageSaveOptions(aw.SaveFormat.PNG))...

    products.aspose.com/words/ro/python-net/convers...
  8. Convertiți HTML În PNG Python

    Convertiți HTML formatul în PNG în Python codul Salvați HTML ca PNG utilizând Python....as aw doc = aw.Document( "Input.html" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.PNG) for page in range (doc...

    products.aspose.com/words/ro/python-net/convers...
  9. ChartFormat.shapeType property | Aspose.Words f...

    ChartFormat.shapeType property. Gets or sets the shape type of the parent chart element....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ImageSaveOptions.page_set property | Aspose.Wor...

    ImageSaveOptions.page_set property. Gets or sets the pages to render... doc = aw . Document () builder = aw . DocumentBuilder...' ) builder . insert_break ( aw . BreakType . PAGE_BREAK ) builder...

    reference.aspose.com/words/python-net/aspose.wo...