Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Font Size Limit


Message #1 by "Lam Nguyen" <lamn@d...> on Mon, 21 Oct 2002 19:49:17
I'm trying to write a web application that will generate name tags from a 
list of names. The problem is that the name tags have to be fairly large 
and I'm running into what appears to be a limit on how big I can print 
things in html. Is there a way around this? 

I've taken a look at several ASP components that let you write out text as 
images (along with a bunch of other functions) and that would solve the 
problem; is this a fairly simple thing to do? I'd rather write the 
component myself, but I don't know how to get started (I have zero 
experience with graphics). 

Thanks in advance for any pointers you guys have.

-Lam
Message #2 by "Ken Schaefer" <ken@a...> on Tue, 22 Oct 2002 13:00:23 +1000
How "big" is big?

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Lam Nguyen" <lamn@d...>
Subject: [asp_web_howto] Font Size Limit


: I'm trying to write a web application that will generate name tags from a
: list of names. The problem is that the name tags have to be fairly large
: and I'm running into what appears to be a limit on how big I can print
: things in html. Is there a way around this?
:
: I've taken a look at several ASP components that let you write out text as
: images (along with a bunch of other functions) and that would solve the
: problem; is this a fairly simple thing to do? I'd rather write the
: component myself, but I don't know how to get started (I have zero
: experience with graphics).
:
: Thanks in advance for any pointers you guys have.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Message #3 by "Lam Nguyen" <lamn@d...> on Tue, 22 Oct 2002 16:42:06
The name has to pretty much take up an entire sheet of paper in landscape 
orientation...

  Return to Index