Hi,
I have successfully created word to pdf , and inserted picture using
Dim shp As Aspose.Words.Drawing.Shape = builder.InsertImage(myimage)
However, the size of the inserted picture does not appear to be 100% of the original jpg picture, it seems to have streched it. How do i set the inserted picture to be 100% height and size ?
Also, i would like to assign a hyperlink to the inserted image. How would i go about this please ?
Many Thanks
Mark