Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 50,298 for

shapes

(0.17 sec)
  1. Merge JPG to PDF in Python | products.aspose.com

    Merge JPG to PDF in Python. Use Python library API to combine JPG and PDF... shapes . add_picture_frame(slides...Bitmap( "image2.jpg" )) slide . shapes . add_picture_frame(slides...

    products.aspose.com/slides/python-net/merge/jpg...
  2. Merge Image to PDF in Python | products.aspose.com

    Merge Image to PDF in Python. Use Python library API to combine Image and PDF... shapes . add_picture_frame(slides...Bitmap( "image2.png" )) slide . shapes . add_picture_frame(slides...

    products.aspose.com/slides/python-net/merge/ima...
  3. Merge TIFF to PDF in Python | products.aspose.com

    Merge TIFF to PDF in Python. Use Python library API to combine TIFF and PDF... shapes . add_picture_frame(slides...Bitmap( "image2.tiff" )) slide . shapes . add_picture_frame(slides...

    products.aspose.com/slides/python-net/merge/tif...
  4. Merge PNG to PDF in Python | products.aspose.com

    Merge PNG to PDF in Python. Use Python library API to combine PNG and PDF... shapes . add_picture_frame(slides...Bitmap( "image2.png" )) slide . shapes . add_picture_frame(slides...

    products.aspose.com/slides/python-net/merge/png...
  5. Convert Visio to Pdf, Image and other formats.|...

    Convert Visio files to Visio, PDF, CSV, JPG, HTML, BMP, PNG, EMF, SVG, TIFF, XPS and more....To Other Files Working with Shapes Working with Images...

    docs.aspose.com/diagram/java/convert-diagram-to...
  6. Advanced Text Extraction from Presentations on ...

    Quickly extract text from PowerPoint and OpenDocument presentations using Aspose.Slides for Android via Java. Follow our simple, step-by-step guide to save time....to extract text from all the shapes on all the slides in a presentation...getText - The text on the slide’s shapes ISlideText.getMasterText -...

    docs.aspose.com/slides/androidjava/extract-text...
  7. Advanced Text Extraction from Presentations in ...

    Quickly extract text from PowerPoint and OpenDocument presentations using Aspose.Slides for PHP via Java. Follow our simple, step-by-step guide to save time....to extract text from all the shapes on all the slides in a presentation...getText - The text on the slide’s shapes SlideText.getMasterText - The...

    docs.aspose.com/slides/php-java/extract-text-fr...
  8. Several JPG Into BMP C++

    Merge multiple JPG into BMP in C++ code. Save JPG as BMP using C++.... std::vector<SharedPtr<Shape>> shapes; for ( const auto & fileName...{ auto shape = builder-> InsertImage (fileName); shapes. push_back...

    products.aspose.com/words/cpp/merge/jpg-to-bmp/
  9. Several Image Into PNG C++

    Merge multiple Image into PNG in C++ code. Save Image as PNG using C++.... std::vector<SharedPtr<Shape>> shapes; for ( const auto & fileName...{ auto shape = builder-> InsertImage (fileName); shapes. push_back...

    products.aspose.com/words/cpp/merge/image-to-png/
  10. Several JPG Into GIF C++

    Merge multiple JPG into GIF in C++ code. Save JPG as GIF using C++.... std::vector<SharedPtr<Shape>> shapes; for ( const auto & fileName...{ auto shape = builder-> InsertImage (fileName); shapes. push_back...

    products.aspose.com/words/cpp/merge/jpg-to-gif/