Hello,
As I am not able to generate required formatted output using PDF feature of ImageEn...
I am using PowerPDF to generate PDF documents that contain text as well as many thumbnails of images. The size of Image control for PowerPDF is set to 100 width and height.
I am loading images programmatically using ImageEn.
Here is the download link to a sample PDF generated using PowerPDF.
https://www.dropbox.com/s/9uv23kqql7qr3c7/projectdetails.pdf?dl=0
Code snippet that I am using to load Image in PowerPDF Image Control
ieTemp.Proc.Resample(150, -1, TResampleFilter(0));
pdfImageR1C2.Picture.Assign(ieTemp.Bitmap);
Please help solve this problem. I have tried in every way to get better output but have not been able to get it.
TIA
Yogi Yang