Create pdf documents within an asp .net mvc project by generating your views as normal but returning a PdfActionResult. This converts regular produced razor/html to pdf documents in the browser using the iTextXmlWorker.
I've had a problem trying to include a css file but i gave up on it and just write the css in a style tag. Doing so, i've been having a problem trying to rotate a table but keep the rest of the layout as it is, is css transform supported or just more simple css? Thanks in advance
I've had a problem trying to include a css file but i gave up on it and just write the css in a style tag. Doing so, i've been having a problem trying to rotate a table but keep the rest of the layout as it is, is css transform supported or just more simple css? Thanks in advance