I use the following code to place a fake footing on a scanned to pdf document.
Dim footer As String = "Scanned Date/Time: " & Now & " FileName: " & ShortDocName & " Scanned By: " & frmMain.lblUser.Text
Imaging.DrawText(footer, DateNamePosX, DateNamePosY, DateNameFontSize)
When I try it on the clients machine or one of mine without visual studio, fake footing does not appear in the document.
I copied the dll's and ocx to the system32 directory and registered then gdpicturepro5.ocx and gdpicturepro5s.ocx.
What else should I do.
Bob
