Satishpethani92 / alivepdf

Automatically exported from code.google.com/p/alivepdf
0 stars 0 forks source link

AlivePdf 1.5 Beta - placeImage Issue + fix #147

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
placeImage doesn't draw the image at the right x,y.

here is a quick fix :
PDF.as line 3474 
xPos = x*k;
yPos =  (currentPage.h-(y+height))*k ;

Original issue reported on code.google.com by dubois.q...@gmail.com on 31 Jul 2009 at 4:27