Frequently Asked Question:
Inverted image - AddImageFromFile and DrawImage
I am trying to code a piece of logic to add page header and page footer with a picture. But I found some PDF generated from Crystal Report XI, the inserted image will be inverted (flip vertically, in mirror), some PDF generated by other 3rd party PDF creator is acting normally. Who can give me advise on this?
The major PDF source is Crystal Report, so I have to inverted my images to cater the situation, and my question is I would like to keep one copy of image - not keep one for inverted, one for in normal not-inverted. How can I revert the image back to normal in non-Crystal Report PDF?
Can you post a sample PDF from Crystal and the other 3rd party tool along with a snippet of the code you are using to create the header / footer as well as a normal un-inverted image.
If I can reproduce the problem then I may be able to offer more ideas.