Pros and cons of creating a print friendly page to remove the use of pdfs?
- by Phil
the company I work for has a one page invoice that uses the library tcpdf. they wanted to do some design changes that I found are just incredibly difficult for setting up in .pdf format.
Using html/css I could easily create the page and have it print very nicely, but I have a feeling that I am over looking something. What are the pros and cons of setting up a page just for printing? What are the pros and cons of putting out a .pdf?
I could also use the CSS inline so that if they wanted to download it and open it they could.