andyhutch77 / MvcRazorToPdf

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.
125 stars 105 forks source link

CSS #53

Open SergioReis97 opened 7 years ago

SergioReis97 commented 7 years ago

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