-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relative URL / CSS fixes #37
base: master
Are you sure you want to change the base?
Conversation
…ly mapping, but this works for short-term
Sorry for the late reply, but didn't had much time lately. Some thoughts:
I will make some refactoring to separate wkhtmltopdf wrapper from MVC code. Then supporting WebForms will be cleaner. |
Hey, I swapped to regex instead of adding a more replace lines, as I didn't HtmlAsPdf came along as a freeby when trying to add WebForms support for There's also an MVC4 version which references all the MVC3 files, just I can take a look at splitting WebForms support out to a separate Thanks for the feedback. I haven't done too much open-source stuff, and Cheers, On Tue, Aug 27, 2013 at 12:52 AM, Giorgio Bozio [email protected]:
|
Adds support for url( syntax in CSS, and also support for relative URLs is extended.
Adds support for PageAsPDF - Legacy WebForms implementation of ViewAsPdf.
Adds support for HtmlAsPDF - Raw String implementation of ViewAsPdf.
Rotativa.Demo\TestWebForms.aspx demonstrates use of PageAsPDF (also included in Index page)
Courtesy Deepend Sydney.