Printing Monthly Calendar from Gallery2

thomasdog

Joined: 2006-03-22
Posts: 34
Posted: Mon, 2006-04-03 11:53

Gallery 版本 = 2.1-rc-1a 核心 1.0.28
PHP版本 = 5.1.2 apache2handler
伺服器 = Apache/2.2.0 (Win32) PHP/5.1.2
資料庫 = mysql 5.0.18-nt-log
工具 = Exif, Getid3, Thumbnail, Gd, ImageMagick, NetPBM, SquareThumb, Ffmpeg
作業系統 = Windows NT RAID2 5.1 build 2600
瀏覽程式 = Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1

I host some monthly calendar on my site in 1024 X 1024 resolution. That is the best resolution I tested so that if you right click on the picture and choose print. It will print nicely on an A4 size paper.
I though that is easy enough. It turn out that user that choose file --> print, print out the whole page with image block and part of the calendar. People with IE 5.0 don't have this option when right click. People with Firefox don't have it either. Some of them save the image and print with ACDsee and complain the image is too small.

My question is how to print something easily and nicely from the browser to A4 or A3 size paper.

Login or register to post comments
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8600
Posted: Mon, 2006-04-03 15:39

how about a custom css file for "print" media that sets display:none for things you don't want printed?

Login or register to post comments
thomasdog

Joined: 2006-03-22
Posts: 34
Posted: Tue, 2006-04-04 11:12

Thank you mindless. I don't think I have the ability to write a css file. Any easier solution?

Login or register to post comments
keithff45

Joined: 2009-09-15
Posts: 1
Posted: Tue, 2009-09-15 11:40

yes a css will be great, but you can tailor make a software using some language that formats your copy paper, you can also add up options using the MS Office, but if you are continuously needing this option its better to build a small application, might take only about 2 hrs time

Login or register to post comments