Printly friendly pages

T

Todd Cary

I have a news letter produced by PageMaker that is normally put into PDF
format so the user can download it. However, I would like to have a
Printer Friendly version (no graphics). Is there a program that will do
this?

Todd
 
F

Foofy (formerly known as Spaghetti)

I have a news letter produced by PageMaker that is normally put into PDF
format so the user can download it. However, I would like to have a
Printer Friendly version (no graphics). Is there a program that will do

You could attach a print stylesheet to the HTML document that hides images
and fixes font sizes, etc. For instance, use this code to attach a print
stylesheet:

<link href="print-stylesheet.css" rel="stylesheet" type="text/css"
media="print">

And in the CSS file:

img { display: none; }
body { font-size: 12pt; }

....etc. For more information, see
<http://www.alistapart.com/articles/goingtoprint/>.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,902
Latest member
Elena68X5

Latest Threads

Top