Search found 3 matches

by shollyd
Wed Apr 15, 2020 6:01 pm
Forum: General discussions
Topic: DrawText not working correctly
Replies: 4
Views: 20135

Re: DrawText not working correctly

Not to get too far off subject here, but I am writing the code to convert to a tif first, then add the stamp (so I have more control over the text size), and I got everything to work fine, except when I save it, I only get one page. Dim originalimage As Integer = oGdPictureImaging.TiffCreateMultiPag...
by shollyd
Wed Apr 15, 2020 2:34 pm
Forum: General discussions
Topic: DrawText not working correctly
Replies: 4
Views: 20135

Re: DrawText not working correctly

Well, it may have very well have fixed my issue. Unfortunately, I get a "NormalizePage is not a member of GdPicturePDF" error. I imagine this is because we are still using GdPicture 10. While it is possible I can convince my company to upgrade, that doesn't help me in the short term. Unles...
by shollyd
Tue Apr 14, 2020 9:48 pm
Forum: General discussions
Topic: DrawText not working correctly
Replies: 4
Views: 20135

DrawText not working correctly

I am working with pdf documents, and I wrote an application for the folks in our document control to electronically 'stamp' the documents they received with a date. I essentially have used the sample in the DrawText (pdf) in the online documentation, except I use some math for dynamic positioning. F...