Re: [PHP] mysql_connect

2004-11-04 Thread Manoj Kr. Sheoran
Hi Ben , $connection = mysql_connect$host,$user,$password); if(!$connection) echo echo mysql_error(); After checking error msg . I can help you --Mannoj Kr. Sheoran - Original Message - From: "Ben Miller" <[EMAIL PROTECTED]> To: "php

[PHP] Creating PDF from a Image

2005-11-07 Thread Manoj Kr. Sheoran
Hi All, To create fdf with text info is very simple but I am wondering how to convert a PNG image into pdf file? Any suggestion? Regards, Manoj

Re: [PHP] Creating PDF from a Image

2005-11-07 Thread Manoj Kr. Sheoran
you might be able to > create a hack using a PDF generation library. I've used FPDF for > generating PDF's in the past. > > http://www.fpdf.org > > Regards, > Pranav > www.concept-i.co.in > > Manoj Kr. Sheoran wrote: > > Hi All, > > To create

Re: [PHP] Creating PDF from a Image

2005-11-07 Thread Manoj Kr. Sheoran
a working example on the fpdf site, that uses images. > > Check here http://www.fpdf.org/en/tutorial/index.php > > If you have the resources, PDFLib is a commercial component that makes > your work a lot easier. > > http://www.pdflib.com/ > > Regards, > Pranav &g

Re: [PHP] Creating PDF from a Image

2005-11-07 Thread Manoj Kr. Sheoran
[PHP] Creating PDF from a Image > Manoj Kr. Sheoran schrieb: > > > I 've only PNG as input. Is there any method that can help me to convert PNG > > to JPEG and then create PDF to that. > > PNG and press-ready PDF isn't anything that fits together very well from