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

aws

(0.08 sec)
  1. המר TEXT ל JPG Javascript

    המר את הפורמט TEXT ל JPG בקוד JavaScript שמור את TEXT בתור JPG באמצעות JavaScript....const aw = require( '@aspose/words' ); var doc = new aw.Document(...const aw = require('@aspose/words'); var doc = new aw.Document("Input...

    products.aspose.com/words/he/nodejs-net/convers...
  2. LoadOptions.convert_metafiles_to_png property |...

    LoadOptions.convert_metafiles_to_png property. Gets or sets whether to convert metafile(Wmf or Emf) images to Png image format.... doc = aw . Document () shape = aw . drawing . Shape...Shape ( doc , aw . drawing . ShapeType . IMAGE ) shape . image_data...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Stroke.backColor property | Aspose.Words for No...

    Stroke.backColor property. Gets or sets the background color of the stroke....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...
  4. ShapeBase.isLayoutInCell property | Aspose.Word...

    ShapeBase.isLayoutInCell property. Gets or sets a flag indicating whether the shape is displayed inside a table or outside of it....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. TEXT को GIF Python में बदलें

    Python कोड TEXT को GIF प्रारूप में बदलें। सहेजें TEXT के रूप में GIF का उपयोग कर Python ।...as aw doc = aw.Document( "Input.txt" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.GIF) for page in range (doc...

    products.aspose.com/words/hi/python-net/convers...
  6. PDF को GIF Python में बदलें

    Python कोड PDF को GIF प्रारूप में बदलें। सहेजें PDF के रूप में GIF का उपयोग कर Python ।...as aw doc = aw.Document( "Input.pdf" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.GIF) for page in range (doc...

    products.aspose.com/words/hi/python-net/convers...
  7. छवि को PNG Python में बदलें

    Python कोड छवि को PNG प्रारूप में बदलें। सहेजें छवि के रूप में PNG का उपयोग कर Python ।...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.png" , aw.saving.ImageSaveOptions(aw.SaveFormat.PNG))...

    products.aspose.com/words/hi/python-net/convers...
  8. HTML को GIF Python में बदलें

    Python कोड HTML को GIF प्रारूप में बदलें। सहेजें 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/hi/python-net/convers...
  9. HTML को PNG Python में बदलें

    Python कोड HTML को PNG प्रारूप में बदलें। सहेजें HTML के रूप में PNG का उपयोग कर 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/hi/python-net/convers...
  10. JPG को GIF Python में बदलें

    Python कोड JPG को GIF प्रारूप में बदलें। सहेजें JPG के रूप में GIF का उपयोग कर Python ।...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.gif" , aw.saving.ImageSaveOptions(aw.SaveFormat.GIF))...

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