Sort Score
Result 10 results
Languages All
Labels All
Results 7,901 - 7,910 of 50,452 for

shape

(1.62 sec)
  1. Փոխարկել HTML JPG Python

    Փոխարկեք HTML ը JPG ձևաչափի Python կոդով: Պահեք HTML որպես JPG օգտագործելով Python:...DocumentBuilder(doc) shape = builder.insert_image("Input.html") shape.get_shape_renderer()...

    products.aspose.com/words/hy/python-net/convers...
  2. Փոխարկել JPG DOCX Python

    Փոխարկեք JPG ը DOCX ձևաչափի Python կոդով: Պահեք JPG որպես DOCX օգտագործելով Python:...DocumentBuilder(doc) shape = builder.insert_image("Input.jpg") shape.get_shape_renderer()...

    products.aspose.com/words/hy/python-net/convers...
  3. 将 PDF 转换为不同的图像格式在 C#|Aspose.PDF for .NET

    本主题向您展示如何使用 Aspose.PDF 将 PDF 转换为各种图像格式,例如 TIFF、BMP、EMF、JPEG、PNG、GIF、SVG,只需几行代码。... Default , Shape = Aspose . Pdf . Devices . ShapeType...Devices . ColorDepth . Default , Shape = Aspose . Pdf . Devices . ShapeType...

    docs.aspose.com/pdf/zh/net/convert-pdf-to-image...
  4. 在 PHP 中将 PowerPoint 演示文稿转换为视频|Aspose.Slides for...

    了解如何使用 Aspose.Slides for PHP 将 PowerPoint 演示文稿转换为视频。探索示例代码和自动化技术,以简化您的工作流程。...Fly In Float In Split Wipe Shape Wheel Random Bars Grow & Turn...Fly Out Float Out Split Wipe Shape Random Bars Shrink & Turn Zoom...

    docs.aspose.com/slides/zh/php-java/convert-powe...
  5. Trying to create a word-like text box in PDF - ...

    Hi, I’m trying to create a word-like text box in a PDF document. I was able to do it in a Word file (using aspose of course), but don’t know how to do it in PDF. This text box needs to have a small picture, a text and …...of its attributes Shape textBox = new Shape(doc, ShapeType.TEXT_BOX);...

    forum.aspose.com/t/trying-to-create-a-word-like...
  6. Convert TEXT To JPG Javascript

    Convert TEXT to JPG format in JavaScript code. Save TEXT as JPG using JavaScript....DocumentBuilder(doc) shape = builder.insertImage("Input.txt") shape.getShapeRenderer()...

    products.aspose.com/words/nodejs-net/conversion...
  7. Convert HTML To Markdown Javascript

    Convert HTML to Markdown format in JavaScript code. Save HTML as Markdown using JavaScript....DocumentBuilder(doc) shape = builder.insertImage("Input.html") shape.getShapeRenderer()...

    products.aspose.com/words/nodejs-net/conversion...
  8. Convert JPG To DOC Javascript

    Convert JPG to DOC format in JavaScript code. Save JPG as DOC using JavaScript....DocumentBuilder(doc) shape = builder.insertImage("Input.jpg") shape.getShapeRenderer()...

    products.aspose.com/words/nodejs-net/conversion...
  9. Convert WORD To HTML Javascript

    Convert a Word document to HTML format in JavaScript code. Save a Word document as HTML using JavaScript....DocumentBuilder(doc) shape = builder.insertImage("Input.docx") shape.getShapeRenderer()...

    products.aspose.com/words/nodejs-net/conversion...
  10. Convert Word, PDF And Many Other File Formats U...

    Convert documents programmatically in JavaScript between various file formats: DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG and many more....DocumentBuilder(doc) shape = builder.insertImage("Input.docx") shape.getShapeRenderer()...

    products.aspose.com/words/nodejs-net/conversion/