rmday1234 Posted December 6, 2003 Posted December 6, 2003 Is there a way to make the catalog have Printer Friendly Pages? I would like to be able to print my catalog? Anyone? Thanks, Richard
Guest Posted December 29, 2003 Posted December 29, 2003 There are contributions to have a PDF catalogue download, and another that will make a PFD fact sheet per product. do a search for 'PDF' or factsheet, or printable in the contributions area. I'm using both of them!
radders Posted January 1, 2004 Posted January 1, 2004 Just a thought but it may be possible to use the stylesheet. I believe html offers some support for printing via the stylesheet and is moving towards improving support of print formatting 2003-12-18: The CSS Working Group has released two Last Call Working Drafts, parts of the Cascading Style Sheets (CSS) language. Comments are welcome through 31 January 2004. The CSS3 Paged Media Module adds pagination, page margins, headers and footers, footnotes and endnotes, and cross-references with page numbers. The CSS Print Profile works with XHTML-Print for printing to low-cost devices. Visit the CSS home page. (News archive) from w3.org
paulm2003 Posted January 1, 2004 Posted January 1, 2004 it may be possible to use the stylesheet. If the page outputs what you want to print, you can alter the looks of it using a special stylesheet (i.e. "stylesheet-print.css") which contains printing styles. <link rel="stylesheet" type="text/css" href="stylesheet-print.css" media="print"> Depends on the HTML code how much you can do. But you can always for example change fonts, font-sizes, colors, hide things (shows on the screen but not on the printer or the other way around). If you use smart & clean HTML and total CSS layout you can change about everything.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.