WMF file not positioned properly on creating PDF
When generating a PDF with a WMF image on it, the PDF image displays
2.5 inches above where it should be. I'm loading the file at run
time with LoadFromFile. This image has the default values except
MaintainAspectRatio=true and Stretch=True. A similarly placed JPG
does not exhibit this problem. I prefer using the WMF over the JPG as
it renders much better in the PDF.
Using RB 11.05 and Delphi 2009.
I have a very simple project exhibiting this behavior. If you need it,
let me know where to send.
Thanks,
Randy Threewits
--
2.5 inches above where it should be. I'm loading the file at run
time with LoadFromFile. This image has the default values except
MaintainAspectRatio=true and Stretch=True. A similarly placed JPG
does not exhibit this problem. I prefer using the WMF over the JPG as
it renders much better in the PDF.
Using RB 11.05 and Delphi 2009.
I have a very simple project exhibiting this behavior. If you need it,
let me know where to send.
Thanks,
Randy Threewits
--
This discussion has been closed.
Comments
Please send the example project in .zip format to
support@digital-metaphors.com and I'll take a look at it for you.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I sent the file. It includes a test8.PDF file that shows the problem.
--