Re: Use pdf as background for form



"TD" <dlee@xxxxxxxxxxx> wrote in message
news:a9d6210a-2718-4bcf-a106-d4fb545ad258@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

OK, I found an easy way to convert the pdf to bitamp and have a TImage
control on my form and this works great. The next question is...what
is the best way to print the original pdf file and overlay my data?

The obvious way would be to blit the bitmap to a printer canvas and draw
your data on top of that before allowing it to print.

Your current bitmap being at screen resolution, you'd probably want to
convert the PDF again, this time at printer resolution.

That's the obvious way. There may be a better way that I don't know of.

Groetjes,
Maarten Wiltink


.