bad practice to create 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. is it a good practice to set up a page just for printing? and if not, is it at least better than putting out a ugly .pdf?
I could also use the CSS inline so that if they wanted to download it and open it they could.