OK thanks to you
You made me a lot of time.
Good continuation
Stéphane
Search found 5 matches
- 2018-11-17T05:28:07-07:00
- Forum: Users
- Topic: pdf to jpg with big file
- Replies: 8
- Views: 5504
- 2018-11-17T04:46:12-07:00
- Forum: Users
- Topic: pdf to jpg with big file
- Replies: 8
- Views: 5504
Re: pdf to jpg with big file
Thank you for your answers. I think I'll be able to cope.
One last question, how do I know the page number of my pdf?
How to put resolute on this post?
One last question, how do I know the page number of my pdf?
How to put resolute on this post?
- 2018-11-17T04:13:10-07:00
- Forum: Users
- Topic: pdf to jpg with big file
- Replies: 8
- Views: 5504
Re: pdf to jpg with big file
My code: convert -density 150 "/var/www/nemotechnology/pdf/1.pdf[0]" -quality 50 -trim "/var/www/nemotechnology/livres/0001/1.jpg" What does trim do you do? I would like to have the transformation and renaming of images at once like that. convert -density 150 "/var/www/nemotechnology/pdf/1.pdf[0 ...
- 2018-11-17T03:56:10-07:00
- Forum: Users
- Topic: pdf to jpg with big file
- Replies: 8
- Views: 5504
Re: pdf to jpg with big file
Ok to extract a little bit, you're right it's smarter than what I did. Do you have a track to know if my function has transformed something without going to count the .jpg. I want to transform my 1.pdf into 1-large.jpg in one go, without having to rename my .jpg. Is it possible? I want to transform ...
- 2018-11-17T02:54:46-07:00
- Forum: Users
- Topic: pdf to jpg with big file
- Replies: 8
- Views: 5504
pdf to jpg with big file
Hello, I am happy to have found this forum because I can not run my script. My version of convert ( my code is running under debian 9 ) : # convert -version Version: ImageMagick 6.9.7-4 Q16 x86_64 20170114 http://www.imagemagick.org Copyright: © 1999-2017 ImageMagick Studio LLC License: http://www. ...