I'm currently trying to render a MVC view as pdf, my view is rendering but I have a few issues.
The contents does not fit the A4 PhantomFormat in that it is not filling the page. I have tried changing the height and width in the phantom type settings but no luck. Can contents be center aligned? This would be better than nothing.
Also the tab and pdf title are defaulting to the last string in the url being rendered. e.g. for http://test.com/pdf/dealer/8549 the title is 8549. How can I edit this?
Thanks