I have a page with a url like this:
/beregner.aspx?Materiale=GROUP31&Design=&Farve=GROUP82&d=10&w=
I would like to generate a PDF from this page, so I added &pdf=true to the URL like this:
/beregner.aspx?Materiale=GROUP31&Design=&Farve=GROUP82&d=10&w=&pdf=true
Dynamicweb generates a PDF as requested but throws away all the other query parameters. Why? And how do I fix it?