I am working on a web based application that generates documents with some data. I have a new feature in the document generator, you can paste an Atlassian Confluence (in our company we use this as wiki) link in a textbox and on save the content from this specific page will appear in the document.
1. Problem: I have no possibility to get row data from the API of Atlassian Confluence without CSS-Classes.
2. Problem: I use in the document generator Bootstrap 3 and Atlassian Confluence use some Bootstrap classes too. This means: The Atlassian Confluence stylesheet recolor and resize the element on my page and I cannot create a new stylesheet for the content from Confluence because there are some special things and I don’t have the time to do that.
Question: Is there any possibility or workaround to fix this problem with the options of ASP.NET and Razor?