Re: [PHP-WIN] PDF Library/Extention

2004-06-17 Thread Achilles Maroulis
What I use is pdflib in PHP 4.3.3 which comes for other languages as well. (http://www.pdflib.com, http://www.php.net/manual/en/ref.pdf.php) There is also ClibPDF which I haven't tried (http://www.fastio.com, http://www.php.net/manual/en/ref.cpdf.php) Both extensions require license for commercial

[PHP-WIN] round corners on jpeg with GD2

2004-04-06 Thread Achilles Maroulis
Hi.. Does anyone have or know where I can find a script that makes a picture's corners rounded? I suppose it can be made by GD2. Thanx -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] file uploading

2003-07-20 Thread Achilles Maroulis
Hi. Is there a way to auto upload some files to the server? It is about an intranet application. One pc uses some external programs for some procedures. The result is a text file wich is stored always in the same folder with the same name to the client pc. Is there a way php can auto-upload that fi

[PHP-WIN] ascii to utf-16

2003-07-18 Thread Achilles Maroulis
Hi... Is there a way to convert a string to unicode utf-16? The reason I want to do this is to use greek fonts in bookmars in pdf files generated by pdflib. This is done only by utf-16 characters. I know there is a utf8_encode() function. What about a utf16_encode? I found something about iconv bu

Re: [PHP-WIN] Help with gd

2003-04-02 Thread Achilles Maroulis
Hi again... Thanx everyone who read the topic and answered ...but noone answered my question... is there a way I can insert a watermark on a jpg with gd??? Maybe it's because there isn't a solution for my problem. Thanx again for trying to help... -- PHP Windows Mailing List (http://www.p

[PHP-WIN] Help with gd

2003-04-02 Thread Achilles Maroulis
Hi. I recently started programming with gd2 and so far everything is ok. What I want to know, if anyone can help, is if there is way to print a watermark on a picture in order to make it copyrighted. I know I can print a string with some special fonts but this wouldn't be so nice to look at... Th