Welcome Guest Search | Active Topics | Sign In | Register

Upgrading from EO pdf 2015 to 2016 Options
Atlas Computer Systems
Posted: Wednesday, April 27, 2016 10:35:35 AM
Rank: Newbie
Groups: Member

Joined: 10/23/2015
Posts: 2
We produce a number of pdfs using HtmlToPdf using version 15.1.70.4 of EO Base PDF and PDF MVC.

Due to a bug in that version which prevented multiple instances from running on the same server (http://www.essentialobjects.com/Forum/postsm39138_SystemException-Child-process-not-ready-nWaitResult--1.aspx) as advised in that thread we have upgraded to the latest version 16.0.63.0.

However this has broken our previously working code. We are setting page size using
Code: C#
HtmlToPdf.Options.PageSize = new SizeF(new SizeF(11.0f, 8.5f));


which before resulted in an A4 landscape pdf however now they are all portrait regardless of the above setting?

Also merging documents sometimes is resulting in garbage data. Words are jumbled?

eo_support
Posted: Wednesday, April 27, 2016 11:02:43 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,067
Hi,

Can you try to isolate the problem into a test project and send the test project to us? We tested the landscape issue and it works fine here.

See here for more information on how to send the test project to us:

http://www.essentialobjects.com/forum/test_project.aspx

For the merging, you can send the source PDFs that are causing the problem.

Thanks!
Casey Pechet
Posted: Tuesday, May 3, 2016 12:30:22 PM
Rank: Newbie
Groups: Member

Joined: 11/3/2015
Posts: 4
[quote=

However this has broken our previously working code. We are setting page size using
Code: C#
HtmlToPdf.Options.PageSize = new SizeF(new SizeF(11.0f, 8.5f));


which before resulted in an A4 landscape pdf however now they are all portrait regardless of the above setting?

[/quote]

I too am experiencing this very issue.

Thanks
eo_support
Posted: Tuesday, May 3, 2016 12:37:03 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,067
Casey Pechet wrote:
I too am experiencing this very issue.


Please do not post in multiple threads for the same issue. We have already replied both your email and your original post.
Casey Pechet
Posted: Tuesday, May 3, 2016 12:48:53 PM
Rank: Newbie
Groups: Member

Joined: 11/3/2015
Posts: 4
Yes, of course. I apologize.

Thanks and sorry


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.