Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have some dynamic pages that make calls to databases that generate HTML on the fly that is displayed on the page using
@Html.Raw(strResults);
where strResults is a string variable containing HTML.
How do I use PDF Creator to display the content in a printable format?
Thanks
I believe this may give you some pointers.
https://our.umbraco.org/projects/website-utilities/pdf-creator/misc/54387-Headings-on-web-page-not-produced-in-PDF-output#comment-249506
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Using PDF Creator with content that is shown using @Html.Raw()
I have some dynamic pages that make calls to databases that generate HTML on the fly that is displayed on the page using
@Html.Raw(strResults);
where strResults is a string variable containing HTML.
How do I use PDF Creator to display the content in a printable format?
Thanks
I believe this may give you some pointers.
https://our.umbraco.org/projects/website-utilities/pdf-creator/misc/54387-Headings-on-web-page-not-produced-in-PDF-output#comment-249506
is working on a reply...