Creating reports and dashboards | Stimulsoft community forum
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
Aleksey wrote:The MetaTags collection is for internal report use only and isn't transmitted anywhere else.
I'm sorry I mixed this up with something else, What I'm trying to do is add custom XMP simple value to the PDF, but I realize that it's not supported, right?
2.
Aleksey wrote:It's a right behaviour. What are you expecting to get?
I would expect the string not beeing duplicated and not with the quotationmarks.
So it would be Test1; Test2; Test3 and not "Test1; Test2; Test3"; "Test1; Test2; Test3"
JockeD wrote:What I'm trying to do is add custom XMP simple value to the PDF, but I realize that it's not supported, right?
Yes.
JockeD wrote:I would expect the string not beeing duplicated and not with the quotationmarks.
So it would be Test1; Test2; Test3 and not "Test1; Test2; Test3"; "Test1; Test2; Test3"