You are not logged in.
I have got around 1000 images in one single folder.
I am trying to get their thumbnails to print like http://s3.postimg.org/dj4witwk3/2015_11_23_213907.jpg
But I am getting only image per line instead of multiple images on the same line.
Here is the main code that I am using for inserting image in PDF
LL := Col * 2500;
Bmp.Assign(ieTemp.Bitmap);
DrawBMP(Bmp,LL,50,FileName)
Col := Col +1;
What mistake am I making here?
TIA
Yogi Yang
Offline
Sorry folks, I forgot to mention that I am using SQLite3Pages for generating PDF.
TIA
Yogi Yang
Offline