This is a discussion on Re: [PHP] Re: pdf information.. within the PHP General forums, part of the PHP Programming Forums category; Sven, thanks for the info! "sven" <svenie@gmx.li> wrote in message news:<20030716101807.59042....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Sven, thanks for the info!
"sven" <svenie@gmx.li> wrote in message news:<20030716101807.59042.qmail@pb1.pair.com>... > a pdf-page can have almost every format you want. > > originally you work with postscript-dots, where 72 dots are 1 inch. > it's easy from that point to calculate from metric system, where 1 > inch is 2.54 cm or 25.4 mm. > > with this in mind you can exactly define the height and width of your > pdf-page. i suggest you use one of the ready-made pdf-php-classes. > > ciao SVEN > > "Louie Miranda" <louie@axishift.ath.cx> schrieb im Newsbeitrag > news:001701c34b6c$21b11370$020119ac@ADMMGMTWS... > > Hello, > > > > I have been given a task to generate a business card program over > > the web. The option that i can think of it to make it easier is > > generate a pdf > based > > on the user's experience over my preview program on the web. > > > > Now im wondering does pdf have those image resolution size? I mean > > on > image > > you can specify 100x100 pixels and make the resolution into 300dpi. > > How about pdf? > > > > -- > > Thank you, > > Louie Miranda (louie@axishift.ath.cx) > > > > > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > |