Bubi
Bubi
DbFirst has some issues on JetEntityFrameworkProvider. Have you tried .Net Core provider?
Decimal type has an issue with Jet. If I remember it works only with US-EN culture (otherwise it misses the decimal point).
The latest version (check Include prerelease in NuGet) should be compiled for AnyCPU
I solved the same issue using 6.1.5-rc3 6.2.0 is for EF 6.2
I can't find the original post. If you post it again I will take care to help you asap. Sorry if I can't help you before but DBFirst is working...
The code does not work for all files. You could start comparing the results of other softwares (on line) and see if the can extract data. Then you can tailor...
The first transformation is from the pdf guide. About second question, 0 as page rotation means no rotation. I prefere to have the origin in upper left corner while pdf...
you could swap the two rotations. 0 => y 180 => 800 - y But then I think that you'll find several things not working (the other functions expects that...
c - y c is from my pdf. The condition to determine c is c -y > 0 and it is used for rendering (debug) so it can't be 1000000...
c means a literal a constant. Yes, send me your pdf. I can have a look...