I have a report which contains a number of Text fields. Some of the fields in the database contain XHTML tags which are displayed OK in the web-based report viewer but are visible when the report is exported to PDF. I've tried changing the "Allow Html Tags" to true but that did not make any difference.
Is there another setting which will allow the text to exported correctly to a PDF without showing the HTML tags?
Here's an example of some of the XHTML formatted;
- Agency balance to clear / outstanding agency balances following migration from SUN in 2006, amounting to x debit balance and y credit balance. Origins of amounts being identified.
I hope there is an easy way to resolve this issue.
Thanks,
Phil
Reports exported to PDF display HTML tags
-
- Posts: 9
- Joined: Tue Jun 30, 2009 10:07 am
- Location: London, UK
Reports exported to PDF display HTML tags
Hi Phil,
Please see the complete list of supported HTML tags:
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+ //center, right, justify
//+
//+ & < > "
http://forum.stimulsoft.com/Default.asp ... =7263#7263
Did you see all types of HTML tags in the resulted pdf file?
Also please inform us about version of the Stimulsoft Reports you are using.
Thank you.
Please see the complete list of supported HTML tags:
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+
//+ //center, right, justify
//+
//+ & < > "
http://forum.stimulsoft.com/Default.asp ... =7263#7263
Did you see all types of HTML tags in the resulted pdf file?
Also please inform us about version of the Stimulsoft Reports you are using.
Thank you.
-
- Posts: 9
- Joined: Tue Jun 30, 2009 10:07 am
- Location: London, UK
Reports exported to PDF display HTML tags
I am using v 2009.1.1400 (14/04/2009).
The tags are being automatically inserted by rich text fields on an InfoPath form - which is the current data-entry form for this database system. It looks like I will have to strip out the tags...
Thanks
Phil
The tags are being automatically inserted by rich text fields on an InfoPath form - which is the current data-entry form for this database system. It looks like I will have to strip out the tags...
Thanks
Phil
-
- Posts: 9
- Joined: Tue Jun 30, 2009 10:07 am
- Location: London, UK
Reports exported to PDF display HTML tags
I've solved the issue in a roundabout way.
My import code scans through the InfoPath XML file but I was using the InnerXML property of each node, which contains XHTML tags. I've changed the code to use the InnerText property instead, which does not contain XHTML tags.
Sorted...
Thanks for you reply and suggestion.
Phil
My import code scans through the InfoPath XML file but I was using the InnerXML property of each node, which contains XHTML tags. I've changed the code to use the InnerText property instead, which does not contain XHTML tags.
Sorted...
Thanks for you reply and suggestion.
Phil