Sort Score
Result 10 results
Languages All
Labels All
Results 6,421 - 6,430 of 50,428 for

shape

(0.24 sec)
  1. Გადაიყვანეთ DOC Გამოსახულება C++

    გადაიყვანეთ DOC Გამოსახულება C++ ფორმატში კოდით. შეინახეთ DOC როგორც Გამოსახულება C++....auto shape = builder->InsertImage(u"Input.doc"); shape->GetS...

    products.aspose.com/words/ka/cpp/conversion/doc...
  2. Გადაიყვანეთ DOC PNG C++

    გადაიყვანეთ DOC PNG C++ ფორმატში კოდით. შეინახეთ DOC როგორც PNG C++....auto shape = builder->InsertImage(u"Input.doc"); shape->GetS...

    products.aspose.com/words/ka/cpp/conversion/doc...
  3. Გადაიყვანეთ HTML GIF C++

    გადაიყვანეთ HTML GIF C++ ფორმატში კოდით. შეინახეთ HTML როგორც GIF C++....auto shape = builder->InsertImage(u"Input.html"); shape->Get...

    products.aspose.com/words/ka/cpp/conversion/htm...
  4. Փոխարկել TEXT JPG C++

    Փոխարկեք TEXT ը JPG ձևաչափի C++ կոդով: Պահեք TEXT որպես JPG օգտագործելով C++:...auto shape = builder->InsertImage(u"Input.txt"); shape->GetS...

    products.aspose.com/words/hy/cpp/conversion/tex...
  5. Გადაიყვანეთ DOC JPG C++

    გადაიყვანეთ DOC JPG C++ ფორმატში კოდით. შეინახეთ DOC როგორც JPG C++....auto shape = builder->InsertImage(u"Input.doc"); shape->GetS...

    products.aspose.com/words/ka/cpp/conversion/doc...
  6. IDocumentPartSavingCallback | Aspose.Words for ...

    Implement this interface if you want to receive notifications and control how Aspose.Words saves document parts when exporting a document to SaveFormat.HTML or SaveFormat.EPUB format in Java....format("{0} shape {1}, of type {2}.{3}", mOutFileName...= MessageFormat.format("{0} shape {1}, of type {2}.{3}", mOutFileName...

    reference.aspose.com/words/java/com.aspose.word...
  7. Missing most of the shapes after importing a fi...

    After importing vsd to vsdx, only some lines import and most of the Shapes are missing. vsd file in question and screenshot of an issue: missing Shapes.zip (482.7 KB) The file was converted using this part of code: F…...Missing most of the shapes after importing a file Aspose.Diagram...lines import and most of the shapes are missing. vsd file in question...

    forum.aspose.com/t/missing-most-of-the-shapes-a...
  8. Convert JPG To SVG Python

    Convert JPG to SVG format in Python code. Save JPG as SVG using Python....DocumentBuilder(doc) shape = builder.insert_image( "Input.jpg" ) shape.get_shape_renderer()...DocumentBuilder(doc) shape = builder.insert_image("Input.jpg") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  9. Convert JPG To TIFF Javascript

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

    products.aspose.com/words/nodejs-net/conversion...
  10. Convert JPG To PNG Javascript

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

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