:)))) There is a solution but I don't know how good is it?
I'm not sure but the name of the project is PHPerl or something about it.


-- 
Andrey Hristov
Web Developer
Icygen Corporation
BUILDING SOLUTIONS
http://www.icygen.com

On Wednesday 24 October 2001 12:05 pm, you wrote:
> I have a small situation where it would be good to be able to embed a
> perl routing in a php script. Is this possible? Or do I need to pass
> control from php to a perl script and return?
>
> A quick synopsis would be (in pseudo code)
>
> <?php
>       if($theFileType == "pdf" {
>               // call convert.pl to get a thumbnail
>       }
>       else {
>               // other file type processing
>       }
> ?>
>
>
> Alternatively, is there a module that can take a pdf file and make a
> thumbnail of the first page?
>
>
> Thanks,
> Terry


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to