Mobile app version of vmapp.org
Login or Join
Deb1703797

: Is there an advantage to using HTML versus PDF for printable product information? I want to create a printable informational sheet for the products on my website. I have over 1000 different

@Deb1703797

Posted in: #Html #Pdf #Print #UserInput

I want to create a printable informational sheet for the products on my website. I have over 1000 different products. Each product has a product page and each product page needs a link which will display the product's info sheet and offer an easy print option.

Some factors are:


Info sheets will contain product specific info which will come from a database.
Info sheets may include product specific images, stored on the web server.
Info sheets will contain info that is user specific (supplied by form fields).
We are considering emailing a copy of the info sheets.
Info sheets will display the company logo and simple design elements.


I have lots of reasons to use HTML:


Less CPU intensive on server
No need to save or delete files
Can be shown directly in emails
Can be formatted with the same css as my website
Versions automatically change as the database changes.
Less cumbersome to view and download


I don't have as many reasons to use PDF:


Widely accepted standard.
Files can be saved by the client easily.
Files can be shared.


HTML looks like the way to go, but this is new territory for me. Are there other compelling reasons to use one over the other?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Deb1703797

1 Comments

Sorted by latest first Latest Oldest Best

 

@Candy875

Other then the factors you have already stated I would say it mainly depends on what you expect people will do with the printable version of your productinformation: If they will mainly just print them out then will most likely be the best option. If you think people will want to safe them and send them around I guess a PDF would be superior for obivous reasons. Of course people could just as easy send the link to an html version around to others, so to my mind for something like this an html version with a solid print stylesheet is propably the better option. Though I guess this is still not really as "compelling" a reason as you may have been looking for.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme