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?