|
Rank: Advanced Member Groups: Member
Joined: 12/14/2018 Posts: 31
|
Hi Team, Observed that the footer is getting overlapped with Body content in some of the pages. Tested with latest version dlls, this was worked fine with 18.x version dlls. We used below options for Portrait.
Code: C#
op.PageSize = new SizeF(PdfPageSizes.Letter.Width, PdfPageSizes.Letter.Height);
op.OutputArea = new RectangleF(0.4f, 0.7f, 7.7f, 9.5f);
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi, We won't be able to tell you exactly what happened just because something worked in V18 but not in V19 since there have been numerous changes between the two versions. You can send us a test project with the problem and we should be able to find out the root cause for you: https://www.essentialobjects.com/forum/test_project.aspxThanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 12/14/2018 Posts: 31
|
Shared the sample data in order to replicate the issue to your support mail box, you can use our API call which was hosted on the app service by passing the shared content in request body.
The pdf generated was good with the prior to .97 build on March 20th.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
We have found the root of the problem. This will be fixed in our next build.
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
This is just to let you know that we have posted a new build that should resolve this issue. You can download the new build from our download page. Please take a look and let us know how it goes.
Thanks!
|
|