Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[pdf] convertire con il php[risolto]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
cloc3
Advocate
Advocate


Joined: 13 Jan 2004
Posts: 4810
Location: http://www.gentoo-users.org/user/cloc3/

PostPosted: Fri Feb 26, 2010 5:52 pm    Post subject: [pdf] convertire con il php[risolto] Reply with quote

devo eseguire l'equivalente del comando:
convert pippo.pdf pippo%04d.png
utilizzando esclusivamente funzioni native php (non posso ricorrere ad exec).

è possibile?
_________________
vu vu vu
gentù
mi piaci tu


Last edited by cloc3 on Mon Mar 01, 2010 1:54 pm; edited 1 time in total
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2912
Location: Parma (Italy)

PostPosted: Fri Feb 26, 2010 6:11 pm    Post subject: Reply with quote

Immagino che anche dev-php5/pecl-imagick sia fuori discussione vero?
_________________
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum
Back to top
View user's profile Send private message
cloc3
Advocate
Advocate


Joined: 13 Jan 2004
Posts: 4810
Location: http://www.gentoo-users.org/user/cloc3/

PostPosted: Fri Feb 26, 2010 7:26 pm    Post subject: Reply with quote

Onip wrote:
Immagino che anche dev-php5/pecl-imagick sia fuori discussione vero?

già installato, ovviamente.
ma, altrettanto ovviamente, sembra che non lo so usare.

neppure consultando i manuali di php.net.
la mia impressione è che esistano tool per manipolare i documenti pdf e tool per manipolare immagini, ma riesco a coordinarli tra loro.
_________________
vu vu vu
gentù
mi piaci tu
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2912
Location: Parma (Italy)

PostPosted: Mon Mar 01, 2010 11:59 am    Post subject: Reply with quote

http://valokuva.org/?p=7

così non va?

disclaimer, io non l'ho proprio installato eh. :D
_________________
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum
Back to top
View user's profile Send private message
cloc3
Advocate
Advocate


Joined: 13 Jan 2004
Posts: 4810
Location: http://www.gentoo-users.org/user/cloc3/

PostPosted: Mon Mar 01, 2010 1:53 pm    Post subject: Reply with quote

Onip wrote:

disclaimer, io non l'ho proprio installato eh. :D

:lol:
fantastico. puoi togliere il disclaimer.

sono perplesso solo per il formato flash di quel link, che fa cresciare il mio povero konqueror.
per punizione, riporto integralmente in locale il testo risolutivo:
Code:

<?php
  /*richiede dev-php5/pecl-imagick e dev-php5/pecl-pdflib */
  /* Read page 1 */
   $im = new imagick( 'pdf/prova.pdf[0]' );
  /* Convert to png */
   $im->setImageFormat( "png" );
  /* Send out */
   header( "Content-Type: image/png" );
   echo $im;
?>

grazie ancora.
_________________
vu vu vu
gentù
mi piaci tu
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum