Sort Score
Result 10 results
Languages All
Labels All
Results 5,301 - 5,310 of 42,868 for

shape

(0.05 sec)
  1. Փոխարկել JPG PDF Java

    Փոխարկեք JPG ը PDF ձևաչափի Java կոդով: Պահեք JPG որպես PDF օգտագործելով Java:...DocumentBuilder(doc); Shape shape = builder.insertImage("Input.jpg"); shape.getShapeRenderer()...

    products.aspose.com/words/hy/java/conversion/jp...
  2. Փոխարկել TEXT WORD Java

    Փոխարկեք TEXT ը WORD ձևաչափի Java կոդով: Պահեք TEXT որպես WORD օգտագործելով Java:...DocumentBuilder(doc); Shape shape = builder.insertImage("Input.txt"); shape.getShapeRenderer()...

    products.aspose.com/words/hy/java/conversion/te...
  3. Փոխարկել TEXT Պատկեր Java

    Փոխարկեք TEXT ը Պատկեր ձևաչափի Java կոդով: Պահեք TEXT որպես Պատկեր օգտագործելով Java:...DocumentBuilder(doc); Shape shape = builder.insertImage("Input.txt"); shape.getShapeRenderer()...

    products.aspose.com/words/hy/java/conversion/te...
  4. Several JPG Into TIFF C#

    Merge multiple JPG into TIFF in C# code. Save JPG as TIFF using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/jpg-to-tiff/
  5. Several JPG Into JPG C#

    Merge multiple JPG into JPG in C# code. Save JPG as JPG using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/jpg-to-jpg/
  6. Several Image Into GIF C#

    Merge multiple Image into GIF in C# code. Save Image as GIF using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/image-to-gif/
  7. Benefits of Aspose.Slides for .NET | products.a...

    Why Aspose.Slides for .NET is the best choice for working with presentations...support for 2D and 3D effects for shapes Another advantage of Aspose...supports 2D and 3D effects for shapes, such as shadows, reflections...

    products.aspose.com/slides/net/benefits/
  8. Convert DOC To PNG C++

    Convert DOC to PNG format in C++ code. Save DOC as PNG using C++....auto shape = builder->InsertImage(u"Input.doc"); shape->GetS...

    products.aspose.com/words/cpp/conversion/doc-to...
  9. Convert HTML To GIF C++

    Convert HTML to GIF format in C++ code. Save HTML as GIF using C++....auto shape = builder->InsertImage(u"Input.html"); shape->Get...

    products.aspose.com/words/cpp/conversion/html-t...
  10. Extract Text and Images from DOCX File Online a...

    Online DOCX file parser app. Python API code to extract images and text from DOCX document....stored in Shape nodes of Document object To select all Shape nodes...collections If Shape.has_image returns true. Use Shape.image_data...

    products.aspose.com/total/python-net/parse/docx/