Quantcast
Channel: SharePoint 2013 - General Discussions and Questions forum
Viewing all articles
Browse latest Browse all 26374

SharePoint 2013 printing Enhanced Rich Text

$
0
0

Can anyone offer any solutions to printing the contents of an Enhanced Rich Text field including the images?

SharePoint 2013 now allows Enhanced Rich Text to be captured and displayed in SharePoint Lists using the Rich Text Editor Web Part.

So the field contents will look something like:

<div>
  <p>This is a 
     <strong style="font-size: 13pt;">strong </strong>sentance</p>
  <p>
     <img src="/sites/mysite/SiteAssets/myPicture.jpg" alt="" style="margin: 5px; width: 423px;"/>&#160;</p>
</div>

This displays on screen in a SharePoint List Web Part with text and an image.

Now the question is how can I print this? SSRS 2012 placeholders can use “Interpret HTML tags as styles” but this will only handle the text. The img tag is stripped out.

I have thought about an SSRS Custom function using an External Assembly but this would mean interpreting the HTML fragment manually, somehow generating an image from this and somehow returning an image to SSRS (which I am not sure is even possible. Looks like no based on: http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/8a1d34d4-b6e7-4e8e-b2a2-1f328a5e6505).

Is there a third party solution?

Am I completely wrong because on the face of it, it looks like Microsoft have provided us with the front end Rich Text Editor Web Part, but nothing on the backend to print this!

Tags allowed in Enhanced Rich Text http://office.microsoft.com/en-us/windows-sharepoint-services-help/format-text-in-an-enhanced-text-field-HA010030824.aspx


Viewing all articles
Browse latest Browse all 26374

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>