Hi
I want to convert a pdf file so that each page (text) will be a jpg image. I tried these two but fail:
-o Output.jpg -out.jpg -xall -input.pdf
-xall -o test.jpg input.pdf
Also I want to know if I can resize the images to 80%.
Please help and thank you.
box
Convert PDF to jpg files
Moderators: XnTriq, helmut, xnview
-
- XnThusiast
- Posts: 4441
- Joined: Sun Oct 17, 2004 4:57 am
- Location: Bordeaux, France
Crappy workaroun---
boxig
Hello ! Welcome aboard !
• Just a crappy workaround :
- Set your PDF pages in order they fit the "View" window, then Alt+PrintScreen >> Close the page >>
Import Clipboard >> Crop >> Save as JPG.
- For each, indeed…
Kind regards
Claude
Clo
Hello ! Welcome aboard !
• Just a crappy workaround :
- Set your PDF pages in order they fit the "View" window, then Alt+PrintScreen >> Close the page >>
Import Clipboard >> Crop >> Save as JPG.
- For each, indeed…
Kind regards
Claude
Clo
Old user ON SELECTIVE STRIKE till further notice •
-
- Posts: 11
- Joined: Wed May 28, 2008 7:20 pm
Clo
Thank you for quick reply.
I found how to do it using this but have problem:
-xall -out jpeg -o test.jpg input.pdf
It seems that the pages are reduced and the jpg are compressed so the result is blur. I want to keep original size and not to compress, or to have controll these two. How do I do that ?
thank you
box
Thank you for quick reply.
I found how to do it using this but have problem:
-xall -out jpeg -o test.jpg input.pdf
It seems that the pages are reduced and the jpg are compressed so the result is blur. I want to keep original size and not to compress, or to have controll these two. How do I do that ?
thank you
box
-
- Author of XnView
- Posts: 44917
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
- Author of XnView
- Posts: 44917
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Ok, right. You can change the dpi usedboxig wrote:Here is the pdf file:
http://www.thailandphotoalbum.com/Ten.zip
Pierre.
-
- Posts: 11
- Joined: Wed May 28, 2008 7:20 pm
Finally I made it work but when i gave to a friend the same script he got an error message:
And why the last line say "OK" ?
Thank you
box
What he makes wrong ?G:\XNVIEW>nconvert.exe -xall -out jpeg -dpi 100 -o x.jpg a.pdf
** NCONVERT v4.95 (c) 1991-2008 Pierre-E Gougelet (May 1 2008/17:48:32) **
Version for Windows NT/9x/2000/Xp/Vista (All rights reserved)
** This is a freeware software (for non commercial use)
Error: Don't know how to read this picture (a.pdf)
Conversion of a.pdf into x.jpg OK
And why the last line say "OK" ?
Thank you
box
-
- Author of XnView
- Posts: 44917
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
- Posts: 11
- Joined: Wed May 28, 2008 7:20 pm
-
- Author of XnView
- Posts: 44917
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
- Posts: 11
- Joined: Wed May 28, 2008 7:20 pm
-
- Author of XnView
- Posts: 44917
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
- Posts: 1
- Joined: Sat Jul 23, 2016 4:11 pm
Re:
Instead of ghostscript you can use a very simple opensource library http://www.foolabs.com/xpdf/home.html or free software http://pdf-to-jpg-convert.en.softonic.comboxig wrote:I never installed "ghostscript" and have no problem (?)
Thank you
ghostscript is more of a general conversion and virtual printer software while the above ones are specific to PDF to JPG image conversion.