My requirement is the ability to create a pdf file from a dynamic web-page (asp / c#). I need to have the ability to adjust the elements position (in the same way the one could use @media print to adjust the styling of the page and I cannot use anything that needs to be installed client-side.
Has anyone come across anything which can resolve this dilemma?
Edit: A lot of the solutions I am finding involve initiating code to place every element on the page (add.paragraph("blah") for example) but I need something which is more a snapshot of the page, but I can modify the positions of the elements and then save the pdf.