Search found 5 matches

by Trevor
Fri Jul 20, 2018 8:51 pm
Forum: Feature Requests
Topic: Get GdPicture.NET as a (set of) NuGet packages
Replies: 25
Views: 39294

Re: Get GdPicture.NET as a (set of) NuGet packages

It's the year 2018 could we get a NuGet package for GdPicture.NET by now? It is a bit of a hassle for us as updates come out we have to grab the latest ones and change a bunch of things around. As for above non managed dlls it will still work, please see https://stackoverflow.com/questions/10198428/...
by Trevor
Mon Dec 04, 2017 8:43 pm
Forum: PDF
Topic: GdPicturePDF.DrawImage not drawing on coordinates after page rotate
Replies: 5
Views: 5266

Re: GdPicturePDF.DrawImage not drawing on coordinates after page rotate

All,

This issue has been figured out, thanks to Gabriella!

Need to call

Code: Select all

GdPicturePDF.NormalizePage()
and it work's just fine!


Thank You All!
by Trevor
Thu Nov 30, 2017 5:29 pm
Forum: PDF
Topic: GdPicturePDF.DrawImage not drawing on coordinates after page rotate
Replies: 5
Views: 5266

Re: GdPicturePDF.DrawImage not drawing on coordinates after page rotate

rotation is a pain to work with. You should yourself be aware of oGdPicturePdf.GetPageRotation() and project every coordinates, including GetRect on selection, etc... It is a pain, we use GetPageRotation() and GetRect() , but problem still exists. I am not sure what changed with this between the V9...
by Trevor
Thu Nov 30, 2017 4:37 pm
Forum: PDF
Topic: GdPicturePDF.DrawImage not drawing on coordinates after page rotate
Replies: 5
Views: 5266

Re: GdPicturePDF.DrawImage not drawing on coordinates after page rotate

Upon investigation, it seems that the GetPageWidth() and GetPageHeight() doesn't get updated when a page has been rotated according to https://www.gdpicture.com/guides/gdpicture/GdPicture.NET.14~GdPicture14.GdPicturePDF~GetPageWidth.html I may believe this is the issue we are seeing. As when the pag...
by Trevor
Wed Nov 29, 2017 7:45 pm
Forum: PDF
Topic: GdPicturePDF.DrawImage not drawing on coordinates after page rotate
Replies: 5
Views: 5266

GdPicturePDF.DrawImage not drawing on coordinates after page rotate

All, The company I work for has support with GdPicture, but I figured I would post here first in hopes to finding out a fix instead of creating a support ticket. We recently upgraded from V9 to GdPicture14.Net and so far so good! Recently we received a report that when user's rotate a page and then ...